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.
