Components of a dynamic web application
Posted by Smilu Varghese on July 19th, 2009A dynamic web application can have Client-Side scripting, server-side scripting or both…
- Client side scripting enables you to develop Web pages that can dynamically respond to user input without having to interact with a web server
- Server-side scripting provides dynamic content to users based on the information stored in a remote location such as back-end database We normally use Active server pages(ASP) and Java server pages(JSP) for server side scripting.
Recent Comments