@Wojciech,
it is just an example. You get the same problem with orders, invoices and e.g. statistics.
If you are not careful, y[...]
Why would you separate customer from his address?
What would you do with independent address component?
I think customermgmt com[...]
@Marcin,
exactly - in another project we used materialized views for similar purposes. Typical business "enterprise" projects a[...]
In a project I'm working on we had a problem with some domain entities depending on User object (which resided in a separate module, exposing just[...]
Hi Adam,
Timers CANNOT be created for stateful session beans.
The spec says so. I am wondering why you said they can : "A timer[...]
@Openwms,
For the old style JavaEE packaging the same questions have to be asked. Sometimes I see tons of ejb-jars - without any explicit[...]
Perhaps JEE packaging strategy with ears is a better solution :-D ?! I don't think so. I feel very well with the OSGi style, however it is not so [...]
Weldone Adam,
You are such a quiet role model in the java community.
Keep the good work on.....
Also to find out, how do yo[...]
I prefer the NetBeans module system to OSGi. OSGi is not the only viable modular system for Java!
@Mirko,
"it is funny to read that even Java savvy people have problems wrapping their head around the concepts of OSGi"
<[...]