Thanks Ted! I'm glad they ended up with more general names and separated interfaces.

Dave






From: Ted Husted <[EMAIL PROTECTED]>
Reply-To: "Struts Developers List" <[EMAIL PROTECTED]>
To: Struts Developers List <[EMAIL PROTECTED]>
Subject: Re: [Proposal] Migrate to Dependency on commons-resources
Date: Tue, 14 Jan 2003 17:18:10 -0500

Craig R. McClanahan wrote:
How about if you create o.a.c.r.Message and o.a.c.r.MessageList?
Done.

I made them Interfaces and then added BasicMessage and BasicMessageList to impl.

Didn't actually think about that design decision first, but everything else I was doing at the time used an Interface, so Message, MessageList go one two.

The only code change was to make it possible to change the default token for global messages. There's a default, but you can change it via a constructor or at runtime with an setter.

-Ted.




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

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE* http://join.msn.com/?page=features/virus


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

Reply via email to