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 google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to