You can use some server side domain objects. Make sure server side object to implements Serializable and to be supported by GWT JRE emulation library in http://code.google.com/webtoolkit/doc/1.6/RefJreEmulation.html. You can find an example in http://www.gwtorm.com/mail/Mail.html.
Jim http://www.gwtorm.com for GWT ORM http://code.google.com/p/dreamsource-orm/ On May 18, 6:03 am, Assassin <[email protected]> wrote: > Hi Everyone, > > Is it possible to put server side code (function with class to server > side classes) in a client side class. This so I can send (RPC) an > object of the client side class to my server, execute the server side > function and return the object? > > It should easily be possible with a suppress annotation. This to > prevent GWT to compile that specific function > > Cheers, > > Rick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
