User-submitted J2EE Projects

155
3745 reads
JSP Filter example
The filter example below demonstrates how to user filters with servlets. The example allows the user to view special offers which gives random offers.
Run It Now!
103
1682 reads
User details example
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.
Run It Now!
22
2438 reads
SagarKhote's picture

Submitted by

SagarKhote
Tags:

JSP Portal example
The JSP Portal example below demonstrates how to build website portal using JSP and Servlets. The example allows the user to select a portal as input and get its details as output.
Run It Now!
148
2201 reads
poojak's picture

Submitted by

poojak
Car Registration example
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.
Run It Now!
100
1624 reads
poojak's picture

Submitted by

poojak
Generic tag
The below example demonstrates the use of generic tags in struts. The example provides the user with a list of link which clicked will generate corresponding output.
Run It Now!
159
1959 reads
Simple Servlet example
The servlet example below demonstrates how to use java bean with servlets. The example takes an input as confirmation number from user and prints the details of the registration as output.
Run It Now!
115
2053 reads
Mindscript's picture

Submitted by

Mindscript
Struts2 - Tiles Integration
The below example demonstrates how to integrate Struts 2 and Tiles using the struts2 tiles plugin.
Struts2 - Tiles Integration

Run It Now!
107
2138 reads
Zero Configuration in Struts2
The below example demonstrates Zero configuration Struts 2. In this example you will see how to make application without struts.xml file.
Zero Configuration in Struts2

Run It Now!
107
1606 reads
Mindscript's picture

Submitted by

Mindscript
Tags:

MVC2
The below example demonstrates how to make registration stuff in struts framework using MVC architecture. so this example has 2 links also like previous example on index.jsp page.
MVC2

Run It Now!
113
1483 reads
Mindscript's picture

Submitted by

Mindscript
Struts2 w/ MVC2
The below example demonstrates how to make registration page and display registered stuff.
Struts2 w/ MVC2

Run It Now!