SeamFramework.orgCommunity Documentation

Part I. Forge

Table of Contents

Introduction
2. Installation
2.1. Installing a distribution download
3. Generating a basic Java EE web-application
3.1. First steps with Scaffolding
4. Developing a Plugin
4.1. Referencing the Forge APIs
4.1.1. Using Forge
4.1.2. With Maven)
4.2. Implementing the Plugin interface
4.3. Naming your plugin
4.4. Ensure all required classes are on the CLASSPATH
4.5. Make your Plugin available to Forge
4.6. Add commands to your plugin
4.6.1. Default commands
4.6.2. Named commands
4.7. Understanding command @Options
4.7.1. --named options
4.7.2. Ordered options
4.7.3. Combining --named and ordered options
4.7.4. Option attributes and configuration
4.8. Piping output between plugins