| POJava 2.4.0 | POJava provides utilities for managing data using simple POJOs (Plain Old Java Objects). |
| POJava Persistence 2.3.1 | POJava Persistence provides a persistence layer for Object Relational Mapping between Java and a wide array of database platforms. It also provides Object to XML serialization and deserialization to simplify the conversion of your objects into a portable form. |
| Compression | Using Zip compression to fit more into the same space. |
| Date and Time | Easily parse freeform text Date and Time in multiple languages and formats. |
| Number Base Encoding | Base-64 or Hex-encode your binary data for document portability. |
| Running External Programs | Use the ProcessTool to reliably execute external programs, capturing both stdout and stderr. |
| Encryption | Encrypt and decrypt your data using government-approved AES-128 encryption (and other supported encryption methods). |
| XML Serialization | Stream your Objects to XML. Retrieve and rehydrate them back into Objects, preserving complex circular references. |
| Object Relational Mapping | Make your Data Access Objects simple, safe and fast. |