User-submitted J2EE Projects

107
1584 reads
BibinRaj's picture

Submitted by

BibinRaj
Tags:

String
The below example demonstrates how to concatenate strings and assign to another string. In the below example s1 has value "1 2" and s2 is created by assigning the value of s1 and concatenating anot
Run It Now!
107
1643 reads
Alisia's picture

Submitted by

Alisia
Migrating to Struts
This example demonstrates how to fetch registered user infomation with the help of appropriate user input. In this example user will enter confirmation number that is 1 and 2.
Migrating to Struts

Run It Now!
107
1675 reads
User Authentication Example
The user authentication example below demonstrates how to authenticate user in servlets. The example allows the user to view their username and authentication mechanism as output.
User Authentication Example

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
1605 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!
107
1399 reads
JavaKoder's picture

Submitted by

JavaKoder
Action and Results
The below example demonstrates struts Actions and results through Login form. this example has login form with two field username and password.
Action and Results

Run It Now!
106
13275 reads
ChetanK's picture

Submitted by

ChetanK
Tags:

Compare Two Objects Of Same Class In Java.
The below example demonstrates how to compare two objects of same class in java. The below example creates two objects of class Employee i.e emp1 & emp2 and compares the objects.If the objects are eq
Run It Now!
106
1724 reads
Web Application Security
The example below demonstrates how to use Security along with JSP and Servlets. The example allows the user to Login, add or delete comments.
Web Application Security

Run It Now!
106
2829 reads
Using jsp:setProperty
The setProperty example below demonstrates how to set beans property in JSP. This example allows the user to view the sales entry details of items.
Using jsp:setProperty

Run It Now!
106
2994 reads
The simple custom tag example
The simple custom tag example below demonstrates how to create custom tags in JSP. The example below allows the user to view the record created by the Controller servlet.
The simple custom tag example

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