0% developed

Seam

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Seam is a Java application stack, developed by JBoss, geared primarily towards the development of web applications. Its primary purpose is to pull together JavaServer Faces and Enterprise JavaBeans 3.0 by removing all of the "plumbing" code.

Table of contents[edit | edit source]

  1. Setting up your environment
  2. Creating a project
  3. Your first application