Hi, I am trying to replace my existing presenation layer using GWT. In GWT Servlet class (which extents RemoteServiceServlet) , I am calling existing delegate which is doing PDF file conversion. This delegate class uses one bean class for setting values the same bean used in client side code of GWT for assiging values. Basically the bean used both client and server packages.
GWT forcing me to create the existing bean class inside client package otherwise it is complaining module not found. If I put the bean class in client package then existing delegate and all of the DAO classes methdo complaining package error. Since the stubs created during compile time, the nocahe.js file has package with client folder. Would you please reply how do I rectify this problem to use existing package?. Thanks Arul --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
