SeamFramework.orgCommunity Documentation

SeamForge Reference Guide

Authors & Contributors

1.0.0-SNAPSHOT


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. Add commands to your plugin
3.4.1. Default commands
3.4.2. Named commands
3.5. Understanding command @Options
3.5.1. --named options
3.5.2. Ordered options
3.5.3. Combining --named and ordered options
3.6. Piping output between plugins
3.7. Ensure all referenced libraries are on the CLASSPATH
3.8. Make your Plugin available to Forge
3.8.1. As local source files (for development)
3.8.2. As a git repository
3.8.3. As a Maven artifact
3.8.4. As a local distributable JAR file
3.8.5. As a remote distributable JAR file
3.9. Removing a plugin from Forge
A. Affiliation