EAServer defines the standard configuration targets in Table 2-1 to perform common deployment and setup tasks. Each Ant build file that is associated with a J2EE deployment archive can define these targets.
Target |
Description |
---|---|
Invoked immediately after deploying a
J2EE archive, and before invoking the |
|
Creates and configures entities, setting properties, assigning users to roles, creating user accounts, and so forth. |
|
Executes the |
|
Reloads the entity implementation classes and applies property changes. |
|
Invoked before undeploying entities deployed from a J2EE archive. This target executes one time only. |