![]() |
|||
French German Portuguese Spanish Russian |
|||
| Dynamic Web Design - Server Side - JSP | |||
Home > Web Design > JSP
JavaServer Pages (JSP) provides an easy, fast way to create dynamic web content. JSPs are supported by a wide number of web servers through the use of modules. JSPs were originally developed by Sun Microsystems. One of the best implementations is that developed for the Apache web server. JavaServer Pages consists of HTML or XML markup that includes special tags and code blocks. The code is executed on the server and the effect is a dynamic page that is returned to the client browser. JSPs are simple to build and consist of full power of object-oriented Java and the Java Server API. JavaServer Pages have been developed under the Java Community Process. JavaServer Pages (JSP) allows software developers to dynamically create HTML, XML or other types of documents in answer to a Web client demand. JSPs are compiled into Java Servlets by a JSP compiler. JSP provide outstanding server side scripting that support for creating database driven web applications. JSP helps the developers to insert java code into JSP file, which makes the development process very simple and its maintenance also becomes very easy. Related Links: Web
Design |
More Information Related Information |
||
| Web Development | Web Server | |||
|
|||