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.
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
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.
The jsp:include example below demonstrates how to use jsp:include action in JSP.
The example allows the user to view news content as output which is included in the jsp page.
The random greeting example below demonstrates how to use Java scripting elements in JSP.
The example allows the user to view random greetings generated by jsp.
A browser based game from the famous Snake video game. The game is created using JavaScript buttons. The buttons were used as a tile for the game.
Another crazy JavaScript game from gvs1992.