Hi !
I have an applicant which let user subscribe to something, which need to retrieve all these subscribe info when user login. The flow will be:
user login --> retrieve subscribe data of that user --> save in session
But should I use HTTPSession or SFSB?
These data is read-only and update will be made by some other session beans directly to DB.
Data need to refresh when DB has updated
Replication between server of these data need is a must (becasue the applicant is under cluster env.)
any help would be appreciated
Regards
-
HTTPSession or Stateful Session Bean? (5 messages)
- Posted by: koon yue lam
- Posted on: August 16 2004 00:30 EDT
Threaded Messages (5)
- Check this link by Dhrubo Kayal on August 16 2004 01:11 EDT
- Check this link by koon yue lam on August 16 2004 04:56 EDT
- HTTPSession or Stateful Session Bean? by Cameron Purdy on August 16 2004 11:17 EDT
- HTTPSession or Stateful Session Bean? by koon yue lam on August 16 2004 23:13 EDT
- HTTPSession or Stateful Session Bean? by Cameron Purdy on August 17 2004 03:57 EDT
- HTTPSession or Stateful Session Bean? by koon yue lam on August 16 2004 23:13 EDT
-
Check this link[ Go to top ]
- Posted by: Dhrubo Kayal
- Posted on: August 16 2004 01:11 EDT
- in response to koon yue lam
-
Check this link[ Go to top ]
- Posted by: koon yue lam
- Posted on: August 16 2004 04:56 EDT
- in response to Dhrubo Kayal
Thanks a lot, it help ! -
HTTPSession or Stateful Session Bean?[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: August 16 2004 11:17 EDT
- in response to koon yue lam
For replicated data (i.e. shared memory) just use Coherence.
Peace,
Cameron Purdy
Tangosol, Inc.
Coherence: Shared Memories for J2EE Clusters -
HTTPSession or Stateful Session Bean?[ Go to top ]
- Posted by: koon yue lam
- Posted on: August 16 2004 23:13 EDT
- in response to Cameron Purdy
I can see you have a good reason
but to me, it just too expensive....
^^
thanks for help -
HTTPSession or Stateful Session Bean?[ Go to top ]
- Posted by: Cameron Purdy
- Posted on: August 17 2004 03:57 EDT
- in response to koon yue lam
Hi Koon Yue Lam,
Drop me an email at cpurdy at tangosol dot com and tell me about your project.
Peace,
Cameron Purdy
Tangosol, Inc.
Coherence: Shared Memories for J2EE Clusters