Can you give examples of books that teach large web app development?

it must not be focused on a programming language, but to be generical with the concepts and structure.

thanks :)

EDIT anyway the language used is ruby on rails 2.3.4

link|improve this question

3  
Unfortunately you will have to pick a language/platform for the "advanced" portion of your question, there's no broad strokes on this as how you implement things varies a great deal. – Nick Craver May 9 '10 at 13:37
ok, is ruby on rails – Totty May 9 '10 at 13:39
Please define "large". Do you mean large as in a lot of pages, code, etc. or in terms of number of users, bandwidth, etc. ? – Milan Babuškov May 9 '10 at 13:41
1  
There isn't such a programming language. :) – Arnis L. May 9 '10 at 13:44
1  
What version of RoR? Rails is such a rapidly moving target its especially important to know what version you want to learn when buying a book. – dbyrne May 9 '10 at 13:46
show 1 more comment
feedback

1 Answer

up vote 1 down vote accepted

If you're looking for concepts and structures to learn from, you may be interested in looking for books about (web development) patterns.

Even thought it's old (2003) Martin Fowler’s “Patterns of Enterprise Application Architecture” is still quite relevant.

Examples of patterns documented in the book that may be of interest are Data Transfer Object, Service Layer and the ubiquitous Model View Controller.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.