Leszek Gawron skrev:
Joerg Heinicke wrote:
On 03.11.2006 23:17, Carsten Ziegeler wrote:
With the help from Leszek we now have a Cocoon version in trunk which
does not need any deployment plugin. This means you can just drop the
jar files into WEB-INF/lib and are done! So it doesn't matter if you're
using Maven, Ant or some other strange tool :)
All you need is the main Spring applicationContext.xml with our two
elements for setting up Cocoon and the Avalon bridge.
Thanks very much for your efforts. I highly appreciate everything
easing the usage of Cocoon.
Once we have solved these three issues we should release a RC-1 asap.
+1
I still would like 2 things resolved (maybe not directly fixed but at
least addressed somehow):
- running cocoon without servlet context
The far easiest way to achieve this is to create a mock servlet context.
Only a handful of methods needs implementation that require a non null
answer.
/Daniel