User-submitted Projects

97
1584 reads
The Mail-List Example
The mail-list example below demonstrates the working of JSP with servlets. The example takes user details from user to show them as output.
The Mail-List Example

Run It Now!
187
3677 reads
Car Registration
The simple car registration example demonstrates how to insert data into database. The example allows the user to insert car details into database and displays all the data from registration table.
Car Registration

Run It Now!
87
1649 reads
plasmavore's picture

Submitted by

plasmavore
Tags:

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

Run It Now!
472
6982 reads
Prince_Of_Light's picture

Submitted by

Prince_Of_Light
Tags:

scientific_Calculator.cpp
Scientific Calculator in C++ By Zeeshan Ali (Prince_Of_Light)
Run It Now!
90
7957 reads
Shopping Cart Example
The Shopping Cart example below demonstrates how to use sessions to store data between requests. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
Shopping Cart Example

Run It Now!
96
2545 reads
Session Authorization Servlet Example
The servlet example below demonstrates how to implement session authorization with servlets. The example allows the user to login with thier name and logout of the session.
Session Authorization Servlet Example

Run It Now!
86
1832 reads
NightAngel's picture

Submitted by

NightAngel
A Simple JSP, The JSP
The JSP example below demonstrates how to create a JSP project. The example allows the user to view the current date and the account holders details.
A Simple JSP, The JSP

Run It Now!
86
1492 reads
Combining Servlets and JSPs
A JSP example below demonstrates how to use JSP with servlets to create a desired output. The example takes integer as input and displays the output accordingly.
Combining Servlets and JSPs

Run It Now!
271
12930 reads
NightAngel's picture

Submitted by

NightAngel
Shopping Cart
The Shopping Cart example below demonstrates how to use servlets with JSP . The example allows the user to add items to a shopping cart, and then view the contents of the cart .
Shopping Cart

Run It Now!
98
1526 reads
NightAngel's picture

Submitted by

NightAngel
The mail-list example
The mail-list example below demonstrates how to set initialization parameters in JSP and servlet. This example takes firstname, last name and email from user, writes the details into a text files spe
The mail-list example

Run It Now!