I'm in the process of changing HiveMind and Tapestry so that these
classes are not final.

I'm making the variable "protected static" instead of "private static final".

On 5/12/05, Geoff Longman <[EMAIL PROTECTED]> wrote:
> And in the case of org.apache.hivemind.parse.ParseMessages, the class
> is final...why?
> 
> Geoff
> 
> On 5/12/05, Geoff Longman <[EMAIL PROTECTED]> wrote:
> > Whoa - just ran into something in my quest to port Spindle over. The
> > Messages strategy used by Hivemind and thus now by Tapestry makes it
> > hard for Spindle to produce messages identical to those one would see
> > at runtime.
> >
> > Would it be a real pain to change this
> >
> > private static final MessageFormatter _formatter
> >
> > (found in all the Messages subclasses I've looked at so far) into this..
> >
> > protected static final MessageFormatter _formatter
> >
> > That way I can subclass the Messages and add Spindle specific stuff.
> >
> > This impacts quite a few classes in Tapestry *and* Hivemind BTW.
> >
> > Geoff
> >
> > P.S. I know that these classes are package protected and that's fine I
> > can deal with that.
> >
> > On 5/12/05, Geoff Longman <[EMAIL PROTECTED] > wrote:
> > > Geoff Longman: +1
> > >
> > > On 5/12/05, David Solis <[EMAIL PROTECTED] > wrote:
> > > > David Solis: +1
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > > >
> > >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
Howard M. Lewis Ship
Independent J2EE / Open-Source Java Consultant
Creator, Jakarta Tapestry
Creator, Jakarta HiveMind

Professional Tapestry training, mentoring, support
and project work.  http://howardlewisship.com

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

Reply via email to