The Toolkit is a set of Java utility classes that aim to reduce the development time and improve the quality of [OA Framework] projects.
The Toolkit is split into the following areas, each within a separate Java Package:
The latest version of the OA Framework Toolkit can be downloaded from http://sourceforge.net/projects/oaftoolkit/files/
On each of your Application Servers, copy the install ZIP to $JAVA_TOP and use unzip to extract it. This will create a directory structure under $JAVA_TOP/com/oaframework/toolkit. The ZIP file contains only Java source files, so they will need to be compiled:
cd $JAVA_TOP/com/oaframework/toolkit find . -name "*.java" -print -exec javac {} \;
Please review this Wiki first, as this may help answer your question. Failing that, please subscribe to our mailing list here: https://sourceforge.net/p/oaftoolkit/mailman/
Wiki: OA Framework
Wiki: com.oaframework.toolkit.common.poplist
Wiki: com.oaframework.toolkit.common.server
Wiki: com.oaframework.toolkit.common.util
Wiki: com.oaframework.toolkit.common.webui