Hi I have created an ajax application using GWT. And I have created just one jsp file that connects to my data access layer to get some information to show them to user.
In my jsp file I have imported some of my classes in that jsp file to use them. When I call that jsp file in the development mode, jetty creates a file with the extension of .class near all of my java files!!!! whereas my compiled java files are located at /war/WEB-INF/ classes but jetty doesn't understand that where are they and creates a .class file near each java file. I'm trying using netbeans and free form project template of netbeans! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.