Does anybody know the patterns used internally in the EJB architecture? I know that interceptor, asymmetric extension interface, proxy, abstract factory are used, but I'd like to know if there is a paper or something about all the patterns used in EJB and how they interact togheter.
Thank you.
Lorenzo
-
J2EE Server Patterns (3 messages)
- Posted by: Lorenzo Dematte
- Posted on: January 23 2003 04:20 EST
Threaded Messages (3)
- J2EE Server Patterns by michele mondora on January 23 2003 09:52 EST
- J2EE Server Patterns by Lorenzo Dematte on January 25 2003 05:12 EST
- There is a book for it... by Marco Wang on January 23 2003 12:34 EST
-
J2EE Server Patterns[ Go to top ]
- Posted by: michele mondora
- Posted on: January 23 2003 09:52 EST
- in response to Lorenzo Dematte
look for "j2ee patterns" into sun site, you should find pattern and references of into the j2ee architecture. -
J2EE Server Patterns[ Go to top ]
- Posted by: Lorenzo Dematte
- Posted on: January 25 2003 05:12 EST
- in response to michele mondora
If I search for "J2ee patterns" what I obtain is the list of patterns to use when designing a j2ee application, not the patterns used to create the j2ee middleware architecture. Thanks anyway -
There is a book for it...[ Go to top ]
- Posted by: Marco Wang
- Posted on: January 23 2003 12:34 EST
- in response to Lorenzo Dematte
I can't remember exactly, something like "Server Component Patterns:Illustrated with EJB", I bought one from amazon, it talks about patterns used in EJB, .Net and CCM, etc. However, IMO, the content is not as good as its title, almost everything is from EJB specs. I think I wasted three days just to read something I already knew...