|
Class Summary |
| AutoDeployer |
This class represents a command line tool for deploying beans. |
| ConfigurationFactory |
An implementation of the Classic Assembler's OpenEjbConfigurationFactory
interface. |
| ConfigUtils |
Utility methods for reading and writing config files |
| Deploy |
This class represents a command line tool for deploying beans. |
| DTDResolver |
Loads DTDs from disk so you don't have to hit the web to validate
configuration files. |
| EjbJarUtils |
|
| EjbSet |
|
| EjbValidator |
|
| EntityBean |
|
| ServiceUtils |
Utility methods for reading, writing, and configuring services |
| SessionBean |
|
| ValidationTable |
Beans should be validated, but only when:
- the validator version has changed since last validation
- the jar has changed since last validation
- the jar has never been validated
This class works, but it causes problems elsewhere. |