hey blinky,
I would give the Spring cartridge a try, I understand if you don't want to take up another framework, but this one is so light and the added value is so big that I really recommend it. It took me one evening to get used to (and that was when Chad just wrote it and there weren't any docs yet) If you read the Spring howto you'll learn everything you need to know. Basically you just keep modeling as before but this time you will have DAOs for the entities' finders etc.. and for each dependency between entities and services you'll have a getter generated in the source object to the target object (= no need to do JNDI lookups, or call util classes, Spring will handle this). The beauty of Spring is that your implementation code will have no dependency whatsoever to any external library, the classes are truly POJOs, and if anything it's easier to work with since you'll only see business logic. my 2 cents -- Wouter Zoons - [EMAIL PROTECTED] http://www.andromda.org/ _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=745#745 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
