User-submitted JSP Projects

102
2357 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!
120
1880 reads
Anuj's picture

Submitted by

Anuj
Tags:

AccessingClassVariables01
The below example demonstrates how to access class variable in java. The below example creates an object for Class AccessingClassVariables01 and accesses the class field member i.e fullName through
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!
126
3787 reads
SuperKodes's picture

Submitted by

SuperKodes
Online CD Shopping cart.
The online CD shopping cart example below demonstrates how to create a shopping cart in JSP. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
Run It Now!
22
2440 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

JSP Portal example
The JSP Portal example below demonstrates how to build website portal using JSP and Servlets. The example allows the user to select a portal as input and get its details as output.
Run It Now!
159
2753 reads
MrGenius's picture

Submitted by

MrGenius
Hello World example
The Hello World example below demonstrates how to use JSP to print hello world message. This example prints a Hello world message along with current day,date and time.
Hello World example

Run It Now!
161
2331 reads
Jprogramr's picture

Submitted by

Jprogramr
Hello User Example
The Hello User example below demonstrates how to pass parameters in JSP. This example accepts a name from user and displays the output as "Hello user-name".
Hello User Example

Run It Now!
155
2580 reads
Cooldude's picture

Submitted by

Cooldude
Expression Language
The mail-list example below demonstrates how to use simple HTML forms with JSP Expressions. This example takes firstname, last name and email from user and display it as an output.
Expression Language

Run It Now!
108
2253 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!
80
2371 reads
Cooldude's picture

Submitted by

Cooldude
EL Function Examples
The EL function example below demonstrates how to use El functions in JSP. This example uses abs() and round() to find out the absolute and rounded value of given values.
EL Function Examples

Run It Now!