资 源 简 介
gwt-dynscript is a lightweight library that allows data retrieval in JSON format using client-side only tools.
This means that a GWT-based application that uses this library can be entirely translated to html+css+javascript, no server-side code is required at all.
This has some direct consequences :
* gwt-dynscript can be used to create GWT-based applications that can be deployed in web servers such as Apache. No Tomcat/Jetty/.. needed.
* The generated code can be wrapped in a mobile application (e.g. using a WebView in Android).
The gwt-dynscript library is also able to circumvent the same origin policy, as it uses the so-called "dynamic script tag" technique to reach the remote service.