[jboss-user] [Beginners Corner] - JBoss Cache
muddu_shafi
do-not-reply at jboss.com
Tue Oct 21 10:38:16 EDT 2008
In my project some of the requests take almost 4 minutes to respond and it appears that there are too many requests made to the database.
Upon reading some articles, It said that a good practice to store the results of a request in a cache, instead getting them from database. I have heard about JBossCache, which does that exactly.
How should I use JBOSSCache in my project? Do I have to change the whole code? or IS it just a tool which I can use along with the Jboss application server and get the functionality working? Whre should I use the feature on my project(in Coldfusion or Java)?
Explanation:- I have .Net front end which call webservices written in Coldfusion. Coldfusion then calls the Java classe to get the transaction does? My java code has a lot of POJO's, stateless session bean?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183539#4183539
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183539
More information about the jboss-user
mailing list