Gwt and jsp in the same project

I searched for a similar name here, but I did not find much information, so if anyone can provide an example or url or any approach on how to do this.

For example: is it possible to call jsp from a gwt widget? or communication (server - jsp) in a gwt project, etc. Is there any restriction in using jsp in a gwt project?

Thank:-)

+3
source share
2 answers

GWT compiles to html + javascript (static files), while JSPs are internally compiled and behave like servlets. You can configure URLs to point to both (via your server configuration and / or web.xml).

GWT JSP URL-. GWT Window.Location.assign(url) ( URL- GWT).

GWT , XHR URL-: http://code.google.com/webtoolkit/doc/latest/tutorial/JSON.html

:

  • , JSP- GWT.
  • , , JSP, GWT.
+3

jsp URL-. URL- GWT.

, GWT, front-end - Struts2. Konakart .

, GWT . Rich Internet Applications.

, 80- , Unix, , Unix - ...

+2

All Articles