The following projects combine to produce an Enterprise JavaBean with JVM COBOL business logic at the heart of it, deployable
to a Java Enterprise application server.
The EJB Project - TemperatureConverterEJB The Java EJB project that contains a stateless EJB 3.0 Java class. It uses the RunUnit class to wrap around the JVM COBOL
code.
The Dynamic Web Project - TemperatureConverterPrj The Dynamic Web project that packages up the other two projects into a Web application archive (.war file), which is then deployed to the application server.