hi all, I'm new of GWT and I apologize for my newbie question but I never found a response... I built a simple GWT application that show some data, the data actually is hardcoded on my class. Is it possibile, from my gwt class(EntryPoint), to use external business classes(stored in jar) to extract and elaborate my data before show it on web page? Compiling I receive the error "did you forget to inherit a required module?" but I can't inerit my classes because they are not gwt classes... Summarizing: is it possible in a GWT project using non GWT classes? how?
-- 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.
