You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Howard Lewis Ship <hl...@gmail.com> on 2005/05/12 20:21:01 UTC

[VOTE] Release Tapestry 4.0-alpha-3

Although it hasn't been long since alpha-2, I'd like to release the
next alpha of Tapestry 4.0. Why?  A few things have settled down, some
bugs have been fixed, a few really key features have been added, and I
think the Portlet support is now complete.

Howard M. Lewis Ship: +1 (binding)


-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Richard Lewis-Shell <rl...@mac.com>.
Richard Lewis-Shell: +1 (binding)

Howard Lewis Ship wrote:
> Although it hasn't been long since alpha-2, I'd like to release the
> next alpha of Tapestry 4.0. Why?  A few things have settled down, some
> bugs have been fixed, a few really key features have been added, and I
> think the Portlet support is now complete.
> 
> Howard M. Lewis Ship: +1 (binding)
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


[RESULT] Release Tapestry 4.0-alpha-3

Posted by Howard Lewis Ship <hl...@gmail.com>.
On 5/12/05, Howard Lewis Ship <hl...@gmail.com> wrote:
> 
> Although it hasn't been long since alpha-2, I'd like to release the
> next alpha of Tapestry 4.0. Why? A few things have settled down, some
> bugs have been fixed, a few really key features have been added, and I
> think the Portlet support is now complete.



Binding votes:

Howard M. Lewis Ship: +1
Paul Ferraro: +1
Harish Krishnaswamy: +1
Erik Hatcher: +1
Richard Lewis-Shell: +1
David Solis: +1
Geoff Longman: +1
Tsvetelin Saykov: +1


Non-binding votes:

Richard Hensley; +1
Brian K. Wallace: +1


-- 
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

Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Paul Ferraro <pm...@columbia.edu>.
Paul Ferraro: +1 (binding)

Howard Lewis Ship wrote:

>Although it hasn't been long since alpha-2, I'd like to release the
>next alpha of Tapestry 4.0. Why?  A few things have settled down, some
>bugs have been fixed, a few really key features have been added, and I
>think the Portlet support is now complete.
>
>Howard M. Lewis Ship: +1 (binding)
>
>
>  
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by "tsvetelin.saykov" <ts...@rushmore-digital.com>.
Tsvetelin Saykov +1

On Thu, 12 May 2005 14:21:01 -0400, Howard Lewis Ship wrote
> Although it hasn't been long since alpha-2, I'd like to release the
> next alpha of Tapestry 4.0. Why?  A few things have settled down,
>  some bugs have been fixed, a few really key features have been 
> added, and I think the Portlet support is now complete.
> 
> Howard M. Lewis Ship: +1 (binding)
> 
> -- 
> 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: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Harish Krishnaswamy <ha...@gmail.com>.
Harish Krishnaswamy: +1 (binding)

On 5/12/05, Howard Lewis Ship <hl...@gmail.com> wrote:
> Although it hasn't been long since alpha-2, I'd like to release the
> next alpha of Tapestry 4.0. Why?  A few things have settled down, some
> bugs have been fixed, a few really key features have been added, and I
> think the Portlet support is now complete.
> 
> Howard M. Lewis Ship: +1 (binding)
> 
> --
> 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: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Howard Lewis Ship <hl...@gmail.com>.
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 <gl...@gmail.com> wrote:
> And in the case of org.apache.hivemind.parse.ParseMessages, the class
> is final...why?
> 
> Geoff
> 
> On 5/12/05, Geoff Longman <gl...@gmail.com> 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 <glongman@gmail.com > wrote:
> > > Geoff Longman: +1
> > >
> > > On 5/12/05, David Solis <dsolis@gmail.com > wrote:
> > > > David Solis: +1
> > > >
> > > > ---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> > > >
> > > >
> > >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org
> 
> 


-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Geoff Longman <gl...@gmail.com>.
And in the case of org.apache.hivemind.parse.ParseMessages, the class
is final...why?

Geoff

On 5/12/05, Geoff Longman <gl...@gmail.com> 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 <glongman@gmail.com > wrote:
> > Geoff Longman: +1
> >
> > On 5/12/05, David Solis <dsolis@gmail.com > wrote:
> > > David Solis: +1
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org 
> > > For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org 
> > >
> > >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Geoff Longman <gl...@gmail.com>.
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 <gl...@gmail.com> wrote:
> Geoff Longman: +1
> 
> On 5/12/05, David Solis <dsolis@gmail.com > wrote:
> > David Solis: +1
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org 
> > For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org 
> >
> >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by Geoff Longman <gl...@gmail.com>.
Geoff Longman: +1

On 5/12/05, David Solis <ds...@gmail.com> wrote:
> David Solis: +1
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org 
> For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by David Solis <ds...@gmail.com>.
David Solis: +1

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org


Re: [VOTE] Release Tapestry 4.0-alpha-3

Posted by "Brian K. Wallace" <br...@transmorphix.com>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

+1 (non-binding)

Howard Lewis Ship wrote:
| Although it hasn't been long since alpha-2, I'd like to release the
| next alpha of Tapestry 4.0. Why?  A few things have settled down, some
| bugs have been fixed, a few really key features have been added, and I
| think the Portlet support is now complete.
|
| Howard M. Lewis Ship: +1 (binding)
|
|
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)

iD8DBQFCg64TaCoPKRow/gARAuTWAKD1mKYcrQ11pqJCKumXFD9vD43tsACfYAUe
msvHnW8bn0Mjy3mskeP+9YI=
=UB12
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org