Balancing the Question of Scale
To elegantly deliver Web applications to new and different users, such as phone and PDA, an open, standards-based approach is best
By Geoff Koch
April 1, 2005 —
(Page 1 of 8)
Coursework.stanford.edu had humble enough beginnings in the late 1990s.
It started as a research project, and I was the only developer working on it, said Scott Stocker, a former history masters student who today is director of Web communications at Stanford University in Palo Alto, Calif.
Currently, the course management Web application is used by roughly 600 professors each quarter to post assignments, foster online discussion and administer quizzes. Stocker, who has long since moved on and up the Stanford IT hierarchy, left behind a full-time staff of four to manage the application he built from scratch.
Managing application scaling, whether on a single university server or a massively parallel and distributed commercial system, is a challenge that just about every coder will encounter at some point in a career. And mobility only compounds the scaling issue, as new phone- and PDA-powered users begin banging on Web applications designed for desktop and laptop browsers.
From academia to industry, hands-on coders are using a handful of best practices to address an explosion of scaling issues. While tools are available to help, an eat-your-vegetables kind of common sense seems to be the first step toward elegantly offering Web applications to new and different types of users.
Scaling at Stanford
Stockers users were professors who, despite having impressive resumes and jobs at tech-steeped Stanford, had varying degrees of Web competency. The application had to be flexible (to be useful both to the Web pros and novices on the faculty), robust (if it crashed or was buggy, no one would use it), and inexpensive (Stocker was a staff of one, funded by a small grant from the Andrew W. Mellon foundation to develop new learning management tools).
The approach, as is fairly common in academia, was to get the ball rolling with open standards and open source. Stocker built on top of the Linux operating system and MySQL database. Even though it was a pre-J2EE world, Stocker was already hooked on Java and relied heavily on servlets and JavaServer Pages (JSPs).
Share this link: http://sdt.bz/28524
Most Read Latest News Blog Resources
Taking enterprise architecture to the business side
Startup Corso is bringing out a cloud-based planning platform that ties into business plans
|
|
Top five apps to manage your workload
Web applications offer new ways to track your “to-do” lists
|
|
ComponentOne Releases a Collection of 40+ UI Widgets Powered by HTML5 and jQuery
ComponentOne has announced the 2012 release of Wijmo: a kit of UI widgets for HTML5 and jQuery development
|
|
Illumination Software Creator 4.2 adds 'Portal Blocks'
Radical Breeze today released version 4.2 of Illumination Software Creator for Linux, MacOS X and Windows
|
Taking enterprise architecture to the business side
Startup Corso is bringing out a cloud-based planning platform that ties into business plans
|
|
Top five apps to manage your workload
Web applications offer new ways to track your “to-do” lists
|
|
Not so fast when it comes to testing in the cloud
Developers face outsourcing, virtual lab management and mobile devices as obstacles
|
|
Xceed releases UX-focused suite for Microsoft’s WPF
"Blendables" helps match user experiences to developer visions
|
Are you at risk for burnout?
Burnout is a severe problem and it can strike at any time. Here's how to tell if you are nearing the edge.
|
|
Agility, mom, and apple pie
If we're to evaluate the state-of-the-art in software development, we should start with the values espoused in the Agile Manifesto.
|
|
RIM woos developers with free tablet
How do you get more apps ported to the BlackBerry PlayBook? By giving every developer a free tablet, of course!
|
|
GitHire: Use Headhunters to Find Your Perfect Programmer
Are you a hiring manager tired of scouring the job boards? Check out this new service that will find 5 people interested in your jobs.
|
The Hidden Costs of Software Licensing
Moving beyond paper-based software licensing to more flexible, software-based licensing is a business decision. There is a growing trend tow...
|
|
Case Study: You May Need a Development Mechanic
As a contractor for a major financial player in Germany, SOBEGE, a German-based consultancy specializing in embedded IT and web services, wa...
|
|
Ensuring Software Quality at a Major International Bank
One of the world’s leading international banks has adopted AgitarOne technology for delivering generated unit tests for their Java software...
|
|
Load Testing Adobe Flex Applications
Adobe Flex applications may be different from applications you’ve worked with before. For classic HTML web applications, the server does all...
|