Current CMS

Packages
com.posttool.bitmap Provides the FilteredBitmap class for sizing and manipulating images.
com.posttool.cms The CMS package handles all web container requirements, including all servlet and JSP support classes.
com.posttool.cms.jspmodel Provides a supporting class for each JSP in the CMS framework.
com.posttool.cms.record Provides RecordAction implementations which intend to modify the state of a record.
com.posttool.cms.upload  
com.posttool.dbo Provides the classes for the DBO (database-object) persistence package.
com.posttool.dbo.config Provides classes for managing an XML representation of the DBO classes (entities).
com.posttool.dbo.generate  
com.posttool.dbo.generate.dbdif  
com.posttool.dbo.generate.templates  
com.posttool.dbo.reflect Provides reflection-oriented utilities that deal with type coersion and data transfer between the POJO and the database.
com.posttool.dbo.sql Provides static methods for all SQL database operations connected to user specified types implementing the DBO interface.
com.posttool.dbo.sql.clause Provides an object oriented approach to making database queries.
com.posttool.dbouser Provides AbstractUser for transacting logged, permissioned access of the persisted objects.
com.posttool.dbouser.config Provides permission details for the DBO entities.
com.posttool.dbouser.log Provides abstract and concrete and classes for user management, record state and record assignment.
com.posttool.dbouser.sql Provides static methods for reading and writing to persistent storage with logging and permissions checks.
com.posttool.site Provides the CurrentFilter and URLFilter.
com.posttool.site.helper Provides a foundation for servlets which manage search results and size images.
com.posttool.tag Provides utility tags for resizing images, simplifying pagers, formating dates, drawing antialiased TTF as an image, and describing POJOs.
com.posttool.util Provides basic help for formatting strings and numbers and dates and colors.
com.posttool.work