User-submitted Projects

174
2093 reads
Color Testing Example
The color test example below demonstrates how to use Java scripting elements in JSP. The example allows the user to select a color from a list which sets the background color of the output page.
Color Testing Example

Run It Now!
177
3004 reads
biohazard's picture

Submitted by

biohazard
The Display Products Tag
The display products tag example below demonstrates how to create custom tags to display product details. The example below allows the user to view a listing of products.
The Display Products Tag

Run It Now!
95
2363 reads
Mitchell's picture

Submitted by

Mitchell
Tags:

154
2173 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!
68
2216 reads
cassia's picture

Submitted by

cassia
Tags:

102
1963 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!
73
2535 reads
cassia's picture

Submitted by

cassia
Tags:

helloworld
this is a desc
Run It Now!
152
2589 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!
187
1854 reads
Theunknownbone's picture

Submitted by

Theunknownbone
Template Method
This example demonstrates Template Method in java.Template Method define the skeleton of an algorithm in an operation, deferring some steps to subclasses / Template Method lets subclasses redefine cer
Run It Now!
178
2561 reads
Theunknownbone's picture

Submitted by

Theunknownbone
Calculator driver
This example demonstrates Momento pattern in java. The intent of this pattern is to capture the internal state of an object without violating encapsulation and thus providing a mean for restoring the
Run It Now!