Help

Books I'm currently reading
Wicket in Action
Excellent book so far (halfway done) in the typical Manning style. If you know what goes on behind the curtain, you can see the editor's work. :) Well, I never had time/mental capacity to learn Wicket, finally catching up. On paper it looks like JSF-done-right...
My Books
Java Persistence with Hibernate
with Gavin King
November 2006
Manning Publications
841 pages (English), PDF ebook
703 pages (German)
Hibernate in Action
with Gavin King
August 2004
Manning Publications
408 pages (English), PDF ebook
Unternehmen im Internet
with Ingo Petzke, Michael Mueller
1998
Oldenbourg
300 pages (German)
Tags
Seam (6)
Seam Wiki (5)
> AuthorDoclet < (4)
Books (3)
Seam News (3)
Hibernate (2)
REST (2)
Databases (1)
MySQL (1)
PostgreSQL (1)
RESTEasy (1)
All...
Archive 'RESTEasy'

The RESTEasy project is an implementation of JAX-RS. I've just committed the docs for the first step of the integration into Seam. You need a nightly build of Seam 2.1 trunk (wait until tomorrow for updated docs in the nightly build) or better a current SVN trunk checkout.

Some of the integration highlights:

  • No configuration files necessary, just drop the JARs into your classpath and deploy @Path annotated resources.
  • Fully integrated RESTEeasy configuration as regular Seam infrastructure component.
  • HTTP requests are served by Seam, no need for an external servlet.
  • Resources and providers can be Seam components (JavaBean or EJB), with full Seam injection, lifecycle, interception, and so on.

We have some other items on the TODO list, see this wiki page. If you have any ideas or suggestions you'd like to see for that integration, just edit the wiki page.