User-submitted J2EE Projects

217
4793 reads
Timothy5's picture

Submitted by

Timothy5
The User Info Webapp
The user info example below demonstrates how to use multiple servlets. The example allows the user to view the list of customers where user can edit or delete customer details.
The User Info Webapp

Run It Now!
111
1819 reads
Timothy5's picture

Submitted by

Timothy5
XML Servlet
The xml servlet example below demonstrates how to create a xml file using servlets. The example creates a xml file with the data specified in the servlet.
XML Servlet

Run It Now!
114
1823 reads
Mailing List - MVC
The mail-list example below demonstrates how to implement MVC pattern in servlets. The example takes user details from user to show them as output.
Mailing List - MVC

Run It Now!
114
2321 reads
Timothy5's picture

Submitted by

Timothy5
JavaMail
The java mail example below demonstrates how to send a mail in servlets using java mail. The example below allows the user to send a mail to the given email address.
JavaMail

Run It Now!
109
1607 reads
Andrea's picture

Submitted by

Andrea
Downloader
The downloader example below demonstrates how to download different format of files in servlets. The example allows the user to download various formats of files specified by servlets.
Downloader

Run It Now!
117
1501 reads
Andrea's picture

Submitted by

Andrea
Listeners
The listeners example below demonstrates the use of the HttpSession Event and Listener in servlets. The example allows the user to create new seesion and destroy it using HttpSession Event and Listen
Listeners

Run It Now!
199
4690 reads
Andrea's picture

Submitted by

Andrea
The Shopping Cart
The Shopping Cart example below demonstrates how to use sessions to store data between requests.
The Shopping Cart

Run It Now!
95
2095 reads
Online Boat Shop
The online boat order store example demonstrates how to make big web applications using JSP and Servlets . The example allows the user to select the boats and order it online.
Run It Now!
85
1649 reads
User info struts
The below example demonstrates how to create a model in struts. The example allows the user to create edit or delete user details.
Run It Now!
126
3787 reads
SuperKodes's picture

Submitted by

SuperKodes
Online 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.
Run It Now!