-
How we can store cache data object at Business Tier in EJB/DAO? (1 messages)
- Posted by: maulik shah
- Posted on: July 18 2007 09:58 EDT
Hi, I want to store cache data object at Business Tier in EJB/DAO. That object contains data, you can take example that I want to cache all country name and id which will use by DAO or EJB. How we can implement it? Statefull EJB will not used by other EJBs Regards, Maulik ShahThreaded Messages (1)
- Re: How we can store cache data object at Business Tier in EJB/D by Adenilton Soares on July 18 2007 13:46 EDT
-
Re: How we can store cache data object at Business Tier in EJB/D[ Go to top ]
- Posted by: Adenilton Soares
- Posted on: July 18 2007 13:46 EDT
- in response to maulik shah
What accurately do you want/need ? Perhaps, you'll need Entity Bean ! Look for about Entity and Session Beans! Perhaps, you've doubts and you'll see which is the difference ! :)