User-submitted J2EE Projects

102
1961 reads
The Mail-List
The mail-list example below demonstrates how to use simple HTML forms with Servlets. This example takes firstname, last name and email from user and display it as an output.
The Mail-List

Run It Now!
152
2586 reads
Theunknownbone's picture

Submitted by

Theunknownbone
The Resume Posting
The resume posting example below demonstrates how to use HTML elements with servlets. The example takes user details as inputs and display all the details as output.
The Resume Posting

Run It Now!
153
3163 reads
Madman0101's picture

Submitted by

Madman0101
Initialization Parameters In JSP And Servlet.
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
Initialization Parameters In JSP And Servlet.

Run It Now!
239
4959 reads
Madman0101's picture

Submitted by

Madman0101
Shared Objects
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.
Shared Objects

Run It Now!
166
2143 reads
SuperMario3's picture

Submitted by

SuperMario3
The Cookie Example
The cookie example below demonstrates how to use cookies with JSP and servlets. The example allows the user to download songs from the respective album.
The Cookie Example

Run It Now!
198
4018 reads
The customer details example
The customer details example below demonstrates how to implement MVC pattern in servlets and JSP. The example allows the user to view all the list of details of the customers and can edit it the deta
The customer details example

Run It Now!
97
1635 reads
SuperMario3's picture

Submitted by

SuperMario3
Struts1 w/ MVC2
This example demonstrates registration of product. In this example product registration page is being called through jsp and servlet is called by servlet page with different url pattern (*.do).
Struts1 w/ MVC2

Run It Now!
95
1814 reads
MVC using Servlets and JSPs
The below example demonstrates how to use Vectors (collection array) using jsp and servlet in struts. Here Vector array is used for collecting all registered users.
MVC using Servlets and JSPs

Run It Now!
127
2217 reads
Combining Servlets and JSPs
The example below demonstrates how to combine servlets with JSP. The example takes a input as integer and prints hello world accordingly.
Combining Servlets and JSPs

Run It Now!
49
1677 reads
Evolution of Web Application
The below example demonstrates how to dispatch url after some time of a registration page. if you access registration page directly then it will show the message "direct access is denied".
Evolution of Web Application

Run It Now!