blob: a103f2072ef558aa644087915aa6513b5c0a7579 [file] [log] [blame]
Design - Classic Assembler
== Classic Assembler
Implementation of xref:dev/design-assembler.adoc[Assembler]
== 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
* xref:dev/design-configuration-factory.adoc[Configuration Factory]