Java database best practices /
"Java Database Best Practices rescues developers from having to wade through books on each of the various APIs before they figure out which method to use! This comprehensive guide introduces each of the dominant APIs (Enterprise JavaBeans, Java Data Objects, the Java Database Connectivity API (...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Beijing ; Sebastopol, Calif. :
O'Reilly,
2003.
|
Edición: | 1st ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- pt. I. Data Architecture
- 1. Elements of Database Applications
- 2. Relational Data Architecture
- 3. Transaction Management
- pt. II. Persistence Models
- 4. Persistence Fundamentals
- 5. EJB CMP
- 6. EJB BMP
- 7. JDO Persistence
- 8. Alternative Persistence Frameworks
- pt. III. Tutorials
- 9. J2EE Basics
- 10. SQL
- 11. JDBC
- 12. JDO.