The JPlate project is divided into
sub-projects. Most sub-projects will build upon the framework and
possibly other sub-projects. The following describes the various
JPlate sub-projects:
JPlate contains code that is suitable
for building applications. The code contained here is not
application specific: meaning it should be reusable across
applications. This subproject is designed to make building
solutions in Java easier and should, ideally, provide the
"plumbing" by which constructing solutions (for instance applications)
will be simplified.
One useful tool included with the framework is the Java Template
Engine. This tool provides templates in java allowing one to
write code in a non-datatype specific way. For instance, one can
write the code that acts as a pool without regard to the data/objects
pooled.
Top