Part I Development Tasks and Tools
1. Setting Up a Development Environment
3. Using Ant with Enterprise Server
Part II Developing Applications and Application Components
7. Using the Java Persistence API
8. Developing Web Applications
9. Using Enterprise JavaBeans Technology
10. Using Container-Managed Persistence
13. Developing Lifecycle Listeners
Part III Using Services and APIs
14. Using the JDBC API for Database Access
15. Using the Transaction Service
16. Using the Java Naming and Directory Interface
Accessing EJB Components Using the CosNaming Naming Context
Accessing EJB Components in a Remote Enterprise Server
Naming Environment for Lifecycle Modules
Built- in Factories for Custom Resources
To use a custom jndi.properties file, place the file in the domain-dir/lib/classes directory or
JAR it and place it in the domain-dir/lib directory. This adds the custom
jndi.properties file to the Common class loader. For more information about class loading,
see Chapter 2, Class Loaders.
For each property found in more than one jndi.properties file, the Java EE naming service either uses the first value found or concatenates all of the values, whichever makes sense.