IntelliJ Java IDE
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes question on Session Facade Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "question on Session Facade" Watch "question on Session Facade" New topic
Author

question on Session Facade

lily feng
Greenhorn

Joined: Nov 05, 2002
Posts: 3
From sun j2ee design pattern catalog, we can see the session facade should manage relationships between business objects and encapsulate the complexity of interactions between them. As seen
from java petstore 1.1 sample, the example is:
Customer(stateless session Facade)---> Account(entity)
| ^
| |
| |
| |
|---------------> Order (entity)
So As I understand, Session facade is used to expose required interface to client, and client should not call entity directly. but the relationships between entity beans will not be affected when applying this pattern, is it right?
What's your ideas about it? Any suggestions will be highly appreciated.
 
 
subject: question on Session Facade
 
Threads others viewed
My WAF or their WAF?
How to access CMR-fields in SessionBeans
Clarification using Session Facade
' session facade ' some confusion
Designing Entity Bean in EJB 2
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com