User-submitted J2EE Projects

97
1709 reads
The Hello World Servlet Example
The helloworld servlet example below demonstrates how to create a simple servlet. The example allows the user to view the "Hello World" message as output.
The Hello World Servlet Example

Run It Now!
97
1588 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!
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!
96
2450 reads
number_of_vowels
enter a text and u will get how many vowels are ther in it
Run It Now!
96
2701 reads
Mitchell's picture

Submitted by

Mitchell
Login Example
The Login example below demonstrates how to use javascript with JSP to validate the login form. This example accepts username and password from the user and displays a "Welcome User" message in messa
Run It Now!
96
3443 reads
Mitchell's picture

Submitted by

Mitchell
Checkbox Example
The checkbox example below demonstrates how to use HTML checkbox to pass value in JSP. This example prints the value of selected checkbox as output.
Run It Now!
96
2548 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!
95
2295 reads
File Upload & Download
The below example demonstrates how to download files in Struts 2. In this example we are downloading single file from the server.
File Upload & Download

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