User-submitted Projects

35
3018 reads
Assignment Operators For Variables In Java.
The below example demonstrates how to use assignment operators for variables in java. The below example assigns integer values to variables m,n,d of datatype Int and prints thier values as output.
Run It Now!
181
2860 reads
renanfornari's picture

Submitted by

renanfornari
109
2283 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
7610 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
2306 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!
32
2974 reads
Arithmetic Operators For Variables In Java.
The below example demonstrates how to use arithmetic operators for variables in java. The below exampleperforms arithmetic operations on variable n,a,d and prints thier values as output.
Run It Now!
124
1939 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
1888 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!