GWT, RequestFactory, MVP, JDO and DataNucleus

2014-04-02 Thread Mic L
Hello, Are there any examples how to use GWT, RequestFactory, MVP, JDO and DataNucleus all together? Is MVP supported under GAE/J? How is it possible to scale MVP without GAE/J? Thank you in advance. Mic -- You received this message because you are subscribed to the Google Groups Google Web

GWT, ORM and jpa-cloner

2014-04-01 Thread Mic L
HI, I have found a nice article using gwt with hibernate examplehttp://www.gwtproject.org/articles/using_gwt_with_hibernate.html. However, GWT-RPC and Hibernate did not understand each other well. Apparently, jpa-cloner https://github.com/nociar/jpa-cloner can solve this problem. Would it be

Re: GWT, ORM and jpa-cloner

2014-04-01 Thread Mic L
Thank you, I will look at RequestFactory. On Tuesday, April 1, 2014 7:57:46 PM UTC+10, Alain wrote: Personally I would avoid using RPC and go with RequestFactory or Rest. 2014-04-01 11:47 GMT+02:00 Mic L mict...@gmail.com javascript:: HI, I have found a nice article using gwt

Re: using gwt with hibernate example

2014-03-31 Thread Mic L
Thank you it was that problem and now it works. On Saturday, March 29, 2014 11:30:06 PM UTC+10, Mic L wrote: HI, I have found a nice article using gwt with hibernate examplehttp://www.gwtproject.org/articles/using_gwt_with_hibernate.html. However, I have trouble to import this codehttp

using gwt with hibernate example

2014-03-29 Thread Mic L
HI, I have found a nice article using gwt with hibernate examplehttp://www.gwtproject.org/articles/using_gwt_with_hibernate.html. However, I have trouble to import this codehttp://google-web-toolkit.googlecode.com/files/gwt_hibernate_dto.zipinto Eclipse. I always get the following warnings,