On Sun, 24 Feb 2002 03:40, Paul Hammant wrote:
> The servlet API as defined by Sun, is fine to a point.  In some senses
> in is quite IoC like in that an instance is decorated with request
> details and context.  If we were to design a servlet api from scratch
> would we come up with the same thing 

I like the servlet API and almost all the uglies have been removed as it 
evolved. It now almost completely implements IOC. Theres still a few minor 
violations (the latest spec still have Servlet.getName() ?) but no longer can 
you reference other servlets nor jump out of your working area.

About the only thing that annoys me is the single config file makes it 
diffifcult to reuse a set of servlets without GUI editors to help you or much 
copy-paste action.

-- 
Cheers,

Pete

-------------------------------------------------------
"I would like to take you seriously but to do so would 
affront your intelligence" -William F. Buckley, JR
-------------------------------------------------------

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to