Showing posts with label enterprise. Show all posts
Showing posts with label enterprise. Show all posts

Enterprise Rails Review

Enterprise Rails
Average Reviews:

(More customer reviews)
Dan Chak has written a really excellent introduction to enterprise web application architecture, and a worthy candidate for your technical bookshelf.
Calling it "Enterprise Rails" is a bit misleading, though. Rails only makes fleeting appearances. There's a great introduction to Rails plugin writing, which rightfully urges developers to move any decorator code to plugin modules. He talks a little about segmenting class files along Physical, Logical and Service boundaries, the point of which I have yet to understand completely. And there's a chapter on pushing Rails' application-layer polymorphism down to the data layer, which is good advice, but more on that later.
The bulk of Enterprise Rails is devoted to building a solid data layer. Again, good advice. The Rails team decided that referential integrity and validation belongs in the application layer, which Chak contends is dangerous (and I believe him). However, this is where things start to get a little hairy - enforcing referential integrity and validation in the data layer requires an early and continued adherence to SQL, and Chak makes it clear that any old SQL won't do: it's PostgreSQL or nothing.
This makes fully half of the book a dissertation on SQL domain description language from the Postgre perspective, domain data, third normal form and other data layer topics. I have greatly enjoyed the introduction to Postgres DDL, but it wasn't exactly what I expected from a Rails book.
The last few chapters are mostly about Service Oriented Architecture (which I suspect is why most people buy this book) and caching. Chak shows why he's an expert in enterprise software architecture here. But again, he takes a decidedly anti-Rails approach, emphasizing ActionWebService and XML-RPC. This is not without reason - nearly every language has an XML-RPC library. But ActionWebService, as Chak notes, isn't part of core Rails any longer.
REST is quickly reviewed, then mostly dismissed. There's a cursory example of a RESTful service. ActiveResource, Rails' useful core module for REST-oriented SOA, is never mentioned.
Pretty much every time Rails comes up in Enterprise Rails (which, as we've seen, isn't often), it's an opportunity for Chak to take it down a peg. Well, Rails deserves it. But I think that slapping the word "Rails" on the book cover is has more to do with marketing than anything else. This is really a tale about data modeling for the enterprise, with an emphasis on Postgre, told by an expert.
I'd say that this is required reading for enterprise developers, but don't take the "Rails" part of the title too seriously.

Click Here to see more reviews about: Enterprise Rails

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.


Buy Now

Click here for more information about Enterprise Rails

Read More...

iPad in the Enterprise: Developing and Deploying Business Applications Review

iPad in the Enterprise: Developing and Deploying Business Applications
Average Reviews:

(More customer reviews)
Given the inroads that the iPad is making in the Enterprise, the book is very timely and the content serves as a good commentary on many aspects related to the adoption of the iPad for Enterprise use.
-The book is organized into five parts: Strategy, Architecture, Design, Development and Deployment. This organization works very well to cover the content of this book.
-iPad in the Enterprise is written with a broad set of enterprise readers in mind - IT and non IT executives, architects as well as developers. Different parts are focused on different types of readers and as such each part is fully contained and can be read on its own.
-The enterprise focus is maintained well throughout the book, except for a couple of areas where the treatment of the content does not quite do justice to the enterprise focus.
I provide a detailed book review here on my blog on PROPELICS


Click Here to see more reviews about: iPad in the Enterprise: Developing and Deploying Business Applications

Discover how to plan, design, develop, and deploy iPad apps for the enterpriseHaving taken the enterprise by storm, iPads are now in the handsof workers in virtually every level of companies in almost every industry, andusers are beginning to demand line-of-business applications to help them bemore productive and efficient from wherever they are. From businessintelligence and executive dashboards to customer relationship management andorder capture solutions, the iPad has incredible potential to leverage existinginvestments in information systems and enterprise applications. Even manypaper-driven processes today, from sales presentations to survey data capture,can be dramatically enhanced through the introduction of the iPad.This book is a guide for how business and IT must collaborate todevelop a mobile strategy to properly take advantage of this transformativetechnology. Readers will also learn about the high-level software architecturaloptions, the importance of design and user experience, application developmenttools and techniques, and best practices for deploying and managing iPads inthe enterprise.iPad in the Enterprise gets you started immediately planning, designing, developing, deploying, and managing iPad apps specifically for the enterprise.

Buy Now

Click here for more information about iPad in the Enterprise: Developing and Deploying Business Applications

Read More...