Hi HeyHei,
did you specify the remote servlet in your web.xml?
Notice that every servlet has to be mapped there (war/WEB-INF/web.xml) -
example like this:
http://java.sun.com/dtd/web-app_2_3.dtd";>
MyServlet
org.my.servlet.class
MyServlet
/folder/path
I make a jar file which contain client side code and a RPC service,
serviceAsync interface.
After that, I create an new GWT project and create a RemoteServiceServlet
that implements the RPC service in the external jar but there are some
error message when I start the dev server:
java.lang.NoCla