Re: struts and caching

2004-10-17 Thread Sebastian Hennebrueder
://www.hibernate.org Regards, David -Original Message- From: Paul Woods [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 11:53 AM To: Struts Users Mailing List Subject: Re: struts and caching Have you seen iBatis? It lets you configure how the cache works on a per query basis if you

RE: struts and caching

2004-10-15 Thread David G. Friedman
Same goes for an alternative O/R and query mapper named Hibernate. :) At http://www.hibernate.org Regards, David -Original Message- From: Paul Woods [mailto:[EMAIL PROTECTED] Sent: Friday, October 15, 2004 11:53 AM To: Struts Users Mailing List Subject: Re: struts and caching Have you

Re: struts and caching

2004-10-15 Thread Paul Woods
Have you seen iBatis? It lets you configure how the cache works on a per query basis if you want. You can put your sql into xml files as well, very handy. http://www.ibatis.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

struts and caching

2004-10-14 Thread hicnar_struts_list
Hi, Are there any cache libraries that work with Struts (or any other known and working techniques)?? In the app I'm working on I'd like to minimize the interaction with database. I was thinking of using OSCache, but I'm affraid it doesn't make sense, because interaction with the database takes p