Sorry friends, but i don't understand GWT/MVP model. I am a newbie and i consider GWT/MVP very dificult.
I need a good example with: GWT/MVP, GAE, Request factory, Loggin, UIBinder, and GWT/MVP, Request factory, loggin, UIBinder with other SQL database (mysql or postgreSQL) Thanks my friends... (send or not send??? ok send...) On 21 dic, 05:19, Thomas Broyer <[email protected]> wrote: > Classes referenced from annotations have to be compiled for GWT to be able > to process them from within generators (as is the case for @WithTokenizers > on a PlaceHistoryMapper). GWT can work from *.java files only for everything > else (AFAICT) but classes referenced from annotations. > > So, you just have to javac all your *.java to *.class (actually, only the > HellowPlace and GoodbyePlace here, but by compiling everything you're sure > you don't miss anything when you add a class or change an annotation's > value) and put them in the classpath for Compile. -- 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.
