This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes between Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "between "core j2ee pattern" and "petstore pattern"" Watch "between "core j2ee pattern" and "petstore pattern"" New topic
Author

between "core j2ee pattern" and "petstore pattern"

zb cong
Ranch Hand

Joined: Jan 14, 2002
Posts: 403
hello
i am now studying the petstore1.3 and the WAF architecture that is packaged in the weblogic7,i found both the web tier and the ejb tier use the similar logic structure:
in web tier:
RequestProcessor-->xxxHTMLAction-->WebClientController(that call
EjbClientController)
in ejb tier:
EjbClientController-->StsteMachine-->xxxEJBAction
but i don't know which design pattern these classes belong to?
otherwise,where can i find the article or book that can help me to map the petstore instance to pattern from the "core j2ee pattern" book.
who can help me?
thank you!
HanMing Low
Ranch Hand

Joined: Oct 18, 2001
Posts: 196
Hi,
You can go to this url for more information
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/app-arch/app-arch5.html#1114105
http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/app-arch/app-arch2.html#1100993
Hope this helps.
Cheers.

Han Ming
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: between "core j2ee pattern" and "petstore pattern"
 
Similar Threads
service locator pattern
VLH of petstore
PetStore: Service Locator Pattern design question
DTO/TO - Which Tier??
Caching Resources in EJB(Service Locator Pattern)