Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
155 views

how does information hiding helps in modularization?

How does information hiding decouples the modules that compromise a system?
3
votes
3answers
642 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 ...
3
votes
1answer
1k 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 ...
2
votes
4answers
594 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 ...