2
votes
2answers
53 views
how does information hiding helps in modularization?
How does information hiding decouples the modules that compromise a system?
3
votes
3answers
150 views
OSGi bundle’s package structure
I've been thinking some about "good practice" regarding package structure within osgi bundles. Currently, on average, we have like 8-12 classes per bundle. One of my initiative/proposal has been to …
2
votes
4answers
353 views
Modularising a C# Compact Framework 2.0 Application
Morning guys,
We're currently developing a new piece of hand-held software. I cant discuss the nature of the application, so I'll use an example instead.
We've designing hand-held software for …
3
votes
1answer
359 views
How to share individual rules between .drl files in JBoss Rules?
We are using JBoss Rules (a.k.a. Drools) and have several .drl files that each contain several rules. Is there a way to avoid duplication between files, so that we can define common rules that are …
