The helloworld servlet example below demonstrates how to create a simple servlet.
The example allows the user to view the "Hello World" message as output.
This example demonstrates registration of product. In this example product registration page is being called through jsp and servlet is called by servlet page with different url pattern (*.do).