You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2003/02/06 23:00:06 UTC

[WIKI-UPDATE] CocoonCompetenceCenter BlocksDefinition BeginnerSimpleWebappOrganisation Thu Feb 6 23:00:06 2003

Page: http://wiki.cocoondev.org/Wiki.jsp?page=CocoonCompetenceCenter, version: 16 on Thu Feb  6 21:01:09 2003 by Dabbous

- [Organising your development|beginnerSimpleWebappOrganisation]
+ [Organising your development|beginnerSimpleWebappOrganisation]\\
?                                                               ++

+ [Hiding ''/cocoon'' from the URL|beginnerDefaultContext]


Page: http://wiki.cocoondev.org/Wiki.jsp?page=BlocksDefinition, version: 12 on Thu Feb  6 21:15:01 2003 by 196.41.30.38

+ !Question on versioning
+ 
+ Why __must__ the behavior URI terminate with a /x.y that indicates the
+ major.minor version of the behavior that a block implements? If each block must be able to specify the 'ranges' of versioning that it is known to work with, then why not adopt the functionality offered by XML attributes. For example:
+ 
+ {{{
+    <block behavior="http://xml.apache.org/forrest/skin" start="1.x" end="2.0" prefix="skin"/>
+ }}}
+ 
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=BeginnerSimpleWebappOrganisation, version: 9 on Thu Feb  6 21:08:47 2003 by Dabbous

- !Advanced issue: separating your work folder from Cocoon
+ !!Advanced issue: separating your work folder from Cocoon
? +

- !Advanced issue: Setting up a generic mount point outside of Cocoon
+ !!Advanced issue: Setting up a generic mount point outside of Cocoon
? +

+ 
+ !!Advanced issue: Hiding /cocoon from the URL
+ You may want to get rid of the /cocoon within the URLs to your
+ cocoon application. I.e. instead of typing the URL:
+ 
+ {{http://mycompany:8080/cocoon/myapp}}
+ 
+ you want the URL:
+ 
+ {{http://mycompany/}}
+ 
+ to trigger cocoon to send an html index page back to the browser.
+ This issue is worthwhile to create a separate page. Please look at
+ [BeginnerDefaultContext] for further reading.
+