The resume posting example below demonstrates how to use HTML elements with servlets.
The example takes user details as inputs and display all the details as output.
The mail-list example below demonstrates how to use simple HTML forms with Servlets.
This example takes firstname, last name and email from user and display it as an output.
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.
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 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 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