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.
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 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.
This example demonstrates Template Method in java.Template Method define the skeleton of an algorithm in an operation, deferring some steps to subclasses / Template Method lets subclasses redefine cer Run It Now!
This example demonstrates Momento pattern in java.
The intent of this pattern is to capture the internal state of an object without violating encapsulation and thus providing a mean for restoring the Run It Now!