User-submitted Servlets Projects

245
5236 reads
Simple Calendar Page
The JSP example below demonstrates how to use JSP to build web applications. The example below displays a month page of the western calendar for the selected year.
Simple Calendar Page

Run It Now!
410
9112 reads
Random Dice Thrower
The random dice thrower example below demonstrates how to use programmatic logic with JSP and servlets. The example allows the user to view random results of dice as output.
Random Dice Thrower

Run It Now!
295
9374 reads
Online Conference Registration
The online conference registration example demonstrates how to use database to save data in servlets. The example allows the user to insert and retrieve data from database.
Online Conference Registration

Run It Now!
56
2301 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!
172
2651 reads
Kernel9's picture

Submitted by

Kernel9
The Online Gas Purchase Store Example
The online gas purchase store example below demonstrates how to use session in servlets. This example accepts purchase details from user and adds them into the current purchases table.
The Online Gas Purchase Store Example

Run It Now!
96
2429 reads
number_of_vowels
enter a text and u will get how many vowels are ther in it
Run It Now!
152
2268 reads
Servlet Filters-converting XML to XSL files
The servlet filter example below demonstrates how to XML files to XSL using Servlet Filter. The example converts the roster.xml file to a XSL fle.
Run It Now!
107
1628 reads
Alisia's picture

Submitted by

Alisia
Migrating to Struts
This example demonstrates how to fetch registered user infomation with the help of appropriate user input. In this example user will enter confirmation number that is 1 and 2.
Migrating to Struts

Run It Now!
97
1696 reads
The Hello World Servlet Example
The helloworld servlet example below demonstrates how to create a simple servlet. The example allows the user to view the "Hello World" message as output.
The Hello World Servlet Example

Run It Now!