Re: Best Practise: Database Java Backend

2011-06-03 Thread Gambo
Thanks Juan I will have a look at it! On 31 Mai, 19:18, Juan Pablo Gardella wrote: > See this sample. > There the database is generate and populated at runtime. Util to prototype. > > 2011/5/31 Paul Robinson > > > Or you could use Hib

Re: Best Practise: Database Java Backend

2011-05-31 Thread Juan Pablo Gardella
See this sample. There the database is generate and populated at runtime. Util to prototype. 2011/5/31 Paul Robinson > Or you could use Hibernate to generate your database schema from your > object model. > > > On 31/05/11 16:31, J.Ga

Re: Best Practise: Database Java Backend

2011-05-31 Thread Paul Robinson
Or you could use Hibernate to generate your database schema from your object model. On 31/05/11 16:31, J.Ganesan wrote: On May 31, 7:33 pm, Gambo wrote: Hi there, maybe there were some answers serveral times on this topic but I couldnt find them. I am looking for a best practise of gwt pro

Re: Best Practise: Database Java Backend

2011-05-31 Thread J.Ganesan
On May 31, 7:33 pm, Gambo wrote: > Hi there, > > maybe there were some answers serveral times on this topic but I > couldnt find them. > > I am looking for a best practise of gwt project setup with java > backend. > > As usual we are setting up our database first and then doing the > object rela

Best Practise: Database Java Backend

2011-05-31 Thread Gambo
Hi there, maybe there were some answers serveral times on this topic but I couldnt find them. I am looking for a best practise of gwt project setup with java backend. As usual we are setting up our database first and then doing the object relation mapping afterwards, creating DTOs and client cla