TC 3.3 has o.a.t.u.xml.* which is uses instead of Digester.  If it helps
with re-inventing wheels, you could take a look at it.

In any case, I may change TC 3.3 to start using o.a.t.u.digester, so +1.

----- Original Message -----
From: "Remy Maucherat" <[EMAIL PROTECTED]>
To: "Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, June 23, 2004 11:02 AM
Subject: Re: [5.next] Summary


Remy Maucherat wrote:
> Remy Maucherat wrote:
>
>> - Move to concrete classes for request/response, and remove all of the
>> RTTI done in Catalina's pipeline
>
> Ok, I'm almost done with the first part of the refatoring (thanks to
> Eclipse 3) :)
> I think I'll commit when I'm done with the next two items, so that all
> the big core changes are done (for now ;) ).
>
>> - Use Tomcat 4.0 beta valve pattern
>> - Redo logging using commons-logging, and remove Logger

I'll do on with the next item:
- "Fork" commons-digester, to remove what we don't need (many fancy
features
provided by beanutils, and in the process remove dependencies on
beanutils and
collections)

I'll use the o.a.t.util.digester package for this, and hopefully not too
much refactoring will be needed. Since modeler needs digester, I'll do
special prebuilding of the JAR to rename the imports (a bit like the
prebuilding which is done for the servlet & JSP JARs).

I forgot about one nasty dependency chain, BTW: DPCB -> pool ->
collections, which resides right now in the commons loader :(
I'll save this for later ;)

Rémy


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


This message is intended only for the use of the person(s) listed above as the 
intended recipient(s), and may contain information that is PRIVILEGED and 
CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or 
distribute this message or any attachment. If you received this communication in 
error, please notify us immediately by e-mail and then delete all copies of this 
message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the 
Internet is not secure. Do not send confidential or sensitive information, such as 
social security numbers, account numbers, personal identification numbers and 
passwords, to us via ordinary (unencrypted) e-mail.

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

Reply via email to