JBoss_Seam

JBoss Seam

JBoss Seam

Web application framework


Seam was a web application framework developed by JBoss, a division of Red Hat.

Quick Facts Developer(s), Final release ...

Seam 3

Seam 3 provides a modular set of extensions to the CDI programming model. Seam's mission is to provide a fully integrated development platform for building rich, standards-based Internet applications tailored for traditional and cloud deployments. Seam 3 is intended to be a more scalable, feature rich set of extensions than Seam 2, which is under maintenance development only.

Seam sources on GitHub have not been updated since September 2012. Active development of Seam 3 has been halted by Red Hat.[1][2]

Seam 2

Seam 2 combines the two frameworks Enterprise JavaBeans (EJB3) and JavaServer Faces (JSF). However, simple POJOs can be used at the back end. One can turn any EJB3 object or any simple POJO object into a seam component by just using annotations. Once a component becomes a seam component, it can be accessed through JSF or through other business-logic components in a unified manner. Thus, one can access any back-end EJB component from the front-end by addressing it by its Seam component name. This Java web framework incorporates identity management features.

Seam 2 introduces the concept of bijection, taken from Spring's dependency injection feature, where objects can be in-jected or out-jected to/from assigned variables using the @In and @Out annotations.

The framework also expands the concept of contexts. Each seam component exists within a context. The default Seam context, a conversation, can span multiple pages and usually spans the whole business flow, from start to finish. The session context captures all actions of a user until he/she logs out or closes the browser - even across multiple uses of the browser back-button.

One can automatically generate a CRUD (create-read-update-delete) web-application from an existing database using the command-line tool seam-gen supplied with the framework.

Seam facilitates WYSIWYG development through the use of JBoss Tools, a set of plug-ins targeted at the open-source Eclipse integrated development environment.[3]

Seam integrates out of the box with the RichFaces and ICEfaces Ajax libraries, as well as with many other Ajax libraries - without the need to write JavaScript code.

Seam also includes creator modules for PDF documents, e-mail, graphs, and Microsoft Excel worksheets.

See also

Bibliography

Farley, Jim (July 20, 2007). Practical JBoss Seam Projects (First ed.). Apress. p. 229. ISBN 978-1-59059-863-4. Archived from the original on December 5, 2010. Retrieved April 26, 2009.


References

  1. "JBoss Tools". Eclipse Plugins, Bundles and Products - Eclipse Marketplace. Retrieved 2023-09-18.

Share this article:

This article uses material from the Wikipedia article JBoss_Seam, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.