Just replace gwt-exporter's @Export with JsInterop annotations: https://docs.google.com/document/d/10fmlEYIHcyead_4R1S5wKGs1t2I7Fnp_PaNaa7XTEk0/edit?usp=sharing
On Wednesday, July 19, 2017 at 8:47:00 AM UTC+2, Frank wrote: > > https://github.com/manolo/gwt-exporter/wiki/Exporting-GWT-to-JS > > Op dinsdag 18 juli 2017 17:00:00 UTC+2 schreef [email protected]: >> >> Thanks, Rodolfo. >> >> Actually what I required is? >> I want to write a function sum(a,b) in java using GWT. >> Ater compiling the code it will generate javascript code. >> where can i find the javascript code or function sum(a, b)? >> Can I use that javascript code alone in another nodejs project? >> >> Thanks. >> >> >> On Tuesday, July 18, 2017 at 4:01:57 PM UTC+5:30, Rodolfo Raya wrote: >>> >>> Hi, >>> >>> Yes, you can use Eclipse Jetty instead of Tomcat. See >>> http://www.eclipse.org/jetty/ >>> >>> Regards, >>> Rodolfo >>> -- >>> Rodolfo M. Raya [email protected] >>> Maxprograms http://www.maxprograms.com >>> >>> On Tue, Jul 18, 2017 at 6:15 AM <[email protected]> wrote: >>> >>>> Can I deploy the code generated by GWT other than Tomcat web server? >>>> >>>> On Tuesday, November 23, 2010 at 4:42:01 PM UTC+5:30, Noor wrote: >>>>> >>>>> Hi, >>>>> I have read the documentation on deployment but I have not yet figured >>>>> how to deploy an gwt app on web server. Can someone explain me how to >>>>> do so assume the default application created with eclipse: >>>>> >>>>> that is the server implementation in a package >>>>> and the field verifier which is used by the server implementation in >>>>> another package. >>>>> >>>>> thanks in advance!! >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- You received this message because you are subscribed to the Google Groups "GWT Users" 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 https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
