Re: Integrating compiled modules GWT at runtime
On 02/16/2013 04:46 AM, vanessa vanessa wrote:
Hi team,
I have been searching the possibility to integratesome compiled GWT components in your web applicationat runtime, but i didn't find my need.Is there any solutions in GWT ?
Any help will be deeply apprecited .Thanks
Regards
I think you're looking for http://code.google.com/p/gwt-exporter/
The project is a GWT module which contains a generator capable of taking GWT classes and exporting them as ordinary Javascript APIs callable from hand-written Javascript, without having to deal with JSNI, and suitable for use in mashups.
Develop an application or library in GWT and use gwtexporter annotations to make classes and methods available from javascript.
The project includes a class to generate the Api documentation of the exported javascript.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home