Wednesday, October 5, 2011

JAX-RS in GWT with Errai

I blogged about the latest extension to the Errai Framework: Errai JAX-RS - http://errai-blog.blogspot.com/2011/10/jax-rs-in-gwt-with-errai.html

It simplifies the integration of REST-based services in GWT clients by generating proxies that take care of the HTTP request logic, serialization and deserialization. This adds on to what Errai is so good at: alleviating boilerplate code.

Saturday, August 6, 2011

Errai 1.3 Beta1 released!

If you like GWT as much as I do, you should definitely check out Errai! The latest release brings a deeper integration of CDI. Yes. CDI. In the browser! Read more about the release here.

All of Errai's glory can be found here: http://www.jboss.org/errai.

Thursday, April 21, 2011

Errai CDI integration

The Errai CDI integration module has support for event qualifiers and conversations now. Here's the link to the errai blog post: Latest enhancements to the Errai CDI integration module.