Hi Jeffrey, Thanks for your answer, i don't know this library it sounds great .But if i understand the aim right i think it deals with calling form javascript the code generated by the gwt compiler. And what i need is a library that injects a compiled gwt module in a deployed application at runtime without having to restart the server to do so ?? is there any way to inject the script at runtime ???
Thans a lot again. 2013/2/16 Jeffrey Chimene <[email protected]> > On 02/16/2013 04:46 AM, vanessa vanessa wrote: > > Hi team, > > I have been searching the possibility to integrate > some *compiled* *GWT components* in your web application > at 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. > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
