> Sorry for asking a JSP question here but I have not been able 
> to find a mailing as good as CFTALK for Java/JSP issues.
> 
> I am in the process of converting a CF application over to 
> JSP running under WebLogic as practice to see how long it 
> takes to do the same coding vs. using CFMX. 
> 
> In my CF application, I cache my queries since the data 
> really changes and to handle this I have a scheduled job that 
> runs to flush and update the cached queries if there are any 
> changes.  Is there a way to cache the query results in a JSP 
> page?  I have to have the page requery the database every 
> time someone goes to page to look up an item.  Basically the 
> items only change once a year, if that.

I don't think there's anything built into JSP to do this directly. I think
that the Hibernate service lets you do this, however, so you might want to
take a look at that:

http://www.hibernate.org/

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized 
instruction at our training centers in Washington DC, Atlanta, 
Chicago, Baltimore, Northern Virginia, or on-site at your location. 
Visit http://training.figleaf.com/ for more information!  


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Special thanks to the CF Community Suite Silver Sponsor - CFDynamics
http://www.cfdynamics.com

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:189160
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to