Cover image for Software engineering for Internet applications
Title:
Software engineering for Internet applications
Personal Author:
Publication Information:
Cambridge, MA : MIT Press, 2006
ISBN:
9780262511919

Available:*

Library
Item Barcode
Call Number
Material Type
Item Category 1
Status
Searching...
30000010127646 QA76.625 A52 2006 Open Access Book Book
Searching...
Searching...
30000010088527 QA76.625 A52 2006 Open Access Book Book
Searching...

On Order

Summary

Summary

A self-contained course on server-based Internet applications software that grew out of an MIT course.

After completing this self-contained course on server-based Internet applications software, students who start with only the knowledge of how to write and debug a computer program will have learned how to build web-based applications on the scale of Amazon.com. Unlike the desktop applications that most students have already learned to build, server-based applications have multiple simultaneous users. This fact, coupled with the unreliability of networks, gives rise to the problems of concurrency and transactions, which students learn to manage by using the relational database system.

After working their way to the end of the book, students will have the skills to take vague and ambitious specifications and turn them into a system design that can be built and launched in a few months. They will be able to test prototypes with end-users and refine the application design. They will understand how to meet the challenge of extreme business requirements with automatic code generation and the use of open-source toolkits where appropriate. Students will understand HTTP, HTML, SQL, mobile browsers, VoiceXML, data modeling, page flow and interaction design, server-side scripting, and usability analysis.

The book, which originated as the text for an MIT course, is suitable for classroom use and will be a useful reference for software professionals developing multi-user Internet applications. It will also help managers evaluate such commercial software as Microsoft Sharepoint of Microsoft Content Management Server.


Author Notes

Philip Greenspun teaches at the Massachusetts Institute of Technology and is the author of five books, "mostly on horrifyingly dull technical subjects." Greenspun is the founder of ArsDigita Corporation, an open-source software company, and ArsDigita University, a tuition-free post-baccalaureate computer science program.

Greenspun was born in 1963 and raised in Bethesda, Maryland. He lives in Cambridge, Massachusetts, with Alex, his Samoyed, and Pi goddess Eve Andersson, who takes care of them both.

050


Table of Contents

Cesar Brea
Prefacep. vii
Acknowledgmentsp. ix
1 Introductionp. 1
2 Basicsp. 9
3 Planningp. 47
4 Software Structurep. 63
5 User Registration and Managementp. 75
6 Content Managementp. 97
7 Software Modularityp. 141
8 Discussionp. 161
9 Adding Mobile Users to Your Communityp. 183
10 Voice (VoiceXML)p. 199
11 Scaling Gracefullyp. 213
12 Searchp. 241
13 Planning Reduxp. 261
14 Distributed Computing with HTTP, XML, SOAP, and WSDLp. 269
15 Metadata (and Automatic Code Generation)p. 281
16 User Activity Analysisp. 303
17 Writeupp. 313
Reference Chapters
A HTMLp. 329
B Engagement Managementp. 351
C Grading Standardsp. 359
Glossaryp. 363
To the Instructorp. 375
Sample Contract (between Student Team and Client)p. 391
About the Authorsp. 393
Indexp. 395