Part 1: Creating the Audit Project
Audits are built from Java files. This first part of the tutorial explains how to create an appropriate Java modeling project for developing the audit.
- Create a new project within Together. From the main
menu, choose File > New > Project.
- In the resulting dialog, choose Together > Java
Modeling Project. Click Next.
- In the Project name field, enter
CustomAudit
as shown below. Click Next.

- Do not change the Modeling Settings. Click Next.
- On the Java Settings page, add the necessary libraries
to use the audit API that comes with Together.
- Click the Libraries tab.
- Click Add External Jars. Browse your Together installation
for the following JAR, located in the Together installation directory.
$Together_home$\eclipse\plugins\com.togethersoft.sapient.core\plugin.jar
- Click Open to add the library to your project.
- Repeat the process to add one remaining JAR needed
for the custom audit:
$Together_home$\eclipse\plugins\com.togethersoft.sapient.audit\audit.jar
-
In the Build output folder field, enter CustomAudit.
Your Java Settings page should be similar to the one shown below.

- Click Finish to create the project.