aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Value List Handle Pattern Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Value List Handle Pattern" Watch "Value List Handle Pattern" New topic
Author

Value List Handle Pattern

Claudio Malso
Ranch Hand

Joined: Nov 05, 2002
Posts: 50
Hi guys,
I'm thinking of my assignment for part 2 and I'd like to discuss Value List Handle Pattern.
I've got a high performance non functional requirement and I think VLH will help me cos it caches query results on server side, improves network performance and allows deferring entity bean transactions...but which one is the best approach: turn my facade a SFSB to hold on to the list as its state or store this info in web container as HTTP session attribute...
As you know, HTTP session is not heavy like SFSB is, but if I choose this approach I'll have tight coupling between presentation and business tiers...
Any comments ?
Thanxs,


Claudio
Thomas Hofmann
Ranch Hand

Joined: Nov 23, 2002
Posts: 72
You answered your question yourself already ! Use SFSB.
Thomas
 
 
subject: Value List Handle Pattern
 
Threads others viewed
Caching SFSB handle
Stateful Session Bean as VLH for flight search
Stateless or Stateful Session Bean
Session management without SFSB for FBN
Fast Lane in class diagram
IntelliJ Java IDE