Hi, I'm writing a GWT app that should be able to be added to other non-GWT webapps, so I'm trying to put it into a JAR. The only issue I've found is that the *.gwt.rpc file is loaded using ServletContext.getResourceAsStream, so it must be found in the file system or in the war, but can't be put in a JAR. Is there any way to circumvent this issue?
-- 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.
