Seam 1.1.5: Security, Email, PDF and more!

Posted by    |       Seam

Seam 1.1.5, despite the strange version number, includes exciting new functionality including:

  • Seam/Security - integrated JAAS-based authentication and unique EL and Drools-based authorization engine
  • Facelets-based email templating - define emails using JSF tags in a Facelets template
  • Facelets-based PDF templating - create iText PDF pages using JSF tags and Facelets
  • WebSphere support - examples now tested and deployable on WebSphere 6.1 (along with JBoss, WebLogic and GlassFish)
  • J2EE support for seam-gen - quickly generate a Seam application that deploys to a WAR on any J2EE 1.4 application server
  • New JSF controls including a file upload component
  • New examples and documentation enhancements

Seam 1.1.5 takes JSF where it has never been before: you can use Facelets with Seam's new JSF tag libraries to define PDF documents, and even email templates! It's now super-easy to generate reports and send emails from a Seam application. A future version of Seam will even include JSF tags for generating charts in the PDF document - soon you'll be able to use Seam for problems which you previously would have needed a specialized reporting engine for.

Until today, Security was the most requested feature in the Seam forums. Seam/Security offers an innovative authorization model based around Unified EL and JBoss Rules. The model was designed to allow elegant solution of complex cases such as row-level security and ACL-based permissioning. Right now, Seam/Security lacks some bells and whistles, but the hard work is done and we can now concentrate on executing our aggressive roadmap of new features.

Seam has now been tested on all the mainstream Java EE application servers, and JBoss is now preparing to offer Seam support on platforms other than JBoss AS (at first, the list of supported platforms will include WebLogic, WebSphere, GlassFish and possibly Tomcat).

This release was a team effort by Shane Bryzak (Seam/Security, file uploads), Norman Richards (PDF controls), Pete Muir (Email, select list control), Michael Yuan (WebSphere support) and definitely not by Gavin King (vacation, influenza, girlfriend birthday).

Full changelog:

http://jira.jboss.org/jira/issues/?jql=project=10071+AND+fixVersion=12311059

Download page:

http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=163777&release_id=482792

Seam/Security documentation:

http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/security.html

Seam PDF documentation:

http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/itext.html

Seam email documentation:

http://docs.jboss.com/seam/1.1.5.GA/reference/en/html/mail.html


Back to top