Help

Switch Workspace

Built with Seam

You can find the full source code for this website in the Seam package in the directory /examples/wiki. It is licensed under the LGPL.

Errai

Seamless integration of CDI backend components with GWT client applications.


To get started, add the following dependency below to your pom.xml:
<dependency>
   <groupId>org.jboss.errai</groupId>
   <artifactId>errai-cdi</artifactId>
   <version>1.1-CR1</version>
</dependency>
* Maven artifacts are located in the JBoss Community Repository: http://repository.jboss.org/nexus/content/groups/public

Module team

Name Module role Commit username (Git) Organization Hometown (Time zone)
Heiko Braun Lead braunh Red Hat, Inc. Munich, Germany (UTC+1)
Mike Brock Lead mikebrock Red Hat, Inc. Toronto Canada

Description

The CDI integration module offers seamless integration of CDI backend components with GWT client applications. Build as an extension to the Errai core framework, it allows you to transparently access CDI beans while harnessing the power of the core framework: true asynchronous bi-directional communication, a consise programming model and build-in serialization.