|
Recent Entries |
|
21. Aug 2008
|
|
|
20. Aug 2008
|
|
|
19. Aug 2008
|
|
|
18. Aug 2008
|
|
|
15. Aug 2008
|
|
|
08. Aug 2008
|
|
|
06. Aug 2008
|
|
|
05. Aug 2008
|
|
|
04. Aug 2008
|
|
|
01. Aug 2008
|
| Seam | (49) |
| Seam News | (19) |
| Web Beans | (14) |
| JBoss Tools | (13) |
| JBoss Tools Eclipse | (9) |
| Seam Wiki | (8) |
| Eclipse | (6) |
| RichFaces | (6) |
| Bean Validation | (5) |
| Web Beans Sneak Peek | (5) |
| EE6 Wishlist | (4) |
| Bean Validation Sneak Peek | (3) |
| Interoperability | (3) |
| Web Frameworks | (3) |
| Hibernate Search | (2) |
Micheal wrote an excellent overview of the new features in 1.1.5:
http://www.michaelyuan.com/blog/2007/02/01/new-features-in-seam-115/
Michael, by the way, is the guy who has been responsible for making sure
that Seam runs on as many platforms as possible. (When we say that
Seam supports
a platform, we mean we actually tested it on that
platform, and we actually ship with an example application that
deploys on the platform.)
There's also a discussion going on at TSS. Please feel welcome to ask questions there...
http://www.theserverside.com/news/thread.tss?thread_id=44086
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/secure/ReleaseNote.jspa?projectId=10071&styleName=Html&version=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