Hi, the endorsed directory specifies that the libraries included in Cocoon should be used instead of the libraries shipped with the jdk. For example the Xalan version of the jdk is rather old compared to version shipped with Apache Cocoon. If you built Cocoon with examples, you can inspired yourself from that.
You add something to the sitemap.xmap (a configuration file) <map:match pattern = "/location/path/index.html"> </map:match> You create /location/path/index.html and you test it. The documentation is pretty good online. You also have a wiki available and the community is very active! A java programming understanding is good for the questions you are asking but not necessary for simple task. You get try some examples, modify them and you will get more familiar with Cocoon. Generally, you match a URL in the sitemap.xmap file, you create a generator, you transform the content and you send the result to the client's browser. Feel free to ask more questions. Going through simple examples will get you going. -----Original Message----- From: Dev at weitling <[EMAIL PROTECTED]> To: users at Cocoon <[email protected]> Date: Wed, 13 Sep 2006 23:52:30 +0200 Subject: Resent: Explanation of the Cocoon directory structure > Phhh... sorry, sent this eMail to the wrong mailing list first. Time to > go to bed... > > Hi! > > The Cocoon directory structure isn't very concise: many directories > with > the same or at least similar names at different locations, some > directories with non-intuitive names (e.g. lib/endorsed: why > endorsed?). > > If there's a problem I don't know where to look, I don't know where to > place my files, I don't know which parts are superfluous and and and... > > Are docs about that anywhere in the outside world without having to pay > > $ 30 for an outdated book? > > Bye, > Florian > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
