Re: Using common sitemesh decorators for all web apps
James House <[email protected]>
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <[email protected]> |
I believe that the technical difficulty in have Sitemesh do that would be the fact that the RequestDispatcher is used 'execute' the decorator, and hence the decorator needs to be within the webapp, not in some common filesystem space somewhere else... As a stray idea: If by chance you're deploying your application "exploded" rather than as an ear or a war, and you're on a *nix system, you could create "link" directories under each app that all point to the same real directory. james mooselord wrote: >Thanks for the idea, Matt. But I'd rather not have to redeploy all the apps when a change is made to the decorators. The decorators and apps should be decoupled. It would be nice if sitemesh picked up any decorator changes at runtime. > >Thx, >Keith > >--------------------------------------------------------------------- >Posted via Jive Forums >http://forums.opensymphony.com/thread.jspa?threadID=1454&messageID=4461#4461 > > >--------------------------------------------------------------------- >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]