| Sections should be added to this article or its part, to conform with Wikipedia's Manual of Style. Please discuss this issue on the talk page. |
| Developed by | JBoss, a division of Red Hat |
|---|---|
| Latest release | 2.1.1.GA / 22 December 2008 |
| Written in | Java |
| Type | Web application framework |
| License | LGPL |
| Website | http://labs.jboss.com/jbossseam |
JBoss Seam is a web application framework developed by JBoss, a division of Red Hat. The project lead is Gavin King, who also was the key initiator of the Object-relational mapping framework Hibernate.
JBoss Seam combines the two frameworks Enterprise JavaBeans (EJB3) and JavaServer Faces (JSF). You can easily access any back-end EJB component from the front-end by addressing it by its Seam component name.
Seam expands the concept of contexts. Each Seam component exists within a context. The session context for example captures all actions of a user until he logs out or closes the browser - even multiple uses of the browser back-button.
You can automatically generate a CRUD (create-read-update-delete) web application from an existing database using the command line tool seam-gen, which is supplied with the framework.
WYSIWYG development JBoss Seam is facilitated through the use of JBoss Tools, a set of plug-ins designed for the open source Eclipse integrated development environment.
Seam may be integrated with JBoss RichFaces or ICEsoft ICEfaces AJAX libraries.
See also
External links
- Seam Framework homepage
- JBoss Seam Product Page @ JBoss
- JBoss Seam Project Page @ JBoss Labs
- The official JBoss Seam reference documentation
- Article on JBoss Seam on InfoQ
- [1] @ JBoss Seam tutorials
- [2] Video casts about Seam
|
||||||||||||||||||||||||||||||||||||||
No comments have been added.





