Hello, I have my model classes inside an library on the server-side which I want user for different applications (not only GWT)
Copying my domain classes to the client side of the GWT-Client-App doesn't seem to be very convienient, as I have to maintain the same code in two different locations. Is there no way to include the library and GWT creates the client-side java-script whith the model automatically? Thanks Ray On 11 Nov., 20:58, Dominik Steiner <[email protected]> wrote: > Sanjith, > > you can move the model classes to anywhere under the client folder, > the client/domain example is just what i use here with me. And then > the server will reuse those classes on server side where he will read > the jdo annotations. > > Let me know if it works for you > > Dominik -- 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=.
