User-submitted J2EE Projects

150
2333 reads
Gas Purchase details
The below example demonstrates how to use Internationalization with struts. The example is a simple web application which stores the details of all the gas purchases.
Run It Now!
124
1826 reads
AlexGable's picture

Submitted by

AlexGable
Form Tag
The below example demonstrates how to use Form Tag with struts.
Run It Now!
109
2286 reads
Model 1 JSP with JSTL
The registration example below demonstrates how to use HTML with JSP to create a registration page. This example takes user information from user and computes the billing information to show as outpu
Model 1 JSP with JSTL

Run It Now!
128
7616 reads
JSPs, MVC and JavaBeans
The registration example below demonstrates how to implement MVC pattern in JSP using java beans. This example allows user to add their details to register for the conference and recieves the billing
JSPs, MVC and JavaBeans

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!
124
1942 reads
Internationalization
The below example demonstrates Internationalization in Struts. In this example we will see how to internationalize Struts application according to the language selected in the browser.
Internationalization

Run It Now!
108
1889 reads
Message Handling and i18n
The below example demonstrates Message handling Internationalization in Struts. this example has 4 properties files with key and value pair. we are accessing value using key in customer.jsp page.
Message Handling and i18n

Run It Now!
99
2175 reads
TheAlchemist's picture

Submitted by

TheAlchemist
Tags:

Tiles
The below example demonstrates Tiles in Struts. In this example you will see header and footer common for all pages. In this case we are using tiles tag for common layout. you can see in to jsp file.
Tiles

Run It Now!