| 
   
Lets start off with what the definition of a 'Xervlet': 
  
A 'Xervlet' is a Servlet on Steroids that makes developing web-based
applications VERY easy to do. 
  This API was started over 2 years ago and uses what is now called MVC [Model View
Controller] 
  As the times changed, the API had to change.  I'm hoping that this API
  can help others get 
  their feet wet in the web-based java world without pulling out their hair or
  just giving up. 
  and may God forbid...moving to .NET 
  In laymen's terms they simple separate the data from the display. 
  
  The Xervlet API simples extends the Servlet API that SUN provides and gives
  the user a very 
  powerful tool for creating web based applications with a minimal
  amount of development. 
 |