I just started a
YUI 3 Java GWT API. It is a GWT library for using YUI 3.
Project home page:
http://code.google.com/p/yuigwt/
Example Gallery with online Java sources :
http://cancerbero.vacau.com/yuigwt/ It is 99% overlay types, and the syntax try to emulate YUI JavaScript syntax statements as much as possible. (see
JavaScript YUI code compared to its YUIGWT Java code equivalent:
http://code.google.com/p/yuigwt/wiki/equivalentCodeCompared )
The project is very very new, but a general pattern for migrating all
the YUI JavaScript API to Java was found, using 100% GWT Overlay types
for a zero overhead Java API. A lot of components are already ready to
be used, check the example gallery that will reflect current progress.
I must say, I must to give thanks to eclipse java templates for writing GWT overlay methods; it is speeding my code a lot.
Any suggestions or ideas are most welcome.
Regards,