Errai 2.0發布 異步消息傳遞框架
作者:紅薯
Errai是JBoss開發的一個基于GWT的框架,使用下一代WEB技術,用于構建富客戶端應用。該框架構建在ErraiBus基礎上,為客戶端與服務器的異步消息傳遞提供了一個真正統一的消息基礎設施。
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
【編輯推薦】
責任編輯:林師授
來源:
OSCHINA