I've been developing a GWT-application that uses RPC. However, now I want to integrate the GWT-app into the existing J2EE-application . I am however not very good at integrating GWT-structure, or how to succesfully move it around to make it fully integrated with all the existing code in the J2EE-app.
At the moment I have two different file-structures, one for the J2EE- app and one on my GWT-app (the GWT-structure is the standard-file structure, for example: src/ com.mycompany.gwt/ public / Jcal.html JCal.css build.xml Jcal.gwt.xml com.mycompany.client / Jcal.java (Entry-point-class) JcalService.java JcalServiceAsync.java com.mycompany.gwt.server / JcalServiceImpl.java My questions are: 1) How do I integrate this fully into my existing J2EE-project? (Where to put all the files?) 2) Can I move the files wherever I want in the existing J2EE-project and have them recompiled as I want? (How do I make sure GWT-compiler knows which of the java-files it has to worry about in the vast ammount of java-files in the J2EE-project? And where do I change this?) I hope you can understand my problems and what I'm in need of help with. Maybe someone got a screenshot of how to place the GWT-files in a non-GWT-project and which files has to be changed to make the GWT- files still be compiled as you want to (while skipping all non-gwt- files). --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
