User-submitted JSP Projects

158
2028 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
2364 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
2412 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
2599 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!
106
2811 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
1976 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
13358 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
4769 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
3459 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
2845 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!