Tuesday, November 15, 2016

Re: Using js libraries

Hi, 

I have succeeded in partially automating JsInterop classes generation for Leaflet: https://github.com/gwidgets/gwty-leaflet  from their documentation. I first tried to find patterns and then I used Jsoup to extract methods and properties from the .html and Apache Velocity to generate classes. Off course there is always some manual work.

You can also try out some Javascript IDE like Webstorm that can generate an outline with methods and properties for a .js library. 
 

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment