From: Jon M. <jo...@te...> - 2006-03-23 13:28:59
|
Peter Crowther wrote: >>From: Jon Maber >>By the way - what is a JSP page? Yes, you got it - a servlet. >> >> > >Then you are using the term 'servlet' in a remarkably idiosyncratic way >that will not aid communication with the other software developers on >this list. > > JSPs are compiled to Servlet classes. Ie. they build on a well established spec. for taking a request and producing a response. |