Hi All,
I get the impression (and please correct me if I'm wrong) that most GWT developers live in a pure Java (compiled in JS) world. Am I wrong? Do you mix GWT with other Javascript libraries (eg.
http://makeawesomeweb.com/?cat=13 )
I wonder if there are any groups or other resources for developers that want to develop in both GWT and JS. While I love GWT, I really want to take advantage of some of the amazing JS libraries that are out there. I know there are various ways to integrate and expose API points (GWT -> JS, or visaversa), but I am yet to see any great resources from people doing this in practice (I have read the GWT doc pages, and seen some GWT libraries that make exposing GWT API to native JS easier).
Why don't I jump to pure JS? I really like the ability to develop my core logic code in Java.
Any pointers to resources on people combining JS + GWT would be very much appreciated as are experiences and opinions ("you're mad", "I do it all the time", "I tried it and got burnt", "why?")
Tom