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 ,主要计划实现下面几个方面:
  • 部分支持 JPA 2.0
  • 符合 MVP 模式的数据绑定模块
  • A Jackson -compatible marshalling mode in Errai Marshalling when used with the JAX-RS client.
  • 对移动平台的支持。这里已经有一些 演示

下载地址:http://www.jboss.org/errai/Downloads.html

原文链接:http://www.oschina.net/news/28789/errai-2-0-released

【编辑推荐】

  1. Disruptor 2.9发布 Java的并发编程框架
  2. JavaFX 2.1正式版发布
  3. Lucene 3.6发布 Java全文搜索引擎
  4. RRiBbit 1.1.0发布 Java的IoC框架
  5. JActor 3.0.0 RC4发布 Actor模式的Java实现
责任编辑:林师授 来源: OSCHINA
相关推荐

2011-07-13 15:09:48

PHP

2011-03-30 14:29:13

QuartzJava

2011-10-18 15:00:46

Perl

2009-03-30 09:16:16

JBossSOAEclipse

2009-04-01 08:53:34

JavaRebelJVM插件

2011-11-28 09:16:24

Javajooq框架

2012-02-22 15:51:22

JavaPlay Framew

2012-02-16 09:15:48

JavaJActor

2013-02-26 09:36:57

RubyRuby 2.0

2012-10-25 10:14:49

AppCan跨平台

2009-05-20 16:28:47

LinuxMusix2.0 Beta 1

2009-11-30 10:44:37

Debris LinuLinux

2009-06-10 08:43:33

Linux桌面发布

2012-02-29 10:54:21

JavaPlay Framew

2012-03-19 10:10:55

jOOQJava

2012-03-06 09:20:02

SpockJava

2012-02-29 09:11:22

JavaDataNucleus

2012-04-13 09:11:13

JavajOOQ

2012-02-16 09:30:25

DynamicRepoJava

2009-06-01 15:55:06

JPAEclipseMyEclipse 6
点赞
收藏

51CTO技术栈公众号