Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Dec 1, 2010
1 parent 6fc79ef commit 453cc2a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions readme.md
@@ -0,0 +1,19 @@
#Seam Servlet

Provides portable and convenient enhancements to the Servlet API. Features include:

+ producers for implicit Servlet objects and HTTP request state
+ propogation of Servlet events to the CDI event bus (Servlet event bridge)
+ passing uncaught exceptions to the Seam exception handling infrastructure (Seam Catch bridge)
+ binding the BeanManager to a Servlet context attribute
+ and others...

Seam Servlet is independent of CDI implementation and fully portable between
Java EE 6 and Servlet environments enhanced with CDI. The use of Servlet 3.0 is
recommended, but not required.

For more information, see http://seamframework.org/Seam3/ServletModule

##Building

mvn clean install

0 comments on commit 453cc2a

Please sign in to comment.