📘 Premium Read: Access my best content on Medium member-only articles — deep dives into Java, Spring Boot, Microservices, backend architecture, interview preparation, career advice, and industry-standard best practices.
✅ Some premium posts are free to read — no account needed. Follow me on Medium to stay updated and support my writing.
🎓 Top 10 Udemy Courses (Huge Discount): Explore My Udemy Courses — Learn through real-time, project-based development.
▶️ Subscribe to My YouTube Channel (172K+ subscribers): Java Guides on YouTube
Check out the JSP project development tutorials at the end of this tutorial.
Basic JSP Tutorial
- JSP - Overview - In this article, we will learn what is JSP technology, JSP files, how to keep JSP files, and the advantage of JSP.
- How JSP Works - In this article, we will learn how JSP works with a simple example.
- JSP - Scripting Elements - In this article, we will learn important JSP scripting elements with examples.
- JSP Expression Tag - In this article, we use the 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 a 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 the 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.
- How to Call a Java Class in JSP - In this post, we will show you how to call a Java class from JSP.
- 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 the input button, checkbox button, radio button, and dropdown list, etc.
- JSP - Page Redirecting - In this article, we will discuss page redirecting with JSP.
JSP with JDBC and MySQL Database
- JSP + JDBC + MySQL Example - In this article, we will build a simple Employee Registration module using JSP, JDBC, and the MySQL database.
- JSP Registration Form + JDBC + MySQL Example - In this article, we will build a simple Employee Registration module using JSP, JDBC, and the MySQL database.
- JSP Login Form + JDBC + MySQL Example - In this article, we will build a simple Login Form using JSP, JDBC, and the 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.
- Tag Libraries and Tag Library Descriptor (TLD) - we will look into what is Tag library and the usage of the TLD files in the JSP application.
JSTL Tags from JSTL Libraries
- JSP Standard Tag Library (JSTL) Tutorial - Look at the overview of JSTL tags and it's classification.
- JSTL Core Tags with Examples - In this article, we will discuss important JSTL core tags with examples.
- JSTL Functions with Examples - In this article, we will discuss all JSTL functions with examples.
Servlet + JSP + JDBC + MySQL Examples
Web app using JSP, Servlet, MySQL and Hibernate
- JSP Servlet Hibernate CRUD Example // Web application
- JSP Servlet Hibernate Web Application // Web application
- Hibernate Registration Form Example with JSP, Servlet, MySQL // Web application
- Login Form using JSP + Servlet + Hibernate + MySQL Example // Web application
Good Tutorial...
ReplyDelete