Notes: This release contains the following implementations:
* PHP
* Servlets only
* EJB implementation with Session Beans (supports JBoss/JOnAS/MySQL)
* EJB implementation with Entity Beans with Container Managed Persistence and Database generated Primary Keys (supports JOnAS/MySQL/PostgreSQL, will not work with JBoss)
* EJB implementation with Entity Beans with Container Managed Persistence and Bean generated Primary Keys (supports JBoss/JOnAS/MySQL/PostgreSQL)
* EJB implementation with Entity Beans with Bean Managed Persistence (supports JBoss/JOnAS/MySQL)
* EJB implementation with façade Session Beans (supports JBoss/JOnAS/MySQL/PostgreSQL)
* EJB implementation with façade Session Beans and EJB 2.0 local interfaces Entity Beans (supports JBoss/JOnAS/MySQL)
* new! EJB implementation with Message Driven Beans (support JBoss/JOnAS/MySQL)
* Distributed Java Client emulator (works with PHP, Servlets and EJB)
Changes: + Added Ant build files
+ Added Message-Driven Bean implementation to benchmark JMS implementations