BeginnersBook

  • Home
  • Java
    • Java OOPs
    • Java Collections
    • Java Examples
  • C
    • C Examples
  • C++
    • C++ Examples
  • DBMS
  • Computer Network
  • Python
    • Python Examples
  • More…
    • jQuery
    • Kotlin
    • WordPress
    • SEO
    • JSON
    • JSP
    • JSTL
    • Servlet
    • MongoDB
    • XML
    • Perl

How to run JSP in Eclipse IDE using Apache Tomcat Server

Last Updated: July 26, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

In this tutorial, you will learn how to create a simple JSP file and run it on Eclipse IDE using Apache Tomcat Server. Step 1: In… [Read More]

How to configure Apache Tomcat Server in Eclipse IDE

Last Updated: June 23, 2017 by Chaitanya Singh | Filed Under: JSP tutorial

To run JSP  in Eclipse, you need a Server. In this tutorial we will see how to download and configure Apache tomcat server in Eclipse… [Read More]

How to fix Dynamic Web Project missing in Eclipse issue

Last Updated: June 23, 2017 by Chaitanya Singh | Filed Under: JSP tutorial

It is frustrating when you want to create your First JSP project in Eclipse and don’t find the “dynamic web project” option under project list…. [Read More]

Solution – No Apache Tomcat Adapter option in Eclipse IDE

Last Updated: June 23, 2017 by Chaitanya Singh | Filed Under: JSP tutorial

Sometimes you don’t find the Apache option when you try to add the tomcat server first time in the Eclipse. It happens when you are… [Read More]

Solution – The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path

Last Updated: June 23, 2017 by Chaitanya Singh | Filed Under: JSP tutorial

When writing your first JSP code in Eclipse, you may face this error: The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path …. [Read More]

JSP Interview Questions and Answers

Last Updated: March 26, 2015 by Chaitanya Singh | Filed Under: JSP tutorial

Hello Guys, First of all I would like to thank you for appreciating the tutorials on JSP. Most of you wanted me to share the… [Read More]

How to access body of Custom tags in JSP tutorial

Last Updated: September 10, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

In the last tutorial we learnt how to create and use custom tags in JSP. In this tutorial we will see how to access the… [Read More]

JSP Custom tags with example – JSP Tutorial

Last Updated: September 10, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

User-defined tags are known as custom tags. In this tutorial we will see how to create a custom tag and use it in JSP. To… [Read More]

How to validate and invalidate session in JSP

Last Updated: September 10, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

We have already seen invalidate() method in session implicit object tutorial. In this post we are going to discuss it in detail. Here we will… [Read More]

JSP include directive with parameters example

Last Updated: September 10, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

In the last tutorial we  discussed JSP include action with parameters. Here we will see how to pass parameters when using JSP include directive. Example… [Read More]

JSP include action with parameter example

Last Updated: September 10, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

Earlier we have shared how to include a page to another JSP page using include directive and include action tag. We have also discussed the… [Read More]

Difference between include directive and include tag in JSP

Last Updated: July 27, 2022 by Chaitanya Singh | Filed Under: JSP tutorial

Include directive and include action tag both are used for including a file to the current JSP page. However there is a difference in the… [Read More]

fn:trim() and fn:startsWith() JSTL Functions

Last Updated: December 2, 2013 by Chaitanya Singh | Filed Under: JSTL

In this post we are discussing two functions which operates on strings. These functions are fn:trim() and fn:startsWith(). Function fn:trim() removes spaces from beginning and… [Read More]

fn:substring(), fn:substringAfter() & fn:substringBefore() Functions

Last Updated: December 2, 2013 by Chaitanya Singh | Filed Under: JSTL

In this tutorial we will discuss fn:substring (), fn:substringAfter() and fn:substringBefore() functions of JSTL. All of these functions are used for getting a part of the string… [Read More]

fn:join() and fn:split() JSTL Functions

Last Updated: December 2, 2013 by Chaitanya Singh | Filed Under: JSTL

In this tutorial we will see fn:join() and fn:split() functions of JSTL. fn:join() It concatenates the strings with a given separator and returns the output… [Read More]

  • 1
  • 2
  • 3
  • 4
  • Next Page »

JSP Tutorial

  • Basics of JSP
  • Life cycle of JSP
  • JSP in Eclipse IDE

Scripting Elements

  • Scriptlet Tag
  • Expression tag
  • Declaration tag

Implicit Objects

  • Implicit Objects
  • JSP Request
  • JSP Response
  • JSP Config
  • JSP Application
  • JSP Session
  • JSP Out
  • JSP pageContext
  • JSP Exception
  • Validate session

JSP directives

  • JSP Directives
  • Include Directive

JSP Exception

  • Exception handling

JSP Action

  • Action tags
  • Include action
  • Forward action
  • useBean, setProperty & getProperty

Expression language

  • Expression language

JSP Custom Tags

  • Custom Tags
  • Custom tag example
  • JSP Interview Q

Copyright © 2012 – 2025 BeginnersBook . Privacy Policy . Sitemap