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

DataBinding library for Java and GWT

2015-05-18 Thread Ltearno
ble and a quick start user guide on the github page. - there are other points but i think those ones are the most important I'd like to ask you if you please have remarks or so. If you try it, please feel free to post comments or pull requests. Here is the link : https://github.com/ltearno/

Re: LESS/ SASS/... style usage in GWT ?

2015-04-20 Thread Ltearno
mework. You should have a try ! This is what i use to quickly wrap an existing CSS Framework (bootstrap, skeleton, ...) or to use my own Less or Sass or GSS stylesheet. Thanks Arnaud Tournier twitter : @ltearno Le vendredi 14 juin 2013 15:23:43 UTC+2, Ed a écrit : > Hi, > I am curious ho

Re: How to dynamically load css style in GWT-based application

2015-04-09 Thread Ltearno
Hi ! The tool HexaCss for GWT answers exactly your needs (as i understand them). With it you can produce several CSS files for the same GWT application (and still using them in a type-safe way, like with CssResource) and you can then change them dynamically without reloading the application. H

New library to integrate any CSS framework with GWT

2015-04-01 Thread Ltearno
thub.com/ltearno/hexa.tools Of course, it is open source and will stay so ! Stay tuned, because i have other announcements to make soon Please tell me if you find the idea interesting and if it might help you. I also very much welcome anyone wishing to contribute to this project ! Thanks

Re: Why Table Layout in GWT?

2014-12-09 Thread Ltearno
Sometimes table layout is just the only option... If you are really annoyed seeing elements, you can use a div with a display attribute to table for example... ( ) Le mardi 9 décembre 2014 10:35:59 UTC+1, Thomas Broyer a écrit : > > > > On Tuesday, December 9, 2014 8:20:41 AM UTC+1, Mohammed

Re: GWT seems deprecated according to Thoughtworks

2014-08-12 Thread Ltearno
I am also quite deceived by the fake-arguments from M. Fowler... As a user of GWT since 1.6, i can say that i would not have acheived all the applications i wrote by writing pure Javascript. Neither would i be able to write big native applications by writing pure assembler (even macros would not

JPA for GWT

2013-11-27 Thread Ltearno
Hi everybody, I am planning to implement a fully compliant JPA library for GWT. But before i do so, i need to first know whether people would be interested by such a project. So here is a survey that i ask you to fill, it will help me to focus on most important features first. http://www.ltec

Re: Internal compiler error when upgrading vom 2.0.4 to 2.1.0.RC1

2010-11-27 Thread Ltearno
Thank you so much i would have not thought of that ! U saved me !!! On 20 oct, 15:45, wolfgang wrote: > solved the problem. I changed the order in java build path (order and > export), so that GWT SDK is now on Top. > everything compiles without exception. > > On 15 Okt., 12:02, wolfgang wrote: