User-submitted JSP Projects

154
2171 reads
The Loop Tag
The loop tag example below demonstrates how to use custom loop tag. The example allows the user to view the hello world message using loop tag.
The Loop Tag

Run It Now!
102
1960 reads
The Mail-List
The mail-list example below demonstrates how to use simple HTML forms with Servlets. This example takes firstname, last name and email from user and display it as an output.
The Mail-List

Run It Now!
152
2586 reads
Theunknownbone's picture

Submitted by

Theunknownbone
The Resume Posting
The resume posting example below demonstrates how to use HTML elements with servlets. The example takes user details as inputs and display all the details as output.
The Resume Posting

Run It Now!
153
3163 reads
Madman0101's picture

Submitted by

Madman0101
Initialization Parameters In JSP And Servlet.
The mail-list example below demonstrates how to set initialization parameters in JSP and servlet. This example takes firstname, last name and email from user, writes the details into a text files spe
Initialization Parameters In JSP And Servlet.

Run It Now!
239
4959 reads
Madman0101's picture

Submitted by

Madman0101
Shared Objects
The Shopping Cart example below demonstrates how to use servlets with JSP. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
Shared Objects

Run It Now!
166
2143 reads
SuperMario3's picture

Submitted by

SuperMario3
The Cookie Example
The cookie example below demonstrates how to use cookies with JSP and servlets. The example allows the user to download songs from the respective album.
The Cookie Example

Run It Now!
198
4018 reads
The customer details example
The customer details example below demonstrates how to implement MVC pattern in servlets and JSP. The example allows the user to view all the list of details of the customers and can edit it the deta
The customer details example

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!
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!
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!