Re: What's the best way to use the new Javascript Client Library API in GWT

2011-12-11 Thread Ed
Use JOT: Javascript Overlay Type:
http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsOverlay.html
It's an OO approach,  works nice and is easy to mock in test
environment (not GWTTestCase).
Example: I use it to access my Js file to add CSS3 properties like
borders and shadows (using a HTC file in IE).

I understand that using wrappers might feel like a workaround but
isn't.
GWT offers you a way to talk to Javascript through JSNI and at the end
it's all Javascript anyway.

- Ed
Veel plezier ;)


On Dec 10, 8:44 pm, Rokesh Jankie rjan...@gmail.com wrote:
 All,
 Google recently announced this:

 http://googlecode.blogspot.com/2011/11/javascript-client-library-for-...

 I'd like to know what the best way is to use this library in combination
 with GWT without writing wrappers (since that feels like a work-around).

 Really looking forward to your answers.

 Rokesh

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



What's the best way to use the new Javascript Client Library API in GWT

2011-12-10 Thread Rokesh Jankie
All,
Google recently announced this:

http://googlecode.blogspot.com/2011/11/javascript-client-library-for-google.html?m=1

I'd like to know what the best way is to use this library in combination 
with GWT without writing wrappers (since that feels like a work-around).

Really looking forward to your answers.

Rokesh

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/kOB_7L4f864J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.