Downloads
The current PAJES Version is 2.3.9, which requires a Servlet API 2.3+ container. If you require PAJES for Servlet API 2.2, you will need to download 2.1.x.
If you want to build PAJES yourself from the source, it does require the Servlet API 2.4 servlet-api.jar. Since release 2.3.6, the Source archives include both the ANT build.xml and the required libraries to make building easier.
If you have any comments, suggestions or problems, please post to the Support Mailing List.
  Files
Content File Name Date Format Size (Bytes)
PAJES Demonstration pajesdemo.zip 07-Aug-2005 ZIP 4,282,123
pajesdemo.tgz 07-Aug-2005 GZIPped TAR 4,097,133
Release 2.3.9
PAJES jar pajes-2.3.9.zip 07-Aug-2005 ZIP 489,480
pajes-2.3.9.tgz 07-Aug-2005 GZIPped TAR 490,313
PAJES Source pajes-2.3.9-src.zip 07-Aug-2005 ZIP 1,159,169
pajes-2.3.9-src.tgz 07-Aug-2005 GZIPped TAR 841,130
PAJES Documentation (javadoc) pajes-2.3.9-doc.zip 07-Aug-2005 ZIP 1,196,211
pajes-2.3.9-doc.tgz 07-Aug-2005 GZIPped TAR 750,632
Release 2.2.3
PAJES jar pajes-2.2.3.zip 23-Jun-2003 ZIP 452,892
pajes-2.2.3.tgz 23-Jun-2003 GZIPped TAR 453,007
PAJES Source pajes-2.2.3-src.zip 23-Jun-2003 ZIP 722,529
pajes-2.2.3-src.tgz 23-Jun-2003 GZIPped TAR 398,236
PAJES Documentation (javadoc) pajes-2.2.3-doc.zip 23-Jun-2003 ZIP 1,066,594
pajes-2.2.3-doc.tgz 23-Jun-2003 GZIPped TAR 647,382
Release 2.1.1
PAJES jar pajes-2.1.1.zip 29-Jul-2002 ZIP 422,683
pajes-2.1.1.tgz 29-Jul-2002 GZIPped TAR 422,405
PAJES Source pajes-2.1.1-src.zip 29-Jul-2002 ZIP 670,427
pajes-2.1.1-src.tgz 29-Jul-2002 GZIPped TAR 340,011
PAJES Documentation (javadoc) pajes-2.1.1-doc.zip 29-Jul-2002 ZIP 855,502
pajes-2.1.1-doc.tgz 29-Jul-2002 GZIPped TAR 488,183
Release 2.1.0 (works with Servlet API 2.2+ containers)
PAJES jar pajes-2.1.0.zip 20-May-2002 ZIP 412,612
pajes-2.1.0.tgz 20-May-2002 GZIPped TAR 412,583
PAJES Source pajes-2.1.0-src.zip 20-May-2002 ZIP 658,232
pajes-2.1.0-src.tgz 20-May-2002 GZIPped TAR 331,701
PAJES Documentation (javadoc) pajes-2.1.0-doc.zip 20-May-2002 ZIP 842,462
pajes-2.1.0-doc.tgz 20-May-2002 GZIPped TAR 479,723

  Recent History
Release 2.3.9: 07-Aug-2005
- Package: org.pajes.html
 + Removed unused variable/method from Container
 + Various minor code optimisations

Release 2.3.8: 23-Jul-2005
- Package: org.pajes.html
 + Correctly handles attributes on the HTML tag
 + DOCTYPE is now handled correctly when parsing and
   writing a Paje
 + Default behaviour when calling setWritable(boolean)
   on a TraversableElement is now to cascade the 
   writable setting
 + Table COLS attribute is now only set if explicitly 
   set
 + Default SUMMARY attribute created for Table
 + Paje.setDestroyAfterWrite default value can now be 
   set globally via a web.xml context-param or the
   new PajeFactory setDestroyAfterWrite method
 + Fixed lookup of methods when handling META tag 
   over-rides
 + Paje processes META tag over-rides before 
   checking if client validation is required, so that 
   any validation added in the META tags works
 + Added more META tag processing over-rides
 + Added PajeTemplate.modifyLineBreaks method to 
   allow a custom template to over-ride default
   tag line break processing
 + PajeTemplate handleTag and handleTag_input now only
   use reflection if an unknown tag is found
 + Improved handling of unclosed text formatting tags
 + Fixed handling of FONT tags
 + Fixed bug where caching of keys by PajeFactory
   would cause the wrong paje to be returned
- Package: org.pajes.html.validation
 + Just setting min or max length on IsLength didn't 
   give correct results
- Package: org.pajes.servlet
 + UploadFileRequest was incorrectly decoding parameter
   names and values
 + Increased visibilty of request wrappers
- Package: org.pajes.db
 + Improved debugging messages
- Package: org.pajes.db.entity
 + Added CLOB support when populating an Entity from
   a ResultSet
 + Fixed a bug in Manager where cache was not properly 
   refreshed when insert/update/delete failed
 + Upgraded to JDOM 1.0
- Package: org.pajes.security
 + Removed user principal from request after Logout
- Package: org.pajes.util
 + Deprecated Class constructors in URI