Jump to content

Seam

0% developed
From Wikibooks, open books for an open world

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