User-submitted J2EE Projects

108
2559 reads
Mastermind's picture

Submitted by

Mastermind
The SQL Gateway
The SQL gateway example below demonstrates how to use SQL queries to view the result from database. The example allows the user to fire sql queries to the database and view results.
The SQL Gateway

Run It Now!
193
5314 reads
The Shopping Cart
The Shopping Cart example below demonstrates how to use sessions to save the purchase amount value. The example allows the user to add items to a shopping cart, and then view the purchase amount of i
The Shopping Cart

Run It Now!
110
2210 reads
The Sessions
The sessions example below demonstrates how to save data using sessions. The example allows the user to add user details and comment and view them as output.
The Sessions

Run It Now!
91
1923 reads
letmethink's picture

Submitted by

letmethink
The JSP expression
The JSP expression example below demonstrates how to use java scripting elements in JSP. The example allows the user to view the current time,hostname and sessionID as parameter.
The JSP expression

Run It Now!
106
2994 reads
The simple custom tag example
The simple custom tag example below demonstrates how to create custom tags in JSP. The example below allows the user to view the record created by the Controller servlet.
The simple custom tag example

Run It Now!
38
9887 reads
letmethink's picture

Submitted by

letmethink
The jsp include example
The jsp:include example below demonstrates how to use jsp:include action in JSP. The example allows the user to view news content as output which is included in the jsp page.
The jsp include example

Run It Now!
34
1915 reads
Scripting Elements
The random greeting example below demonstrates how to use Java scripting elements in JSP. The example allows the user to view random greetings generated by jsp.
Scripting Elements

Run It Now!
174
2091 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!
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!