Cargando…

Enterprise Rails /

"What does it take to develop an enterprise application with Rails? Enterprise Rails introduces you to several time-tested software engineering principles to prepare you for the challenge of building a high-performance, scalable website with global reach. Working on an example enterprise projec...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Chak, Dan
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly Media, ©2009.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. The Big Picture
  • 2. Organizing with Plugins
  • 3. Organizing with Modules
  • 4. Database As a Fortress
  • 5. Building a Solid Data Model
  • 6. Refactoring to Third Normal Form
  • 7. Domain Data
  • 8. Composite Keys and Domain Key/Normal Form
  • 9. Guaranteeing Complex Relationships with Triggers
  • 10. Multiple Table Inheritance
  • 11. View-Backed Models
  • 12. Materialized Views
  • 13. SOA Primer
  • 14. SOA Considerations
  • 15. An XML-RPC Service
  • 16. Refactoring to Services
  • 17. REST Primer
  • 18. A RESTful Web Service
  • 19. Caching End to End.