• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

sessionfacade

 
Ranch Hand
Posts: 242
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys
iam having doubt that is session facade is specific for ejb
can i use this pattern in a project a using struts ,webservices,hibernate
i have searched some documents in the web i found all the details samples for
sessionfacade related only to ejb's but in my project we are having a class
session facade

looking for your replies
amir
[ July 19, 2007: Message edited by: Amirtharaj Chinnaraj ]
 
Greenhorn
Posts: 9
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well Session Facade is just a design pattern and you can use it anywhere you like.

Regards,

Rajesh
 
Ranch Hand
Posts: 74
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
SessionFacade is an implementation of SessionBean using Facade pattern (GOF). If we implement facade using Message driven bean it become Message Facade, or Entity bean it become entity facade. So dont worry about the name of the pattern. Design as per the requirement and use the name to communicate it with other. If you design the application for reusability and low coupling, you will end up with some pattern in you design, then name it as the pattern
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic