|
Level: Introductory Nils-Erik Frantzell (nfrantze@ucsc.edu)Computer Science Department, UC Santa Cruz 30 Nov 2004 Open source stacks such as XAMPP from Apache Friends are simplifying open source development by making it easier to write and distribute applications in a stable and standardized environment. Traditionally, AMPP -- Apache, MySQL, PHP, and Perl -- have all been installed and configured as separate products. The trend of combining them into integrated middleware stacks promises to make open source development more competitive with J2EE™ application development, at least for low-end applications. In this article, you'll learn how to install, configure, and back up XAMPP on Mandrake Linux™ 10.0 and also how to configure and administer XAMPP, as well as how to install your own applications in an XAMPP environment. The advent of Java 2 Enterprise Edition™ dramatically changed the software landscape by providing an integrated middleware stack that greatly simplified the task of writing and deploying Java™ applications. For a while, the open source community was left behind because it lacked a similar integrated architecture. Recently, with the introduction of integrated open source stacks like XAMPP from Apache Friends, this situation has started to change. These stacks are still quite simple and rudimentary when compared with J2EE, but they are nevertheless an important step on the way to fuller systems integration. PHP 5.0 (which makes PHP fully object oriented) is a good indicator that this trend will accelerate. The focus of this article is on one of the integrated, open source stacks: XAMPP from Apache Friends. XAMPP is a full-featured AMPP (Apache MySQL, PHP, Perl) package that is one of the few non-commercial AMPP middleware stacks available on Linux. With its tight integration, XAMPP makes it possible to run anything from a personal home page to a full-featured production site (though only for development purposes; XAMPP is not meant to be used on a production server due to security issues). XAMPP really shines in the following areas:
For this article, we will install XAMPP under Mandrake Linux 10.0. Let's start by looking at the default packages that come with XAMPP. Basic packages include system, programming, and server software:
XAMPP includes the following graphics-related packages:
And what would an integrated stack be without some database packages such as:
For XML development, XAMPP includes the following:
For PHP development, XAMPP includes the following:
And finally, XAMPP demonstrates its versatility by including the following packages:
Now let's talk about installing XAMPP. |
Use this link for more information
(http://www-128.ibm.com/developerworks/linux/library/l-xampp/)
No comments:
Post a Comment