On Wed, 22 Jan 2003, Simon Kelly wrote:

> Date: Wed, 22 Jan 2003 13:04:02 +0100
> From: Simon Kelly <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: Use case and UML for Digester.
>
> Hi all,
>
> I know this is a bit of a long shot, but I can't seem to keep track of
> exactly what is happening in struts when it digests the struts-conf file.
> Is there any way of getting my hands on the original use-cases and uml
> diagrams for this package.
>

There never were any UML diagrams for this, but if you go study how SAX
parsing works (lots of references on Google), you'll get the basic idea.

The easiest way to understand what Digester is doing is to turn up the
debugging detail level for the "org.apache.commons.digester" logger.
Then, Digester will happily spit out a megabyte or so of very detailed
trace messages as it parses a complex struts-config.xml file.

> Cheers
>
> Simon.

Craig



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to