User-submitted Projects

50
1579 reads
iMick's picture

Submitted by

iMick
Tags:

57
8578 reads
AnkitAgarwal's picture

Submitted by

AnkitAgarwal
53
1361 reads
AnkitAgarwal's picture

Submitted by

AnkitAgarwal
Tags:

155
2574 reads
Cooldude's picture

Submitted by

Cooldude
Expression Language
The mail-list example below demonstrates how to use simple HTML forms with JSP Expressions. This example takes firstname, last name and email from user and display it as an output.
Expression Language

Run It Now!
46
1459 reads
cassia's picture

Submitted by

cassia
Tags:

54
1343 reads
VirtualKid's picture

Submitted by

VirtualKid
Tags:

108
2247 reads
cassia's picture

Submitted by

cassia
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 output
Model 1 JSP with JSTL

Run It Now!
199
2660 reads
Stickystickman's picture

Submitted by

Stickystickman
Tags:

Virtual Copy
this program implements copy constructor in cpp.
Run It Now!
80
2362 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!
158
2040 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!