|
- Deployment descriptors serve a function very similar to property files. They allow us to customize the behavior of software at runtime without having to change the software itself. Property files are often used with the applications, but deployment descriptors are specific to a class of enterprise bean.
- Deployment descriptors are also similar in purpose to property sheets used in VB and Power Builder.
- Where property sheets allow us to describe the runtime attributes of visual widgets, deployment descriptors allow us to describe runtime attributes of server side components (security, transactional context etc.).
-
Deployment descriptors allow certain runtime behaviors of beans customized without alternating the bean class or its interfaces.
|