1 | The environment is set up by the container through the JNDI interface and its scope is defined by the home instance. |
2 | If a container deploys a multiple home instances for the same bean class, each one of them can be deployed with different environment settings. The bean instances that belongs to the same home shares the same customization. |
3 | Each bean deployment descriptor contains the declaration about the environment variables |
4 | The value of environment variables are read-only for enterprise beans. |