• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)

Introduction to JSP

January 13, 2014 //  by Krishna Srinivasan//  Leave a Comment

  • Java EE Tutorials
  • JSP Tutorials
  • Recommended Books for Java Server Pages (JSP)

What is JSP?

  • Java Server Pages or as is normally called JSP is a Java based technology that simplifies the developing of dynamic web sites.
  • It is a technology developed by Sun Microsystems, back in 1999.
  • JSP pages are HTML pages with embedded code that allows to access data from Java code running on the server.
  • JSP contains an extension of .jsp
  • JSP provides separation of HTML presentation logic from the application logic.

Advantages of JSP

  • JSP Provides an extensive infrastructure for:
    • Tracking sessions.
    • Managing cookies.
    • Reading and sending HTML headers.
    • Parsing and decoding HTML form data.
  • JSP is Efficient: Every request for a JSP is handled by a simple Java thread
  • JSP is Scalable: Easy integration with other backend services
  • Seperation of roles
    • Developers
    • Content Authors/Graphic Designers/Web Masters
Technology Advantage of JSP
ASP JSP is written in Java hence easier to use compared to ASP which is written in Microsoft specific language.JSP can connect to anydatabase loading the appropriate driver when needed.
Servlets The advantage of JSP programming over servlets is that we can build custom tags which can directly call Java beans.
Javascript Javascript is a client orientated and run, in order to provide support for dynamic websites.JSP is a sophisticated Java servlet.
HTML HTML is client side and provides a means to describe the structure of text-based information in a document.It cannot contain dyamic content.

Next Tutorial : Architecture of JSP

Category: Java EETag: JSP Tutorials

About Krishna Srinivasan

He is Founder and Chief Editor of JavaBeat. He has more than 8+ years of experience on developing Web applications. He writes about Spring, DOJO, JSF, Hibernate and many other emerging technologies in this blog.

Previous Post: « OCPJP 6 Mock Exam -1
Next Post: Java EE Books »

Reader Interactions

Leave a Reply Cancel reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

New Features in Spring Boot 1.4

Difference Between @RequestParam and @PathVariable in Spring MVC

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

What’s new in Struts 2.0? – Struts 2.0 Framework

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact