topics that matter; ideas worth sharing

share a tip, submit a link, add something new

Open source Web application development tools and languages

April 27, 2001, 03:52 PM —  LinuxWorld.com — 

I find it amusing that Windows is often called the server platform with the most applications, simply because it has traditionally been the platform with the most desktop applications. But if Windows 2000 has plenty of Web application development tools, it should thank the open source community. The choice tools for building Web applications for Windows are open source and were first developed on Unix -- mostly Linux and BSD -- and then ported to the Win32 API.

But not all of these tools have been ported to Windows, or ported completely. So if you really want the widest range of choices for Web application development, you'll have to go to one of the Unix derivatives. A couple of weeks ago, I mentioned one of the most popular Web application development languages, PHP. PHP and MySQL make up the foundation of the PHP-Nuke Weblog publishing system I'm using for www.varlinux.org and www.petreley.org. (See Resources for more information on those Websites and the PHP column.)

Love-hate relationship

My PHP column sparked quite a bit of reader reaction. Some of you love PHP; others hate it. Most of those who dislike PHP say it begs for sloppy Web application development. But in PHP's defense, I would point out that
PHP is not unique in that respect. Almost all server-page language invites sloppy development, including Microsoft's Visual Basic Active Server Pages, Python Server Pages (see Resources for links), PyWX, and any other attempt to blend HTML with a scripting language. Because HTML is not a language, a lot of organization and work is required to make HTML play nicely with a language.

I have to agree with one reader who said that most code eventually gets messy, even if you start with the best intentions and up-front planning. He pointed me to a site about Extreme Programming (see Resources for links), a philosophy of testing that attempts to make messy code easier to maintain, and therefore less messy as you continue to maintain it. It seems that the technique is to write test units for different sections of code and use these test units to keep your code modularized and functional. That sounds like a lot of extra work, but it could pay off in the long run.

If you happen to like a particular scripting language -- Python, Perl, Tcl, etc. -- you aren't restricted to using the implementations in which they are integrated with HTML. For example, some modules let you write CGI-style scripts in your favorite language that will run within the Apache server for added performance. mod_python for Apache (see Resources for links) is a good way to build

I like it!
Post a comment
The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
Resources
White Paper

Symantec Backup Exec 12 and Backup Exec System Recovery 8 deliver industry leading Windows data protection and system recovery. Download this whitepaper to find out the top reasons to upgrade and how to get continuous data protection and complete system recovery.

Webcast

Data and system loss — from a hard drive failure, malicious attack, natural disaster, or simple human error — can happen anytime. Don’t leave your business vulnerable. Make sure you have a secure recovery strategy in place. Symantec's latest backup and system recovery technology can efficiently restore critical applications, individual emails and documents and even restore your entire system in minutes in the event of a loss.

White Paper

Businesses face a growing challenge to ensure that the IT environment is properly protected. Backup Exec 12 integrates with other applications in the Symantec family of products, to complement your current data protection strategy, keep your data securely backed up and make it recoverable when you need it most.

Free stuff
Featured Sponsor

Get a broad understanding of important regulations and how you can make sure your site is in adherence.





Learn how VeriSign SGC-enabled SSL Certificates can help improve site security and customer confidence in the free white paper, "How to Offer the Strongest SSL Encryption." In this paper you will learn the differences between weak and strong encryption and what they mean for your site's performance.

Get VeriSign's free white paper: "The Latest Advancements in SSL Technology" and learn about the benefits of strong SSL encryption, Extended Validation (EV) SSL and security trust marks and what these SSL offerings can do for your site.

Now with Extended Validation (EV) SSL available from VeriSign, you can show your customers that they can trust your site. Learn about EV SSL benefits in this free VeriSign white paper.

More Resources