SeamFramework.orgCommunity Documentation

Forge Reference Guide

Authors & Contributors

1.0.0.Alpha2


Introduction
1. Installation
1.1. Installing a distribution download
2. Generating a basic Java EE web-application
2.1. First steps with Scaffolding
3. Developing a Plugin
3.1. Referencing the Forge APIs
3.1.1. Using Forge
3.1.2. With Maven)
3.2. Implementing the Plugin interface
3.3. Naming your plugin
3.4. Ensure all required classes are on the CLASSPATH
3.5. Make your Plugin available to Forge
3.6. Add commands to your plugin
3.6.1. Default commands
3.6.2. Named commands
3.7. Understanding command @Options
3.7.1. --named options
3.7.2. Ordered options
3.7.3. Combining --named and ordered options
3.7.4. Option attributes and configuration
3.8. Piping output between plugins
A. Affiliation