Create bookmark
Enterprise Rails
Notes
Please login to add notes
- Table of Contents
-
+
Preface
- + Chapter 1. The Big Picture
-
+
Chapter 2. Organizing with Plugins
-
+
Chapter 3. Organizing with Modules
-
+
Chapter 4. Database As a Fortress
- + Chapter 5. Building a Solid Data Model
- + Chapter 6. Refactoring to Third Normal Form
- + Chapter 7. Domain Data
-
+
Chapter 8. Composite Keys and Domain Key/Normal Form
- + Chapter 9. Guaranteeing Complex Relationships with Triggers
-
+
Chapter 10. Multiple Table Inheritance
- + Chapter 11. View-Backed Models
- + Chapter 12. Materialized Views
-
+
Chapter 13. SOA Primer
-
+
Chapter 14. SOA Considerations
-
+
Chapter 15. An XML-RPC Service
- + Chapter 16. Refactoring to Services
-
+
Chapter 17. REST Primer
- + Chapter 18. A RESTful Web Service
-
+
Chapter 19. Caching End to End
- Index
What does it take to develop an enterprise application with Rails? Enterprise Rails introduces several time-tested software engineering principles to prepare you for the challenge of building a high-performance, scalable website with global reach. You'll learn how to design a solid architecture that ties the many parts of an enterprise website together, including the database, your servers and clients, and other services as well. Many Rails developers think that planning for scale is unnecessary. But there's nothing worse than an application that fails because it can't handle sudden success. Throughout this book, you'll work on an example enterprise project to learn first-hand what's involved in architecting serious web applications. With this book, you will: Tour an ideal enterprise systems layout: how Rails fits in, and which elements don't rely on Rails Learn to structure a Rails 2.0 application for complex websites Discover how plugins can support reusable code and improve application clarity Build a solid data model -- a fortress -- that protects your data from corruption Base an ActiveRecord model on a database view, and build support for multiple table inheritance Explore service-oriented architecture and web services with XML-RPC and REST See how caching can be a dependable way to improve performance Building for scale requires more work up front, but you'll have a flexible website that can be extended easily when your needs change. Enterprise Rails teaches you how to architect scalable Rails applications from the ground up. "Enterprise Rails is indispensable for anyone planning to build enterprise web services. It's one thing to get your service off the ground with a framework like Rails, but quite another to construct a system that will hold up at enterprise scale. The secret is to make good architectural choices from the beginning. Chak shows you how to make those choices. Ignore his advice at your peril." -- Hal Abelson, Prof. of Computer Science and Engineering, MIT
Test the closed alpha on paperc.com
Book Details
Authors
Categories
Computers > Programming Languages > JavaScript
Publishers
Publication year : 2009
License: All rights reserved ©
Times read: 547

