Hi, I am running into a variety of issues trying to develop a gwt gui prototype using an existing spring project as the backend. The spring project is compiled to a jar file. I would like to have the following structure if possible:
1. myproject_backend_services --> compiled to a jar 2. myproject_gwt_gui --> a web project that can be launched in hosted mode that uses and the consumes some objects returned from the first project Issue 1: Log4j error about FileOutPutStream is not allowed. I have turned this off for now as it can wait. Issue 2: Cannot find source for my object that is returned by a remote service. How do I link the gwt gui project and the backend servics project (java jar) at runtime in hosted mode ? This is driving me around the bent at the moment. Is there not a project I can use as a template to see how this needs to hang together ? I am using eclipse 3.4, java 1.6 and the latest google plugin for eclipse. Any help much obliged. -- 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.
