Reinhard Poetz wrote:
Andre Juffer wrote:
Would this organization conform to what is considered as good practice
for building a web application with cocoon 2.2? What exactly would go to
 the src folder of the ./cargo/cocoon-app, besides WEB-INF containing
web.xml, application.context.xml, etc.

That's more or less all that you need. Note that a web application is only required to build a deployable artifact (i.e. a WAR file) and if you use Maven 2 this only requires adding all your blocks as dependencies to your web application module (pom.xml).

If you don't build your web application using Maven 2, you only have to make sure that your build mechanism puts all blocks into WEB-INF/lib.

I would always use Maven 2, so it would not be a problem.
Thanks,
Andre



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

Reply via email to