Menu

OA Framework Toolkit Wiki

Home (1)
Anonymous Barry Goodsell

OA Framework Toolkit Wiki

What is the OA Framework Toolkit?

The Toolkit is a set of Java utility classes that aim to reduce the development time and improve the quality of [OA Framework] projects.

Packages

The Toolkit is split into the following areas, each within a separate Java Package:

Download

The latest version of the OA Framework Toolkit can be downloaded from http://sourceforge.net/projects/oaftoolkit/files/

Installation

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 {} \;

Support

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/


Related

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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.