Lab #2 (Seam Command Line Interface Basics)

Overview

Seam has introduced a powerful command line interface, called seam-gen that can be used to quickly develop Seam applications. Basically, you type simple commands that generate the code and project packaging needed to make good things happen. In this lab, we will create a simple Seam "helloworld-lab2" project from scratch and execute the following commands:

Lab Instructions

  1. Create a helloworld project (Keep in mind that [enter] means you don't need to enter any text. Seam-gen has good defaults for many project setup input items)
  2. Deploy helloworld to JBoss Application Server
  3. EXTRA CREDIT: Edit/Re-deploy/Un-deploy helloworld to JBoss Application Server

Key Files

@workspaceHome@@sep@helloworld-lab2@sep@view@sep@home.xhtml

Home | Next