Re: [OS-webwork] WebWork2 with Hibernate

2004-01-18 Thread Francisco Hernandez
I'd suggest you take a look at Spring, http://hibernate.org/110.html if you do not want to use yet another framework you could also check out how its implemented in the Hibernate sample app, http://www.hibernate.org/159.html and then theres also the sample app from the Java Open Source Programm

RE: [OS-webwork] WebWork2 with Hibernate

2004-01-18 Thread Jason Carreira
ource references. > -Original Message- > From: Erik Jõgi [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 10:20 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] WebWork2 with Hibernate > > > hello, > > First of all: many thanks to the creator

RE: [OS-webwork] WebWork2 with Hibernate

2004-01-18 Thread Jason Carreira
Did you try looking at the Hibernate example app on hibernate.org? Gavin built it with WebWork2... > -Original Message- > From: Erik Jõgi [mailto:[EMAIL PROTECTED] > Sent: Sunday, January 18, 2004 10:20 AM > To: [EMAIL PROTECTED] > Subject: [OS-webwork] WebWork2

[OS-webwork] WebWork2 with Hibernate

2004-01-18 Thread Erik Jõgi
hello, First of all: many thanks to the creators of WW2 for building this great framework. I am trying to write an application with WebWork2 that is also using Hibernate. This is my first WebWork project so I'm not sure what is the best way to use these to together. I tried to search in the wiki