Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Business Delegate And Stateless Session Facade Strategy Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Business Delegate And Stateless Session Facade Strategy" Watch "Business Delegate And Stateless Session Facade Strategy" New topic
Author

Business Delegate And Stateless Session Facade Strategy

Sumit Bhoyar
Greenhorn

Joined: Oct 06, 2008
Posts: 14
I am working on SCEA part 2 assignment.
However I am not able to understand some design related concepts-
> If my stateless session bean doesn't have fine grained methods, still I need to use Session Facade design pattern?
> Please confirm, 'There will be a business delegate class per session facade interface'.

Thanks,
Sumit
kumar naresh
Ranch Hand

Joined: Mar 12, 2011
Posts: 108
    
    1
Hi Sumit,

Just for the purpose of using the pattern, don't use it. For any design problem if the pattern fits properly then only it has to be used. This is mentioned in most of the books.

I think Business Delegate pattern can be avoided when the usage of JEE 5 Dependency Injection comes into picture.

Thanks,
Kumar.


OCMJEA 5 |
http://sceacertification.blogspot.in/2011_12_01_archive.html
 
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: Business Delegate And Stateless Session Facade Strategy
 
Similar Threads
Difference between Session Facade and Business Delegate
Business Delegate in JEE5
Passing parameters between Session beans
I passed the partII by 87%
Business Delegate/Session Facade Question