Last updated: May 3, 2022

JSP Basics

JSP(Java Server Pages) is a server-side programming language that combines HTML, XML, Java Servlet, and JavaBeans technologies to create production web apps. Here we will be learning concepts like sending responses, handling client requests, creating actions and dealing with implicit objects, processing JSP forms, tracking sessions, and cookies.
Introduction to JSP MEDIUM
Learn JSP (JavaServer Pages) to build dynamic web applications with Java. Explore tutorials, examples, and best practices for efficient JSP development.
JSP Architecture and Lifecycle EASY
JSP (JavaServer Pages) processing involves embedding Java code within HTML pages to dynamically generate web content on the server side. Read on to learn more!
JSP Syntax and First App
In this blog, we will discuss JSP, the environment required to set up a JSP and JSP syntax to understand the concept better.
Directives in JSP
JSP directives are used to set page-level instructions, define functions, and control the environment in which the JSP page runs. In this Blog, we will discuss JSP directives, types of JSP, and how to implement them with some examples.
JSP Actions
In this blog, we will be learning about JSP action tags along with their syntax, and examples of JSP actions.
JSP Client Request
This blog will discuss JSP(JavaServer Pages) client Requests and their methods and examples.
JSP Server Response
In this blog, we will discuss JSP server response, JSP response implicit objects, and some examples related to the JSP server to get a better understanding of the concept.
JSP HTTP Code
We will discuss the JSP HTTP Status code, its types, and some examples related to HTTP to better understand the concept.
JSP Form processing
This blog discuss how the form data is taken and processed. We will also discuss different Form methods in JSP and their applications as well.
Session Tracking
We will discuss the session, session objects, cookies, form fields, and URL reloading in this blog.
JSP- File Uploading
In this blog, we will learn about file uploading in JSP, its procedure, example, and constructors of MultipartRequest class.
JSP - File Downloading
In this article, we will learn how to make a file downloadable and how to download it.
JSP Date Class
In this blog, we‘ll learn about the Date Class in JSP., how to obtain current date and time, date and time formatting and various methods related to Date Class objects.
Page Redirection in JSP
In this blog, we will learn about page redirection, and how it is done in JSP. We wil also try to understand page redirection with simple example code in JSP.
JSP Hits Counter
This article discusses JSP Hits Counter and its uses. We talk about why it is a good idea to learn JSP Hits Counter and how JSP Hits Counter makes the life of a developer easier.
JSP Auto Refresh
This article discusses JSP Auto Refresh and its uses. We talk about why it is a good idea to learn JSP Auto Refresh and how JSP Auto Refresh makes the life of a developer easier.
Send Emails using JSP
This blog will cover how to send emails using JSP (Java Server Pages).
Scriptlets in JSP
This blog will teach you about JSP and three types of scripting elements. This blog will also focus on scriptlets in JSP. Furthermore, we will look at how to invoke and use the model with code.
JSP Filters
This blog will discuss JSP filters, filter Methods, and examples to clearly understand the concept.
Cookies Handling in JSP EASY
In this blog, we will learn about cookies in JSP, their handling, types, methods to use them, setting up them, deleting them, and much more.