User-submitted Projects

123
3470 reads
Mastermind's picture

Submitted by

Mastermind
The Online Gas Purchase Store
The online gas purchase store example below demonstrates how to use core tags and formatting tags in JSP. This example accepts purchase details from user and adds them into the current purchases tabl
The Online Gas Purchase Store

Run It Now!
111
2857 reads
Simple Login Page
The simple login example below demonstrates how to create a login page in JSP. The example takes two inputs as username and password from user and prints "Welcome back username" as output.
Simple Login Page

Run It Now!
117
2096 reads
Mastermind's picture

Submitted by

Mastermind
Tags:

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

Run It Now!
108
2554 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
5309 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
2206 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
1916 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
2987 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
9883 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
1909 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!