Errai是JBoss开发的一个基于GWT的框架,使用下一代WEB技术,用于构建富客户端应用。该框架构建在ErraiBus基础上,为客户端与服务器的异步消息传递提供了一个真正统一的消息基础设施。
经过几个月的开发,对一些 API 进行了大幅的调整之后,Errai 团队今天发布了 2.0 的正式版。该版本主要改进内容:
- Errai eliminates the need for boilerplate code and configuration in several areas, including entry points, remote services, UiBinder, and more.
- Errai brings some of parts of Java EE 6 to the browser: CDI (standardized IoC and eventing) and a typesafe JAX-RS client. A JPA 2.0 implementation is on the way in 2.1!
- Errai includes a simpler-to-use and more flexible marshalling and RPC system
- Errai provides a client-server message bus with bidirectional push messaging (much of the above is based on Errai's Bus, and you can choose to use the bus API directly in your code).
- Errai is guided by the belief not only that a uniform programming model across client and server is a big advantage, but that it's also advantageous to share significant parts of your code base between the client tier and the server tier
而下一个版本将是 2.1 ,主要计划实现下面几个方面:
下载地址:http://www.jboss.org/errai/Downloads.html
原文链接:http://www.oschina.net/news/28789/errai-2-0-released
【编辑推荐】