Piroumian Konstantin wrote:
> > 
> > For creating a standard use of Cocoon we should provide a 
> > default sitemap where we define the names of the sitemap 
> > components. So the file generator has always the name "file" etc.
> 
> *All* the components in the root sitemap? The intention of samples
> refactoring was to move all the sample-specific stuff from the 
> root sitemap
> to the samples' to make the root sitemap as much simple as possible.
> 
I'm talking about components, this means all the generators,
transformers, serializers, actions, matchers and selectors which are
of general use.
Yes, I'm in favour of putting them in the root sitemap. Why? Because to
create a standard the usual Cocoon user can rely on.
We (= the Cocoon commnutiy) define the names for the components,
we say, that there is a file generator, an xslt transformer etc. So if you
write an example, you can assume that this standard components with
exactly these names exist, so a <map:generate type="file" src="..."/>
works everywhere.

If we have components which only serve the samples, then they shouldn't
be declared in the root sitemap but in the samples sub sitemap.


> > 
> > Apart from this component definition the main sitemap should
> > be empty (perhaps some default views we define), but no
> > resources and no pipelines, except a generic mount:
> > 
> >   <map:pipeline>
> >     <map:match pattern="*/**">
> >       <map:mount check-reload="yes" src="{1}/" uri-prefix="{1}"/>
> >     </map:match>
> >   </map:pipeline>
> > 
> > The root directory of the webapp should only contain the WEB-INF
> > directory with the libs, web.xml, cocoon.xconf etc and this
> > sitemap. Nothing else.
> 
> What about the 'myapp' directory for a quick start? I envision questions
> like: "I placed my *.xml and *.xsl files in the root, but I get File not
> found errors. What's wrong". Or 'myapp' can be concidered a sample?.. 

Yes, I see it as another sample, because for real development with Cocoon
you properly will not use 'myapp'.

Carsten


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

Reply via email to