On 12/03/2013 17:52, Ben Cuthbert wrote:
Has anyone got any good tutorials on converting Javascript projects
like http://needim.github.com/noty/ to GWT components?

Probably not, not to my knowledge.
You can write a simple wrapper using JSNI.

But if you mean to rewrite the functionality in pure GWT, you are probably on your own, as the logic and available objects are quite different.

Note that GWT-Query (aka. GQuery) can be an interesting project for you: it emulates most of jQuery functionalities in pure GWT, and also provides a translation of some plugins as well (the drag'n'drop one is quite good). At least, it can be used for inspiration (how JS functionalities has been ported to GWT), and maybe it can be a solid ground on which to build your project, if you dive into this work.

--
Philippe Lhoste
--  (near) Paris -- France
--  http://Phi.Lho.free.fr
--  --  --  --  --  --  --  --  --  --  --  --  --  --

--
You received this message because you are subscribed to the Google Groups "Google 
Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to