Good code is its own best documentation. As you're about to add a comment, ask yourself, "How can I improve the code so that this comment isn't needed?"
Lookup and linking of "local" EJBs has never been so simple as it is now with the new JEE 5 dependency injection features, because now you don't need to do any lookup at all, just use the @EJB annotation in your ejb client classes and the local ejb references will be automatically injected in the appropriate attributes. This is particularly important for ...
Post in pre-embryonal stage!! Read at your risk :)
Foreign key inheritance @ the physical modeling level, when to? ...
Click here to see a nice mindmap I sketched about software frameworks development. Of course it's a work in progress like anything else you will find on this website :).
PS: I drew it with Freemind, a very good opensource mindmaps tool.
L' idea di scrivere qualcosa riguardo l' idioma di interfaccia ed i "design hack" tipo 'marker interface' che esso rende possibili ce l' ho da molto tempo, da quando, diversi anni fà, mi capitò malauguratamente tra le mani il libro "Patterns in Java Volume 1" di Mark Grand.
In questo libro, l' autore mostra la ...