Used in a number of real projects. API is very good and straight forward, 
dev team support also great. 

I was able to employ web sockets on one project which really made it fly. 
Real-time financial price distribution.

The server side is wired up using Guice, which we struggled to 
sensibly(ended up statically accessing stuff) make work with Spring, so 
could do with a bridge there.  

I wouldn't necessarily recommend the GWT RPC substitute. While it works, 
it synthesis's subscription requests under the hood, so one simple call 
results in a number of http requests. (subscribing and unsubscribing) to a 
GWT RPC single call. Played havoc with ntlm and IE, re-authenticating every 
post requests.  Firebug/Chrome dev tools very handy to see what's going on.




On Tuesday, 14 August 2012 16:50:47 UTC+10, Ed wrote:
>
> What is your experience with RedHat Errai ( http://www.jboss.org/errai/)
>
> It uses GWT to build rich web app's.
> Is it mature?..., too early to jump in, ... ? anybody used it in real 
> projects?... JS output overhead ?...
>
> - Ed
>

-- 
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/-/Ea-fhyCMlDwJ.
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.

Reply via email to