User-submitted Projects

191
4935 reads
Model 1 JSP with JSTL
The registration example below demonstrates how to use HTML with JSP to create a registration page. This example takes user information from user and computes the billing information to show as outpu
Model 1 JSP with JSTL

Run It Now!
181
3641 reads
EL Implicit Object
The EL implicit object example below demonstrates how to use implicit objects in JSP.
EL Implicit Object

Run It Now!
114
1632 reads
italianmonkey's picture

Submitted by

italianmonkey
Tags:

437
19969 reads
Mastermind's picture

Submitted by

Mastermind
Tags:

CD Shopping Cart
The online CD shopping cart example below demonstrates how to create a shopping cart in JSP. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
CD Shopping Cart

Run It Now!
310
11016 reads
The Database Example
The database example below demonstrates how to use database with JSP. The example allows the user to connect to the database and view all the entries from database.
The Database Example

Run It Now!
235
4915 reads
Mastermind's picture

Submitted by

Mastermind
User Info
The User-Info example below demonstrates how to pass data and display it using JSTL. This examples takes ser details as inputs and print them as output.
User Info

Run It Now!
299
6638 reads
Icefiremadness's picture

Submitted by

Icefiremadness
Tags:

369
13812 reads
retundror's picture

Submitted by

retundror
Tags:

Checking Variable
This program is showing in output that variable is initialized or not using isset() method in PHP.
Run It Now!
17
16473 reads
Atir's picture

Submitted by

Atir
Roomreservation
A hotel's site where you can reserve room online
Roomreservation

Run It Now!