Hello, I implemented the MVP pattern: in my service implementation (server- side), I got one unique method execute. Because I'm going to develop several applications using this same pattern, I would like to create a base service implementation. Is it possible? While performing some tests, I do not succeed -> I wasn't able to access fields or methods from my super-class (got NoSuchField or NoSuchMethod exceptions).
Thank you for your help, Florian -- 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.
