The SQL gateway example below demonstrates how to use SQL queries to view the result from database.
The example allows the user to fire sql queries to the database and view results.
The Shopping Cart example below demonstrates how to use sessions to save the purchase amount value.
The example allows the user to add items to a shopping cart, and then view the purchase amount of i
The sessions example below demonstrates how to save data using sessions.
The example allows the user to add user details and comment and view them as output.
The JSP expression example below demonstrates how to use java scripting elements in JSP.
The example allows the user to view the current time,hostname and sessionID as parameter.
The simple custom tag example below demonstrates how to create custom tags in JSP.
The example below allows the user to view the record created by the Controller servlet.
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.
The color test example below demonstrates how to use Java scripting elements in JSP.
The example allows the user to select a color from a list which sets the background color of the output page.
The display products tag example below demonstrates how to create custom tags to display product details.
The example below allows the user to view a listing of products.