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

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