You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Alan Yackel <ay...@home.com> on 2001/02/10 23:18:27 UTC

Deprecated API

Why is the Digester built on the deprecated HandlerBase instead of the SAX2
DefaultHandler?  Switching over to the newer SAX2 classes doesn't required too much
work.  I did it with one other application.  It's mostly changing AttributeList to
Attributes and changing the parameter list on a few methods.  Also I'm curious why
you don't use the org.apache.xerces.parser.SAXParser instead of the one in
javax.xml.parsers.  I would think that apache projects would try leverage work from
other apache projects.  I'm in the middle of building a software application based on
Struts for an internet consulting company.  I love the features and flexibility of
Struts, but it's nice to keep current with technology.

Thanks,
Alan