Hello,
Have anyone developed practices on using archetypes modelling (see Java Modeling in Color by Peter Coad et al) together with EJBs ?
I am considering this, and so far my best guess would be to use a combination of one session bean as a facade per feature set, with the internal classes, of the corresponding sub set of the domain model, being made persistent through JDO.
Regards
Steinar Eriksen
-
Designing J2EE solutions with the Archetypes approach of Coad (1 messages)
- Posted by: Steinar Rune Eriksen
- Posted on: July 04 2002 05:59 EDT
Threaded Messages (1)
- Designing J2EE solutions with the Archetypes approach of Coad by Kodandapani Sripathi on July 05 2002 07:29 EDT
-
Designing J2EE solutions with the Archetypes approach of Coad[ Go to top ]
- Posted by: Kodandapani Sripathi
- Posted on: July 05 2002 07:29 EDT
- in response to Steinar Rune Eriksen
i concur with your options, stein!! Best Bet, i suppose!!