User-submitted JSP Projects

111
2862 reads
Simple Login Page
The simple login example below demonstrates how to create a login page in JSP. The example takes two inputs as username and password from user and prints "Welcome back username" as output.
Simple Login Page

Run It Now!
111
6091 reads
adminguy's picture

Submitted by

adminguy
Arithmetic Calculator
The Arithmetic Calculator example below demonstrates how to use simple HTML forms with servlets. The example takes two inputs from the user and performs arithmetic operations on the inputs to display the desired output.
Run It Now!
110
2210 reads
The Sessions
The sessions example below demonstrates how to save data using sessions. The example allows the user to add user details and comment and view them as output.
The Sessions

Run It Now!
109
2286 reads
Model 1 JSP with JSTL
The registration example below demonstrates how to use HTML with JSP to create a registration page. This example takes user information from user and computes the billing information to show as outpu
Model 1 JSP with JSTL

Run It Now!
108
2251 reads
cassia's picture

Submitted by

cassia
Model 1 JSP with JSTL
The registration example below demonstrates how to use HTML with JSP to create a registration page. This example takes user information from user and computes the billing information to show as output
Model 1 JSP with JSTL

Run It Now!
108
2559 reads
Mastermind's picture

Submitted by

Mastermind
The SQL Gateway
The SQL gateway example below demonstrates how to use SQL queries to view the result from database. The example allows the user to fire sql queries to the database and view results.
The SQL Gateway

Run It Now!
106
13275 reads
ChetanK's picture

Submitted by

ChetanK
Tags:

Compare Two Objects Of Same Class In Java.
The below example demonstrates how to compare two objects of same class in java. The below example creates two objects of class Employee i.e emp1 & emp2 and compares the objects.If the objects are eq
Run It Now!
106
2829 reads
Using jsp:setProperty
The setProperty example below demonstrates how to set beans property in JSP. This example allows the user to view the sales entry details of items.
Using jsp:setProperty

Run It Now!
106
2993 reads
The simple custom tag example
The simple custom tag example below demonstrates how to create custom tags in JSP. The example below allows the user to view the record created by the Controller servlet.
The simple custom tag example

Run It Now!
102
2355 reads
Mitchell's picture

Submitted by

Mitchell
Mailing List - JSPs
The mail-list example below demonstrates how to use simple HTML forms with JSP. This example takes firstname, last name and email from user and display it as an output.
Mailing List - JSPs

Run It Now!
Make & share a project and showcase your talent to the world!