Hi,

I'm finally getting around to announcing the availability of Hibtags, a JSP 1.2 tag library that wraps Hibernate 2.1 including find, filter, load, refresh, save, update, and delete. It works great and follows the design pattern of JSTL.

Hosted on Sourceforge and released under BSD-style license.

http://hibtags.sourceforce.net

That looks really nice. I'd have some suggestions though - maybe I just didn't read the code right so correct me if I am wrong :)


- The SessionLookup class does an explicit session.connection().commit(). Is there a particular reason on not too use the Transaction API? I don't know if something like this would be used in a JTA context or such, but it would still be more flexible.

- What would be useful would be a way to look up the SessionFactory from the servlet application context. JNDI often causes trouble, especially in Tomcat, and that way people could just build the SessionFactory themselves and put it in the application context in a startup servlet.

Michael




------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to