Re: How to decorate external Web sites?
"Daniel López" <[email protected]> Thu, 28 Dec 2006 01:40:27 +0100
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I'm not sure how one would go about adding the links to the documentation. If the wiki/confluence is open to contributions, that would be a way to do it. Otherwise someone with privileges would have to. The source of the filter described in the article is part of our framework, WebLEAF, which is open sourced at java.net under LGPL. On the other hand, the only "special" ties that it has are the usage of some framework utilities, nothing too tied as it was thought as simply a filter, and using HttpClient to provide HttpUrlConnection time outs to provide JDK1.4 compatibility. Removing those "ties" would not be too hard, or keeping the HTTPClient one if one has to be able to use sitemesh under Java < 5, and as author of the code I don't think it would be a problem to contribute the rest. In any case it's not rocket science, as you can see from the source: https://webleaf.dev.java.net/source/browse/webleaf/source/org/leaf/filters/ProxyFilter.java?rev=1.8&view=markup Anyone knows how that could be handled? D. PD: You can grab the source from there, Juan. Espero que te sirva ;). 2006/12/26, Demetrios Kyriakis <[email protected]>: > It would be very nice if the content of the above links could be added to the official SiteMesh documentation. > > Also, I think the source of the in article described "org.leaf.filters.ProxyFilter" would be a great contribution/extension to SiteMesh, since this way "integrating" external sites could work just "out-of-the-box" (not to mention that the most of SiteMesh users are not even aware about such a possibility). > > Thank you, > > D. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]