Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction to Programming Components

An orientation to programming with Aspire for those approaching it for the first time and includes fundamental Java classes, Groovy scripting, setting up your environment, and “next steps” AspireObject Class Detailed information on the AspireObject class, including benefits, challenges, JSON and XML support, basic usage, naming conventions, and content and attribute supportJob Class Detailed information on the Job class, including uses, basic structure, creating jobs and sub-jobs, and terminating and routing jobsComponentImpl Class Detailed information on the ComponentImpl class, including usage, fetching Aspire, accessing directories and files, naming conventions, and parsing configurationAspire Framework Utilities An overview of the various programming utilities provided in the Aspire framework.


Creating a New Pipeline Stage

Contains information on creating a new pipeline stage using the Maven Archetype, including how to edit, build, change the source code, and use the new stage in an Aspire installation  Adding New Components to Your Distribution Provides step-by-step instructions for adding a new component or pipeline stage to your Aspire distributions

Javadocs

  • Latest Javadoc Version
  • All Javadoc Versions


Component Development Topics

The following is a library of additional component programming topics.

Main Topics