Stefan, You can put the *,shared package in both the client and the server. You can't put any java code that won't compile under GWT in both. And you should have no desire to put all your server code on the client, or all your client code also on the server. No?
IOW, there's a REASON why you have three separate packages: client, server, and shared. NO? Greg On Aug 22, 4:06 am, Stefan Bachert <stefanbach...@yahoo.de> wrote: > > And, IIUC, you CAN'T put the client and server code in the same > > package. > > > Greg > > Hi Greg, > > shared code IS running on both sides. > It it easier to separate when code is in different packages. > > Stefan Bacherthttp://gwtworld.de -- 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.