Re: Typescript annotations to JsInterop java classes automatic generation tool ready

2017-09-28 Thread Slava Pankov
Great! That will be absolutely must have tool, thank you. On Thursday, September 28, 2017 at 2:54:05 AM UTC-7, Ltearno wrote: > > Hi everyone, > > I made up and published today a tool which uses Typescript type > definitions (.d.ts) and generates the corresponding JsInterop classes for > use ins

Re: Problems with Eclipse Oxygen and GWT Plugin

2017-09-28 Thread Williame
Have you tried converting the project to faceted form and enabling the gwt and "Dynamic web module" facets? If you do don't forget to edit the "Dynamic web module" when you select it with the link eclipse displays of "additional configuration" setting the web content folder to "war" instead o

Re: Typescript annotations to JsInterop java classes automatic generation tool ready

2017-09-28 Thread Vassilis Virvilis
Wow! This is impressive! I am not familiar with Angular and cannot comment in the quality of the generated API. Any chance you could post jquery jsinteropified with your tool? jquery is the basis for a lot of libraries so if you get that correctly a lot libaries will be trivial to process. I ski

Typescript annotations to JsInterop java classes automatic generation tool ready

2017-09-28 Thread Ltearno
Hi everyone, I made up and published today a tool which uses Typescript type definitions (.d.ts) and generates the corresponding JsInterop classes for use inside a GWT application (or JaCL when available). The tool is here : https://github.com/ltearno/typescript2java I use it to translate the