Deprecated APIs

Andreas Hartmann <[email protected]> Thu, 13 Feb 2003 10:57:45 -0800
Newsgroups gmane.comp.cms.wyona.devel
Message-ID <[email protected]>
Hi Wyona developers,

I guess you agree with me that we should avoid using deprecated APIs.
Common examples are:

objectModel.get(Constants.REQUEST_OBJECT)
(use ObjectModelHelper.getRequest(objectModel) instead)

StringBufferInputStream (use StringReader instead)

I'm trying to find out how to replace the deprecated Cocoon
components, e. g. org.apache.cocoon.components.parser.Parser
(use org.apache.excalibur.xml.sax.SAXParser instead?)

Any help would be greatly appreciated ...

Andreas