> I don't know what is the difference between Cocoon and
> servlet+XSL  , can anybody explain it ?

Among many others, one of the main advantages of Cocoon is the sitemap 
mechanism, which will allow you to dynamically build "processing pipelines" 
(Generator -> Transformers -> Serializer) according to various attributes of 
the request being handled.

Of course you can do the same with servlets, but in time you will most 
probably find yourself reinventing most of Cocoon: sitemap, matchers, 
caching, etc..

-- 
 -- Bertrand Delacrétaz, www.codeconsult.ch
 -- web technologies consultant - OO, Java, XML, C++

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to