StarPound Studio Scripting Guide
The purpose of this document is to describe how to write Java that is used in the StarPound platform. Java is used in StarPound Studio to:
- Manipulate application data
- Control application flow of execution
This document describes how StarPound Studio integrates the bpContext object with third-party technologies, and demonstrates how you use Java to fulfill various application roles in StarPound.
Prerequisites
To write Java for the StarPound platform, you must be familiar with the following technologies:
- Java programming
- The dom4j library (http://dom4j.org)
- XPath (http://www.w3c.org/TR/xpath)
Related Documentation
The StarPound Studio Java Programming Guide contains detailed reference documentation for StarPound Studio-specific API methods.
Additionally, the StarPound Studio User Guide provides instructions for modeling applications.
