What are the benefits of a pure page oriented architecture?
Claude Le lundi 04 février 2008 à 20:03 +0100, Ahmed Mohombe a écrit : > > 1) "Each page path must be unique, as the Click application maps HTTP > > requests to the page paths." Why not allow patterns, like > > <page pattern="/bo/*.vhtml"...>? > Click is using hardcoded *.htm patterns for now (for velocity templates). > (Changing this to something generic would require quite a work :) ). > > If you need other extensions or other URL patterns, the simplest approach > for the moment is to use URLRewriteFilter (an Apache mod_rewrite as a servlet > filter): > http://tuckey.org/urlrewrite/ > > Ahmed. > > > --------------------------------------------------------------------- > 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]
