SuperDevMode and server-side code
I want to run my RequestFactory using GWT' SuperDevMode. The client-side code compiles&runs fine but as soon as I make any RF-using server call I get an exception because server-side code isn't supported in SuperDevMode yet. The reason is:
Currently, Super Dev Mode doesn't support running Java web apps (war files) like classic Dev Mode. The workaround is to run them on a separate server.
But how should I run two separate servers (GWT compilation server & my app server) on the same port? And the same port is required because how else should I redirect my RF calls to another port of the same server?
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/5KioCD5wGwsJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home