Sale!

JSP Programming

9.00

JSP is a server-side programming language that combines HTML, XML, Java Servlet, and JavaBeans technologies into one highly productive technology. It allows developers to develop reliable, high-performance, platform-independent web applications, and dynamic websites.

1 user are viewing this product

Description

JSP is a server-side programming language that combines HTML, XML, Java Servlet, and JavaBeans technologies into one highly productive technology. It allows developers to develop reliable, high-performance, platform-independent web applications, and dynamic websites.

 

Introduction

  • It stands for Java Server Pages.
  • It is a server side technology.
  • It is used for creating web application.
  • It is used to create dynamic web content.
  • In this JSP tags are used to insert JAVA code into HTML pages.
  • It is an advanced version of Servlet Technology.
  • It is a Web based technology helps us to create dynamic and platform-independent web pages.
  • In this, Java code can be inserted in HTML/ XML pages or both.
  • JSP is first converted into servlet by JSP container before processing the client’s request.

JSP pages are more advantageous than Servlet:

  • They are easy to maintain.
  • No recompilation or redeployment is required.
  • JSP has access to entire API of JAVA .
  • JSP are extended version of Servlet.

Features of JSP

  • Coding in JSP is easy :- As it is just adding JAVA code to HTML/XML.
  • Reduction in the length of Code :- In JSP we use action tags, custom tags etc.
  • Connection to Database is easier :-It is easier to connect website to database and allows to read or write data easily to the database.
  • Make Interactive websites :- In this we can create dynamic web pages which helps user to interact in real time environment.
  • Portable, Powerful, flexible and easy to maintain :- as these are browser and server independent.
  • No Redeployment and No Re-Compilation :- It is dynamic, secure and platform independent so no need to re-compilation.
  • Extension to Servlet :- as it has all features of servlets, implicit objects and custom tags
    1. Declaration Tag :-It is used to declare variables.
    2. Java Scriplets :- It allows us to add any number of JAVA code, variables and expressions.
    3. JSP Expression :- It evaluates and convert the expression to a string.
    4. JAVA Comments :- It contains the text that is added for information which has to be ignored.
      • Create html page from where request will be sent to server eg try.html.
      • To handle to request of user next is to create .jsp file Eg. new.jsp
      • Create project folder structure.
      • Create XML file eg my.xml.
      • Create WAR file.
      • Start Tomcat
      • Run Application
    5. It does not require advanced knowledge of JAVA
    6. It is capable of handling exceptions
    7. Easy to use and learn
    8. It contains tags which are easy to use and understand
    9. Implicit objects are there which reduces the length of code
    10. It is suitable for both JAVA and non JAVA programmer
    11. Difficult to debug for errors.
    12. First time access leads to wastage of time
    13. It’s output is HTML which lacks features.

Reviews

There are no reviews yet.

Be the first to review “JSP Programming”

Your email address will not be published. Required fields are marked *