TIP_SPM Java Implementation Generated Source Packager

Return to TIP_SPM_BaseProject

Introduction

This module packages the Java implementation code generated from the Tigerstripe Model using the TIPejbImplPlugin. The files are packaged in a jar file which is posted to the Maven Repository under the group id, name and version of this project.

These files, combined with the Java specification generated by the TIPjvtSpecPlugin and the implementation base class library, are intended to be used by the CTK, RI and Library implementations.

This module also performs basic tests of the generated code by checking that the code compiles and running the Junit tests which are also generated by the TIPejbImplPlugin. If thes tests fail, the build will also fail.

Generated Code

Presently the generated code provides a JAX-P persistence layer with data access objects which are generated from the Tigerstripe Model. These artifacts are Junit tested in an environment using OpenEJB and Spring.

Editing this page

To edit the apt format site content see http://maven.apache.org/plugins/maven-site-plugin/

There is also a simple APT editor plugin for eclipse at http://apteditor.sourceforge.net/