Sr. Web Developer
mediabistro.com
US-NY-New York

Justtechjobs.com Post A Job | Post A Resume

PHP, XML, XSL, XPATH and Web Services
This could be the start of something beautiful …
Introduction
This article investigates the design and implementation of a scalable dynamic website using PHP as the deployment platform.
A N-tier architecture is proposed to facilitate scalability. Each tier is to be loosely coupled with the others allowing for the separation of functionality and administration. The article also investigates the use of Web Services and XML with PHP to realize such system.
An N-tier Architecture
Figure 1: A Scalable N-Tier Architecture
Figure 1: A Scalable N-tier Architecture
The design is based around the introduction of a Content Server. The Content Server provides a Web Service based interface over the Entities and Relations in the database. This separation allows the sites to retrieve/update the content without having to worry about the intricacies of SQL or the location of particular content. It also gives us an opportunity to provide features such as security and caching at a single place. Each site retrieves the data needed using the Content Server. The site would ship this XML data to the browser along with the reference to the XSL needed to present this in HTML. The browser would access the referred XSL (note: this XSL may itself be dynamically generated) and apply it to the XML to obtain the HTML page. For quicker response times the transformation may be done at the server side.
[ Next Page ]


Comments:
Cool but yet...Hakan02/16/05 09:41
And how about those fairies? Sex Beplaced Ru 12/07/04 09:44
why stop there?Schmell07/14/04 21:42
What's all this about?DaDuke05/15/04 10:28
Dangers of abstractionBenjamin Smith05/06/04 14:47
plateform in devellopement phpMyOfficeThiamat05/05/04 06:37
 

If you are looking for help, please post on the appropriate forum here. Your questions will be answered much more quickly.

Add A Comment:

Name:

Email:

Subject:

Message:

To reduce spam posts, messages are now manually approved

You are not [logged in]. That means your account will not get credit for this post.