User-submitted J2EE Projects

45
1599 reads
Judi's picture

Submitted by

Judi
Type Conversion
The below example demonstrates Type Conversion in Struts 2. In this example if you will enter color code in integer formate. then it will convert in to proper color and show on redirected page.
Type Conversion

Run It Now!
43
1691 reads
Judi's picture

Submitted by

Judi
Type Conversion
The below example demonstrates Type Conversion in Struts 2. In this example you will see how to implement Date type conversion and double type conversion in struts. if you insert integer value in amount textfield then it will convert automatically in to double.
Type Conversion

Run It Now!
28
1644 reads
Judi's picture

Submitted by

Judi
Tags:

Type Conversion
The below example demonstrates Type Conversion in Struts 2. In this example you will see how to implement type conversion in struts.
Type Conversion

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!
113
1990 reads
QuantomX's picture

Submitted by

QuantomX
The dynamic collection example
The dynamic collection example below demonstrates how to add into or remove items from list using JSTL . This example has a input text box which takes inputs from user to add into or remove item fr
Run It Now!
225
13376 reads
Shopping Cart Example
The Shopping Cart example below demonstrates how to use sessions to save data between requests. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
Shopping Cart Example

Run It Now!
116
4784 reads
The Shopping Cart example
The Shopping Cart example below demonstrates how to use sessions to store data between requests. The example allows the user to add items to a shopping cart, and then view the contents of the cart.
The Shopping Cart example

Run It Now!
123
3475 reads
Mastermind's picture

Submitted by

Mastermind
The Online Gas Purchase Store
The online gas purchase store example below demonstrates how to use core tags and formatting tags in JSP. This example accepts purchase details from user and adds them into the current purchases tabl
The Online Gas Purchase Store

Run It Now!
111
2862 reads
Simple Login Page
The simple login example below demonstrates how to create a login page in JSP. The example takes two inputs as username and password from user and prints "Welcome back username" as output.
Simple Login Page

Run It Now!
117
2099 reads
Mastermind's picture

Submitted by

Mastermind
Tags:

The Mail-list
The mail-list example below demonstrates how to use JNDI with JSP. This example takes firstname, last name and email from user,inserts the user details into the database and display it as an output.
The Mail-list

Run It Now!