Hi Denis. I'm not going to be of much help, but I am curious and want to understand what a "Domain Object" is. Is this supposed to be essentially a global object for the web app that is not user dependent but all layers need access to it's methods/members? TBH I haven't used GWT for a fully layered web app, just for front end presentation with just a tiny bit of basic GWT RPC (super simple, super easy) so I haven't even dealt with objects that are shared across the server and client but I've read other posts about them and it sounds powerful. I look forward to using shared objects in my next project most likely. So I'm just gonna guess your domain object should go in the shared folder, maybe?
Regardless, gl with it all On Jun 11, 3:45 pm, Denis <[email protected]> wrote: > Hello, > > I am new to use GWT RPC. > I am going to define a domain object which will map to a database > table and be transported all across the layers from the data > persistence to business logics and finally GWT presentation layer. > > The question is where should I define those domain objects? Inside the > existing client/server/shared folders or add a new domain folder? > > Thanks. > Denis -- 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.
