Hi, Well, I've made gwt app as well. What I do is creating two models, one in the server and another in the client package.
You may want to look into spring roo framework. If you do not want to have 2 models. Best regards, Fendy Tjin On Oct 19, 2010, at 2:25 PM, Michel Uncini <[email protected]> wrote: > Hello everybody > > I'm developing a GWT project. > I have two packets one .client and the other .server > in my .gwt.xml I specified only the .client packet because in > the .server I use google app engine. > Let consider the class "Company" which has to be stored in the > database I can't use it in the .client packet because it "use > com.google.appengine" and is impossible to inherit right? > So the only way if I want have a similar class in the .client packet > is to create a new class similar to "Company" but without appengine > fields?? > > Thank you! > > > > -- > 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. > -- 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.
