I just completed a project using GWT that has both a webapp and an independent server app. I reused a number of classes between the the server app and the server side of my web app. The only classes that I used on both the browser and server side were POJOs (plain old Java objects).
On Thursday, March 21, 2013 3:52:04 AM UTC-4, Igor Zubchenok wrote: > > Hi! > > If I start a new enterprise project from a scratch. The project will have > both server and browser app with a lot of common code in java, would you > recommend to use GWT for reusing the common code in browser app? Or may be > another solution? > > Thank in advance, > Igor > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
