POJO's transfer quite easily across RPC. Two requirements:
RPC Serializable POJOs must extends Serializable or IsSerializable All non-transient non-final variables must be RPC serializable All RPC serializable POJOs must contain the default constructor (no-arguments). Any visibility is allowed. The compiler error message indicates that it is unable to find the Java source code for the type you are using in the GWT side of the code - the Java source code for every class is necessary during compilation to convert it to Javascript. On Tue, Apr 7, 2009 at 2:00 PM, Jim <[email protected]> wrote: > > Take a look at Dreamsource ORM: > > http://dreamsource-orm.googlecode.com/files/dreamsource2_0_0_04062009_GWT_src.jar > . > > On Apr 7, 12:47 pm, Guy Rouillier <[email protected]> wrote: > > On Apr 7, 5:31 am, Mathieu BONIFACE <[email protected]> wrote: > > > > > Hello all, > > > > > I would like to know if it is possible in my application to transmit > some > > > entities/pojo in server side from the entity manager to the client side > > > (GWT) and how could i do that ? > > > > Take a look at Gilead:http://noon.gilead.free.fr/gilead/ > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
