Re: [Hibernate] Priority issues

2004-08-12 Thread Gavin King
Gavin King wrote: OK, we are now very close to a 3.0 alpha release. The remaining major issues for 3.0 are: TODO-12: Support for regional and temporal data Done. (Steve) TODO-86: EJB 3.0 style create() and merge() Ugh. I suck. This is still todo. TODO-74: Lazy property-level fetching Done. TODO-28:

Re: [Hibernate] Hibtags

2004-08-12 Thread Michael Gloegl
Hi, - 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. I don't remember why the explicit commi

Re: [Hibernate] Hibtags

2004-08-12 Thread Serge Knystautas
Michael Gloegl wrote: - 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. I don't remember why t

Re: [Hibernate] Hibtags

2004-08-12 Thread Serge Knystautas
Max Rydahl Andersen wrote: <%-- Prints the name of the first cat we found. --%> should this not read: <%-- Prints the name of the first cat we found. --%> cats instead of cats ? Thanks, fixed. -- Serge Knystautas Lokitech >> software . strategy . design >> http://www.lokitech.com p. 301.656.5501

Re: [Hibernate] Hibtags

2004-08-12 Thread Michael Gloegl
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 li

Re[3]: [Hibernate] Hibtags

2004-08-12 Thread Max Rydahl Andersen
Hello Max, ha - i should have read your http://hibtags.lokitech.com/docs/why-hibtags.html page before reply'ing - nice answer to me ;) /max Thursday, August 12, 2004, 9:43:25 AM, you wrote: > Hello Gavin, > Thursday, August 12, 2004, 2:38:38 AM, you wrote: >> That would be: >> http://hibtags

Re[2]: [Hibernate] Hibtags

2004-08-12 Thread Max Rydahl Andersen
Hello Gavin, Thursday, August 12, 2004, 2:38:38 AM, you wrote: > That would be: > http://hibtags.sourceforge.net > Its kinda cool, actually, I like it. > Good for reporting. Yeah - it looks nice (even though i'm mostly against having such code inside JSP's - but it's ok for those who really w