User-submitted Servlets Projects

97
1588 reads
The Mail-List Example
The mail-list example below demonstrates the working of JSP with servlets. The example takes user details from user to show them as output.
The Mail-List Example

Run It Now!
96
2450 reads
number_of_vowels
enter a text and u will get how many vowels are ther in it
Run It Now!
96
2548 reads
Session Authorization Servlet Example
The servlet example below demonstrates how to implement session authorization with servlets. The example allows the user to login with thier name and logout of the session.
Session Authorization Servlet Example

Run It Now!
95
2094 reads
Online Boat Shop
The online boat order store example demonstrates how to make big web applications using JSP and Servlets . The example allows the user to select the boats and order it online.
Run It Now!
90
7960 reads
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.
Shopping Cart Example

Run It Now!
87
1653 reads
plasmavore's picture

Submitted by

plasmavore
Tags:

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

Run It Now!
86
1835 reads
NightAngel's picture

Submitted by

NightAngel
A Simple JSP, The JSP
The JSP example below demonstrates how to create a JSP project. The example allows the user to view the current date and the account holders details.
A Simple JSP, The JSP

Run It Now!
86
1496 reads
Combining Servlets and JSPs
A JSP example below demonstrates how to use JSP with servlets to create a desired output. The example takes integer as input and displays the output accordingly.
Combining Servlets and JSPs

Run It Now!
85
1517 reads
Dice Roller Example
The dice thrower example below demonstrates how to use programming logic in servlets. The example allows the user to view different random results of the dice as output.
Dice Roller Example

Run It Now!
56
2323 reads
CookiesExample
This is a Cookie Example to save the Cookie Name & Value. and how to get the detail of saved Cookie.
Run It Now!