Home Help Java S Java Server Pages(JSP)



Java Server Pages(JSP)
Posted on: November 16, 2009 at 12:00 AM
JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content.

Java Server Pages(JSP)

     


JavaServer Pages (JSP) technology provides a simplified, fast way to create dynamic web content. It is a server side scripting that enables rapid development of web-based applications that are server and platform-independent. The JavaServer Pages specification extends the Java Servlet API to provide web application developers with a robust framework for creating dynamic web content on the server using HTML, and XML templates, and Java code, which are secure, fast, and independent of server platforms. It also allows programmers to dynamically generate HTML, XML or other types of documents in response to a Web client request.  In this technology, the Java code and certain pre-defined actions are embedded into static content.

 

Read more at:

http:/www.roseindia.net/jsp/jsp.htm

 

Related Tags for Java Server Pages(JSP):


More Tutorials from this section

Ask Questions?    Discuss: Java Server Pages(JSP)  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.