On Thu, 30 Jan 2003, David Graham wrote:

> Date: Thu, 30 Jan 2003 23:46:44 -0700
> From: David Graham <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: 1.1 Cleanup Questions
>
> Why are the action classes in o.a.s.tiles.actions declared final?
>

Probably should not be, but Cedric would know for sure.

> Can o.a.s.util.ServletContextWriter be deprecated?  It's instantiated once
> in the ActionServlet and passed into DataSource objects setLogWriter()
> method.  Maybe this could be replaced with a commons-logging class?
>

How are you going to pass a commons-logging object to setLogWriter()?

> Can o.a.s.util.IteratorAdaptor be deprecated and replaced with a call to the
> commons-collections' IteratorUtils.asIterator(Enumeration) method?  This
> class is only used in 3 places.

+1, as long as IteratorAdaptor exists in the released version of commons
that we end up with.

>
> Dave

Craig

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

Reply via email to