User-submitted J2EE Projects

117
2099 reads
Mastermind's picture

Submitted by

Mastermind
Tags:

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

Run It Now!
116
1752 reads
Anuj's picture

Submitted by

Anuj
The Servlet Example
The servlet example below demonstrates the working of multiple servlets. The example allows the user to view a message as output depending upon the link the user clicks.
The Servlet Example

Run It Now!
116
1982 reads
The Servlet Filter Example
The example below demonstrates how to use response filter in Java Servlet. The example allows the user to view a simple greeting message as output.
The Servlet Filter Example

Run It Now!
116
4784 reads
The 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.
The Shopping Cart example

Run It Now!
115
3714 reads
Using Token Interceptor
The below example demonstrates Preventing Double Submits in Struts 2. In this example you will see how to prevent double submit to the form using token interceptor.
Using Token Interceptor

Run It Now!
115
1762 reads
ChetanK's picture

Submitted by

ChetanK
TheHello User Example
The hello user example below demonstrate how to pass data in servlets. The example takes username as input from user and prints "Hello username" as output.
TheHello User Example

Run It Now!
115
2051 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!
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!
113
2311 reads
MartinRotte's picture

Submitted by

MartinRotte
Tags:

JavaBeans
The mail-list example below demonstrates how to use java beans with JSP to store data between requests. This example takes firstname, last name and email from user and display it as an output.
JavaBeans

Run It Now!
Make & share a project and showcase your talent to the world!