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