On Wednesday, May 2, 2012 10:05:02 PM UTC+2, assiya wrote: > > Hello, > > I'd like to cut my gwt project into three projects: > application of 3-tier architecture for example : > ->Project contains a customer > -> Project contains hibernate > -> Project contains my pojo classes > does anyone have a sample project or a tutorial that explains the > principle >
Note sure if that's what you're looking for but have a look at https://github.com/tbroyer/gwt-maven-archetypes which uses 'client' (GWT client-side), 'shared' (POJOs and GWT-RPC interfaces; or if you're using RequestFactory: all the proxies and contexts), and 'server' (server-side; webapp: GWT-RPC/RequestFactory implementation) -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/NbbsVUAQgW0J. 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.
