Title: Design - Classic Assembler ## Classic Assembler Implementation of [Assembler](design-assembler.html) ## Description The standard assembler supported by the OpenEJB team. Uses meta-data supplied via the Configuration Factory to create all components in the system. It is assumed the meta-data has been checked and validated, all links and references will resolve, all classes are present, and all apps compliant. ## Related Classes * org.apache.openejb.assembler.classic.Assembler * org.apache.openejb.assembler.classic.OpenEjbConfiguration ## Related Packages * org.apache.openejb.assembler.classic ## Sub-components * [Configuration Factory](design-configuration-factory.html)