Developing Template Components

We have provided component templates written in both C++ and Java. If you want to develop your project-specific components in a different language, you will have to develop all project component code yourself using the second part of this guide, Original Components. The Original Components section also has more detailed information about each component and explains how each works. The C++ and Java component templates are located in the templates directory where the framework distribution file was extracted. There are templates for the science application, work unit generator, and result validator. Navigate to either the c++ or java directory inside the templates directory, and then continue to the appropriate section of this documentation: C++ Templates or Java Templates.