User-submitted J2EE Projects

128
2536 reads
adminguy's picture

Submitted by

adminguy
Mail list example
The mail-list example below demonstrates how to use simple HTML forms with JSP Expressions. This example takes firstname, last name and email from user and display it as an output.
Run It Now!
111
6093 reads
adminguy's picture

Submitted by

adminguy
Arithmetic Calculator
The Arithmetic Calculator example below demonstrates how to use simple HTML forms with servlets. The example takes two inputs from the user and performs arithmetic operations on the inputs to display the desired output.
Run It Now!
101
1629 reads
Guest's picture

Submitted by

Guest
testing
This is a Struts Hello World program!
Run It Now!
99
1802 reads
MrProgramr's picture

Submitted by

MrProgramr
Tags:

test02JSP
this is a test
Run It Now!
71
1697 reads
Anglina85's picture

Submitted by

Anglina85
Input Validation
The below example demonstrates validate empty fields in struts framework. In this example you will see a message when user will leave any empty field on customer registration form and click on submit button.
Input Validation

Run It Now!
147
2663 reads
Anglina85's picture

Submitted by

Anglina85
Validation
The below example demonstrates how to validate all form fields in struts framework. In this example when user fill wrong info in fields on gas parchase form then click on Add button. it will validate using appropriate message.
Validation

Run It Now!
81
1800 reads
dninja95's picture

Submitted by

dninja95
Tags:

contestprj1
submitting it for the contest
Run It Now!
74
1867 reads
Avin's picture

Submitted by

Avin
110
1491 reads
cassia's picture

Submitted by

cassia
The Hello World Servlet
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

Run It Now!