See this sample<https://bitbucket.org/gardellajuanpablo/gwt-sample/wiki/Home>.
There the database is generate and populated at runtime. Util to prototype.

2011/5/31 Paul Robinson <ukcue...@gmail.com>

> 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<mark.vanv...@gmail.com>  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 relation mapping afterwards, creating DTOs and client classes.
>>> For now this is a very manual job and we have to do mapping each time
>>> by hand in jpa. This costs a lot of time and its redundant work(db
>>> design and then design it again in orm).
>>>
>> --------------
>> I do not know whether this is the best practice. I suggest a new
>> practice. DataStoreGwt, a persistence engine for GWT, seeks to get
>> around the above problem - maintaining shadow model for database
>> purpose.
>>
>> J.Ganesan
>> www.DataStoreGwt.com
>>
>> --------------
>>
>>  Is there a better way to do this via Spring or Seam automaticaly?
>>> Sorry but now I am a little bit lost what options I could use.
>>>
>>> If this is the wrong group to ask please let me know.
>>>
>>> Thanks for your help
>>>
>>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Web Toolkit" group.
> To post to this group, send email to google-web-toolkit@googlegroups.com.
> To unsubscribe from this group, send email to
> google-web-toolkit+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to