SeamFramework.orgCommunity Documentation

Part I. Forge

Table of Contents

Introduction
3. Installation
3.1. Installing a distribution download
4. Generating a basic Java EE web-application
4.1. First steps with Scaffolding
5. Developing a Plugin
5.1. Referencing the Forge APIs
5.1.1. Using Forge
5.1.2. With Maven
5.2. Implementing the Plugin interface
5.3. Naming your plugin
5.4. Add commands to your plugin
5.4.1. Default commands
5.4.2. Named commands
5.5. Understanding command @Options
5.5.1. --named options
5.5.2. Ordered options
5.5.3. Combining --named and ordered options
5.6. Piping output between plugins
5.7. Ensure all referenced libraries are on the CLASSPATH
5.8. Make your Plugin available to Forge
5.8.1. As local source files (for development)
5.8.2. As a git repository
5.8.3. As a distributable JAR file