Hi Folks
Any one has who has implmented their own caching for EJBs (stateless session beans ) as in my case i need to cahche
the huge data from database please let me know toools in built component can we use from weblogic server6.0
Thanx in Advance
--Manoj
-
caching in EJBs (3 messages)
- Posted by: manoj sharma
- Posted on: November 26 2001 09:52 EST
Threaded Messages (3)
- caching in EJBs by manoj sharma on November 26 2001 09:54 EST
- caching in EJBs by gopal krishnan on November 27 2001 03:42 EST
- caching in EJBs by Benedict Chng on November 27 2001 04:06 EST
-
caching in EJBs[ Go to top ]
- Posted by: manoj sharma
- Posted on: November 26 2001 09:54 EST
- in response to manoj sharma
please ignore one has !! -
caching in EJBs[ Go to top ]
- Posted by: gopal krishnan
- Posted on: November 27 2001 03:42 EST
- in response to manoj sharma
hi
You can use javax.Rowset, and u can scroll as u wish, only thing is, it wont show any updates.
gopal
-
caching in EJBs[ Go to top ]
- Posted by: Benedict Chng
- Posted on: November 27 2001 04:06 EST
- in response to manoj sharma
Use a singleton to store your huge object. Sync it across all machines in a cluster using either JMS or some open-source reliable-multicast product called Java Groups (javagroups.sourceforge.net).