Re: Additional change to DefaultViewHandler proposal. ..
"Diez B. Roggisch" <[email protected]>
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
hI, > Although... I'd still like Barracuda to support multiple presentation > technologies. > It's easier to sell Barracuda if it supports JSP, XSLT, ~append relevant > technology here~, etc etc > Alot of developers I've spoken to won't touch Barracuda because they > consider XMLC to be a third party technology/tool > that can disappear and leave them stranded. I have to fully agree to you. However, not using xmlc means not to use the bcomponents at all, as these heavily rely on a DOM. And I don't know any other (convenient!) way to create and manipulate the DOM. So I think we can easily add jacobs propsition to DefaultViewHandler, as it is only used in the rendering phase. And if someone wants to drop xmlc, he'll barely use the DefaultViewHandler. So +1 from me :) Diez