You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by Tim Williams <wi...@gmail.com> on 2005/07/23 03:13:19 UTC

Mounting Locationmaps [was: Locationmap fallback}

> >>[Slightly OT] I wonder if we should really consider donating this back
> >>to Cocoon. I think this code is of use to a much wider audience than
> >>Forrest and there may be more devs to maintain it there. We have people
> >>here who are committers on Cocoon right?
> >
> >
> > I would like to see this in Cocoon also. Currently I build my own
> > version of the locationmap jar from the forrest sources using a local
> > script but that's not very convenient.
> 
> Consensus here seems to be to work on it here, at least for the
> forseeable future. We should create a target as Nicola suggests to make
> integration with Cocoon easier.
> 
> I hope to sit down with someone more familiar with Cocoon at the
> Hackathon and work out how to enact Unico's recomendations on the Cocoon
> dev list.

Did you get a chance to sit down with any Cocooners on this at
ApacheCon?  I think I've got a better handle on Unico's
recommendations at this point myself.  I think we can probably get
this done.  Let me know what you figured out...
--tim

Re: Mounting Locationmaps [was: Locationmap fallback}

Posted by Tim Williams <wi...@gmail.com>.
On 8/23/05, Ross Gardler <rg...@apache.org> wrote:
> Tim Williams wrote:
> >>I hope to sit down with someone more familiar with Cocoon at the
> >>Hackathon and work out how to enact Unico's recomendations on the Cocoon
> >>dev list.
> >
> >
> > Did you get a chance to sit down with any Cocooners on this at
> > ApacheCon?  I think I've got a better handle on Unico's
> > recommendations at this point myself.  I think we can probably get
> > this done.  Let me know what you figured out...
> 
> No I'm afraid I didn't (I doubt anyone else did either). Even worse, I
> have a new requirement for the locationmap. We need to be able to get at
> the request object in the matchers (specifically the lang header for i18n).
> 
> I'll be back online properly in a few days and will be ready to bounce
> ideas around then.

I'll be out of town with sporadic online access for the next two
weeks, if no one has had a chance, I can look at the mounting then.  
I didn't even think about the i18n needing certain information in
order to do all location resolution down there -- I'll be interested
in hearing about that and the Views/Templates/whatever discussion when
I get back...
--tim

Re: Mounting Locationmaps [was: Locationmap fallback}

Posted by Unico Hommes <un...@apache.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ross Gardler wrote:
> Tim Williams wrote:
> 
>>> I hope to sit down with someone more familiar with Cocoon at the
>>> Hackathon and work out how to enact Unico's recomendations on the Cocoon
>>> dev list.
>>
>>
>>
>> Did you get a chance to sit down with any Cocooners on this at
>> ApacheCon?  I think I've got a better handle on Unico's
>> recommendations at this point myself.  I think we can probably get
>> this done.  Let me know what you figured out...
> 
> 
> No I'm afraid I didn't (I doubt anyone else did either). Even worse, I
> have a new requirement for the locationmap. We need to be able to get at
> the request object in the matchers (specifically the lang header for i18n).

Cocoon's object model is passed to all Matchers and Selectors exactly as
in the sitemap. That is why one can use almost any Matcher/Selector that
can be used in the sitemap including the HeaderMatcher/Selector.

- --
Unico
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFC5ObDcuec8tVNKAwRAtlFAJ9pyifvoHpIJD8H1AmRLtqihvqUoACg0h22
sEIxpFAUr5uR1IS2eGfK0PY=
=ec4A
-----END PGP SIGNATURE-----


Re: Mounting Locationmaps [was: Locationmap fallback}

Posted by Ross Gardler <rg...@apache.org>.
Tim Williams wrote:
>>I hope to sit down with someone more familiar with Cocoon at the
>>Hackathon and work out how to enact Unico's recomendations on the Cocoon
>>dev list.
> 
> 
> Did you get a chance to sit down with any Cocooners on this at
> ApacheCon?  I think I've got a better handle on Unico's
> recommendations at this point myself.  I think we can probably get
> this done.  Let me know what you figured out...

No I'm afraid I didn't (I doubt anyone else did either). Even worse, I 
have a new requirement for the locationmap. We need to be able to get at 
the request object in the matchers (specifically the lang header for i18n).

I'll be back online properly in a few days and will be ready to bounce 
ideas around then.

Ross