User-submitted J2EE Projects

158
2044 reads
Cooldude's picture

Submitted by

Cooldude
EL Expression
The El expression example below demonstrates how to use different operators in JSP. This example uses various operators to compare the value specified and gives the results as output.
EL Expression

Run It Now!
64
2377 reads
EL Type Conversion Examples
The EL type conversion example below demonstrates how to use tags to convert datatypes in JSP. This example converts different datatypes of JSP specified in the example and prints them as output.
EL Type Conversion Examples

Run It Now!
68
2427 reads
EL Property Access and Nested Properties
The EL property access and nested properties example below demonstrates how to access object's property in JSP. This example accesses NewsFeed's object properties and collections to show it as output
EL Property Access and Nested Properties

Run It Now!
69
2611 reads
Cooldude's picture

Submitted by

Cooldude
EL Function Examples
The EL function example below demonstrates how to use El functions in JSP. This example uses abs() and round() to find out the absolute and rounded value of given values.
EL Function Examples

Run It Now!
83
1558 reads
John's picture

Submitted by

John
Hello World
The below example demonstrates how to make basic hello world in struts framework. In this example student enter a name and it will give a message : hello username
Hello World

Run It Now!
43
1846 reads
dninja95's picture

Submitted by

dninja95
Tags:

47
1538 reads
invincible's picture

Submitted by

invincible
Tags:

54
1524 reads
invincible's picture

Submitted by

invincible
demo
simple hello world example.
Run It Now!
122
1752 reads
Judi's picture

Submitted by

Judi
Type Conversion
The below example demonstrates DateType Conversion in Struts 2. In this example if you will enter birth Date in (yyyy/mm/dd) formate. then it will convert in to (mon dd,yyyy) format and show on redirected page.
Type Conversion

Run It Now!
100
1567 reads
Judi's picture

Submitted by

Judi
Type Conversion
The below example demonstrates DateType Conversion in Struts 2. In this example if you will enter birth Date in (dd/mm/yyyy) formate. then it will convert in to (mon dd,yyyy) format and show on redirected page.
Type Conversion

Run It Now!