Skip to content

RameshMF/JSP-Tutorial

Repository files navigation

JSP-Tutorial

Beginners to expert JSP Tutorial

<style> .font-family-page { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } a { font-weight: bold; } </style>
This tutorial has been prepared for the beginners to help them understand the basic functionality of Java Server Pages (JSP) to develop your web applications. After completing this tutorial you will find yourself at a moderate level of expertise in using JSP from where you can take yourself to next levels.

Basic JSP Tutorial

  • JSP - Overview - In this article, we will learn what is JSP technology, JSP file, where to keep JSP file and advantage of JSP.
  • How JSP Works - In this article, we will learn how JSP works with a simple example.
  • JSP Expression Tag - In this article, we use JSP expression tag to compute some type of expression and the result of that is included in the HTML page that's returned to the browser.
  • JSP Scriptlets - In this article, we will learn what is JSP scriptlet and how to use scriptlet tag with an example.
  • JSP Declaration Tag -  In this article, we will learn how to use a JSP declaration tag with an example.
  • JSP Implicit Objects -  In this article, we will learn what are JSP implicit objects with an example.
  • JSP Directives - In this article, we will learn what is JSP directive and what are available JSP directives with an example.
  • JSP page Directive - In this article, we will learn how to use JSP page directive with an example.
  • JSP Include Directive -  In this article, we will learn how to use JSP include directive with an example.
  • JSP taglib Directive -  In this article, we will learn how to use JSP taglib directive with an example.
  • JSP Actions - In this article, we will learn what are JSP Actions and how to use JSP actions with an example.
  • JSP - Processing HTML Form Data - In this article, we will learn how to make use of HTML forms with JSP. We will build a complete Student Registration HTML Form with input buttoncheckbox buttonradio button, and dropdown list etc.

JSP + JDBC

  • JSP + JDBC + MySQL Example -  In this article, we will build a simple Employee Registration module using JSPJDBC, and MySQL database.

JSTL Tutorial

JSP Custom Tag Development

  • JSP Custom Tag Development - In this tutorial, we will learn how to create a simple JSP custom tag and how to use it in JSP. Custom tags are user-defined tags.

JSTL Tags from JSTL Libraries

About

Beginners to expert JSP Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages