The database driven websites are actually dynamic web pages or web sites and in order to understand the design architecture of database driven websites understanding the concept behind the development of static websites is very much essential. A static webpage doesn’t change after it has been once loaded until there is some kind of user activity on the page. But in case of a dynamic website design, with any change made in the database will cause a simultaneous change in the webpage and with every update in the database it is going to be reloaded to show the most current information available.
The technologies
Database driven sites can be designed by the use of a number of technologies like PSP, ASP, JSP, PERL and Cold Fusion. The programming associated with the designing of database driven website design is often called the server side programming because any kind of changes that has been made to the database actually take place in the server and each time a dynamic webpage is loaded into a browser the page is automatically built in the server and then sent as a standard html page. Deigning dynamic websites is quite different from the design of Java enabled websites because Java enabled websites are actually consisted of client side scripting while the dynamic web pages depend completely upon server side scripting. Though it is possible to include java applets in a database driven or dynamic web page so that the client side scripting and the server side scripting can work in tandem and the server exactly knows how to build the standard HTML pages.
No comments:
Post a Comment