User-submitted JSP Projects

128
7616 reads
JSPs, MVC and JavaBeans
The registration example below demonstrates how to implement MVC pattern in JSP using java beans. This example allows user to add their details to register for the conference and recieves the billing
JSPs, MVC and JavaBeans

Run It Now!
128
2535 reads
adminguy's picture

Submitted by

adminguy
Mail list example
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.
Run It Now!
127
2217 reads
Combining Servlets and JSPs
The example below demonstrates how to combine servlets with JSP. The example takes a input as integer and prints hello world accordingly.
Combining Servlets and JSPs

Run It Now!
126
3786 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!
123
3475 reads
Mastermind's picture

Submitted by

Mastermind
The Online Gas Purchase Store
The online gas purchase store example below demonstrates how to use core tags and formatting tags in JSP. This example accepts purchase details from user and adds them into the current purchases tabl
The Online Gas Purchase Store

Run It Now!
120
1878 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!
117
2099 reads
Mastermind's picture

Submitted by

Mastermind
Tags:

The Mail-list
The mail-list example below demonstrates how to use JNDI with JSP. This example takes firstname, last name and email from user,inserts the user details into the database and display it as an output.
The Mail-list

Run It Now!
116
4784 reads
The Shopping Cart example
The Shopping Cart example below demonstrates how to use sessions to store data between requests. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
The Shopping Cart example

Run It Now!
113
2311 reads
MartinRotte's picture

Submitted by

MartinRotte
Tags:

JavaBeans
The mail-list example below demonstrates how to use java beans with JSP to store data between requests. This example takes firstname, last name and email from user and display it as an output.
JavaBeans

Run It Now!
113
1989 reads
QuantomX's picture

Submitted by

QuantomX
The dynamic collection example
The dynamic collection example below demonstrates how to add into or remove items from list using JSTL . This example has a input text box which takes inputs from user to add into or remove item fr
Run It Now!
Make & share a project and showcase your talent to the world!