You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Toomas Römer <to...@gmail.com> on 2008/03/17 14:43:40 UTC

Request for comments on a patch

Hello

ZeroTurnaround team has stumbled upon a blog post
http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
Wicket+Spring+JavaRebel. The translated version of the post is here:
http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8

The translated text is rather difficult to read and as we don't have
Wicket experience could someone comment on the patches attached to
that blog post:
http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt

JavaRebel is a ZeroTurnaround product and we are interested if the
provided patches are actually useful?

Toomas Römer
ZeroTurnaround.com

Re: Request for comments on a patch

Posted by Toomas Römer <to...@gmail.com>.
Hi

> Did anyone try to contact the blogger directly?
We have not.

Reloading classes on the fly is a great benefit but when it comes to
different frameworks some changes cannot be reloaded without an
integration as the frameworks' internal structures are usually cached
and need special handling. If also the framework specific
configurations can be reloaded (or a a large part of them) then the
integration is a go for us. Right now we cannot assess how much these
patches actually help the developers who use Wicket as we just see
((AbstractRefreshableApplicationContext)context).refresh() on certain
failures.

Toomas

On Mon, Mar 17, 2008 at 8:33 PM, Eelco Hillenius
<ee...@gmail.com> wrote:
> Did anyone try to contact the blogger directly?
>
>  Eelco
>
>
>
>  On Mon, Mar 17, 2008 at 6:43 AM, Toomas Römer <to...@gmail.com> wrote:
>  > Hello
>  >
>  >  ZeroTurnaround team has stumbled upon a blog post
>  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  >  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  >  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  >
>  >  The translated text is rather difficult to read and as we don't have
>  >  Wicket experience could someone comment on the patches attached to
>  >  that blog post:
>  >  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  >  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  >
>  >  JavaRebel is a ZeroTurnaround product and we are interested if the
>  >  provided patches are actually useful?
>  >
>  >  Toomas Römer
>  >  ZeroTurnaround.com
>  >
>

Re: Request for comments on a patch

Posted by Eelco Hillenius <ee...@gmail.com>.
Did anyone try to contact the blogger directly?

Eelco

On Mon, Mar 17, 2008 at 6:43 AM, Toomas Römer <to...@gmail.com> wrote:
> Hello
>
>  ZeroTurnaround team has stumbled upon a blog post
>  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>
>  The translated text is rather difficult to read and as we don't have
>  Wicket experience could someone comment on the patches attached to
>  that blog post:
>  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>
>  JavaRebel is a ZeroTurnaround product and we are interested if the
>  provided patches are actually useful?
>
>  Toomas Römer
>  ZeroTurnaround.com
>

Re: Request for comments on a patch

Posted by Toomas Römer <to...@gmail.com>.
Hello

> we can just add the lib to bamboo, thats fine. but i would like to
> wait until there is a stable release...
The 1.1 release is planned for mid April. We will ping you again after
the stable release, get the SDK to a public repo and contact the
author in the meanwhile.

Toomas

On Mon, Mar 17, 2008 at 11:11 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> we can just add the lib to bamboo, thats fine. but i would like to
>  wait until there is a stable release...
>
>  -igor
>
>
>
>
>  On Mon, Mar 17, 2008 at 1:54 PM, Johan Compagner <jc...@gmail.com> wrote:
>  > can't we not extract 1 or 2 classes we need and just add them to our own
>  >  where we need it?
>  >
>  >  On Mon, Mar 17, 2008 at 9:03 PM, Igor Vaynberg <ig...@gmail.com>
>  >
>  >
>  > wrote:
>  >
>  >  > ok. is this stuff in any public maven repo? also, the site says 1.1M1a
>  >  > is that milestone1a? I would hate to have our production jars depend
>  >  > on milestone versions of something...is there a stable release that
>  >  > works?
>  >  >
>  >  > -igor
>  >  >
>  >  >
>  >  > On Mon, Mar 17, 2008 at 12:04 PM, Toomas Römer <to...@gmail.com> wrote:
>  >  > > Hello
>  >  > >
>  >  > >
>  >  > >  >  really? i hope the jar that that interface is defined in is released
>  >  > >  >  under ASL license...
>  >  > >
>  >  > >  This is from http://code.google.com/p/zt-oss/ that is under APL2.0.
>  >  > >
>  >  > >  Toomas
>  >  > >
>  >  > >
>  >  > >
>  >  > >  On Mon, Mar 17, 2008 at 8:26 PM, Igor Vaynberg <ig...@gmail.com>
>  >  > wrote:
>  >  > >  > +import org.zeroturnaround.javarebel.ReloadListener;
>  >  > >  >
>  >  > >  >  really? i hope the jar that that interface is defined in is released
>  >  > >  >  under ASL license...
>  >  > >  >
>  >  > >  >  -igor
>  >  > >  >
>  >  > >  >
>  >  > >  >
>  >  > >  >
>  >  > >  >  On Mon, Mar 17, 2008 at 7:17 AM, Toomas Römer <to...@gmail.com>
>  >  > wrote:
>  >  > >  >  > Hello
>  >  > >  >  >
>  >  > >  >  >
>  >  > >  >  >  > The best way of getting these patches applied is to attach them
>  >  > to a
>  >  > >  >  >  >  JIRA issue, check the "grant Apache permission" box, and
>  >  > notify this
>  >  > >  >  >  >  list :-).
>  >  > >  >  >
>  >  > >  >  >  As the patches are coming from a stranger at this point we can't
>  >  > grant
>  >  > >  >  >  any permissions. We thought we'll just ask the Wicket community
>  >  > for
>  >  > >  >  >  comments and after that if they are useful we'll contact the
>  >  > author.
>  >  > >  >  >
>  >  > >  >  >  Toomas
>  >  > >  >  >
>  >  > >  >  >
>  >  > >  >  >
>  >  > >  >  >  On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
>  >  > >  >  >  <ma...@gmail.com> wrote:
>  >  > >  >  >  > The best way of getting these patches applied is to attach them
>  >  > to a
>  >  > >  >  >  >  JIRA issue, check the "grant Apache permission" box, and
>  >  > notify this
>  >  > >  >  >  >  list :-).
>  >  > >  >  >  >
>  >  > >  >  >  >  Patches directly sent to lists tend to get lost unfortunately.
>  >  > >  >  >  >
>  >  > >  >  >  >  Martijn
>  >  > >  >  >  >
>  >  > >  >  >  >
>  >  > >  >  >  >
>  >  > >  >  >  >  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
>  >  > >  >  >  >  > Hello
>  >  > >  >  >  >  >
>  >  > >  >  >  >  >  ZeroTurnaround team has stumbled upon a blog post
>  >  > >  >  >  >  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  >  > >  >  >  >  >  Wicket+Spring+JavaRebel. The translated version of the post
>  >  > is here:
>  >  > >  >  >  >  >
>  >  > http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  >  > >  >  >  >  >
>  >  > >  >  >  >  >  The translated text is rather difficult to read and as we
>  >  > don't have
>  >  > >  >  >  >  >  Wicket experience could someone comment on the patches
>  >  > attached to
>  >  > >  >  >  >  >  that blog post:
>  >  > >  >  >  >  >
>  >  > http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  >  > >  >  >  >  >
>  >  > http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  >  > >  >  >  >  >
>  >  > >  >  >  >  >  JavaRebel is a ZeroTurnaround product and we are interested
>  >  > if the
>  >  > >  >  >  >  >  provided patches are actually useful?
>  >  > >  >  >  >  >
>  >  > >  >  >  >  >
>  >  > >  >  >  >  >  Toomas Römer
>  >  > >  >  >  >  >  ZeroTurnaround.com
>  >  > >  >  >  >  >
>  >  > >  >  >  >
>  >  > >  >  >  >
>  >  > >  >  >  >  --
>  >  > >  >  >  >  Buy Wicket in Action: http://manning.com/dashorst
>  >  > >  >  >  >  Apache Wicket 1.3.2 is released
>  >  > >  >  >  >  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>  >  > >  >  >  >
>  >  > >  >  >
>  >  > >  >
>  >  > >
>  >  >
>  >
>

Re: Request for comments on a patch

Posted by Igor Vaynberg <ig...@gmail.com>.
we can just add the lib to bamboo, thats fine. but i would like to
wait until there is a stable release...

-igor


On Mon, Mar 17, 2008 at 1:54 PM, Johan Compagner <jc...@gmail.com> wrote:
> can't we not extract 1 or 2 classes we need and just add them to our own
>  where we need it?
>
>  On Mon, Mar 17, 2008 at 9:03 PM, Igor Vaynberg <ig...@gmail.com>
>
>
> wrote:
>
>  > ok. is this stuff in any public maven repo? also, the site says 1.1M1a
>  > is that milestone1a? I would hate to have our production jars depend
>  > on milestone versions of something...is there a stable release that
>  > works?
>  >
>  > -igor
>  >
>  >
>  > On Mon, Mar 17, 2008 at 12:04 PM, Toomas Römer <to...@gmail.com> wrote:
>  > > Hello
>  > >
>  > >
>  > >  >  really? i hope the jar that that interface is defined in is released
>  > >  >  under ASL license...
>  > >
>  > >  This is from http://code.google.com/p/zt-oss/ that is under APL2.0.
>  > >
>  > >  Toomas
>  > >
>  > >
>  > >
>  > >  On Mon, Mar 17, 2008 at 8:26 PM, Igor Vaynberg <ig...@gmail.com>
>  > wrote:
>  > >  > +import org.zeroturnaround.javarebel.ReloadListener;
>  > >  >
>  > >  >  really? i hope the jar that that interface is defined in is released
>  > >  >  under ASL license...
>  > >  >
>  > >  >  -igor
>  > >  >
>  > >  >
>  > >  >
>  > >  >
>  > >  >  On Mon, Mar 17, 2008 at 7:17 AM, Toomas Römer <to...@gmail.com>
>  > wrote:
>  > >  >  > Hello
>  > >  >  >
>  > >  >  >
>  > >  >  >  > The best way of getting these patches applied is to attach them
>  > to a
>  > >  >  >  >  JIRA issue, check the "grant Apache permission" box, and
>  > notify this
>  > >  >  >  >  list :-).
>  > >  >  >
>  > >  >  >  As the patches are coming from a stranger at this point we can't
>  > grant
>  > >  >  >  any permissions. We thought we'll just ask the Wicket community
>  > for
>  > >  >  >  comments and after that if they are useful we'll contact the
>  > author.
>  > >  >  >
>  > >  >  >  Toomas
>  > >  >  >
>  > >  >  >
>  > >  >  >
>  > >  >  >  On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
>  > >  >  >  <ma...@gmail.com> wrote:
>  > >  >  >  > The best way of getting these patches applied is to attach them
>  > to a
>  > >  >  >  >  JIRA issue, check the "grant Apache permission" box, and
>  > notify this
>  > >  >  >  >  list :-).
>  > >  >  >  >
>  > >  >  >  >  Patches directly sent to lists tend to get lost unfortunately.
>  > >  >  >  >
>  > >  >  >  >  Martijn
>  > >  >  >  >
>  > >  >  >  >
>  > >  >  >  >
>  > >  >  >  >  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
>  > >  >  >  >  > Hello
>  > >  >  >  >  >
>  > >  >  >  >  >  ZeroTurnaround team has stumbled upon a blog post
>  > >  >  >  >  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  > >  >  >  >  >  Wicket+Spring+JavaRebel. The translated version of the post
>  > is here:
>  > >  >  >  >  >
>  > http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  > >  >  >  >  >
>  > >  >  >  >  >  The translated text is rather difficult to read and as we
>  > don't have
>  > >  >  >  >  >  Wicket experience could someone comment on the patches
>  > attached to
>  > >  >  >  >  >  that blog post:
>  > >  >  >  >  >
>  > http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  > >  >  >  >  >
>  > http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  > >  >  >  >  >
>  > >  >  >  >  >  JavaRebel is a ZeroTurnaround product and we are interested
>  > if the
>  > >  >  >  >  >  provided patches are actually useful?
>  > >  >  >  >  >
>  > >  >  >  >  >
>  > >  >  >  >  >  Toomas Römer
>  > >  >  >  >  >  ZeroTurnaround.com
>  > >  >  >  >  >
>  > >  >  >  >
>  > >  >  >  >
>  > >  >  >  >  --
>  > >  >  >  >  Buy Wicket in Action: http://manning.com/dashorst
>  > >  >  >  >  Apache Wicket 1.3.2 is released
>  > >  >  >  >  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>  > >  >  >  >
>  > >  >  >
>  > >  >
>  > >
>  >
>

Re: Request for comments on a patch

Posted by Johan Compagner <jc...@gmail.com>.
can't we not extract 1 or 2 classes we need and just add them to our own
where we need it?

On Mon, Mar 17, 2008 at 9:03 PM, Igor Vaynberg <ig...@gmail.com>
wrote:

> ok. is this stuff in any public maven repo? also, the site says 1.1M1a
> is that milestone1a? I would hate to have our production jars depend
> on milestone versions of something...is there a stable release that
> works?
>
> -igor
>
>
> On Mon, Mar 17, 2008 at 12:04 PM, Toomas Römer <to...@gmail.com> wrote:
> > Hello
> >
> >
> >  >  really? i hope the jar that that interface is defined in is released
> >  >  under ASL license...
> >
> >  This is from http://code.google.com/p/zt-oss/ that is under APL2.0.
> >
> >  Toomas
> >
> >
> >
> >  On Mon, Mar 17, 2008 at 8:26 PM, Igor Vaynberg <ig...@gmail.com>
> wrote:
> >  > +import org.zeroturnaround.javarebel.ReloadListener;
> >  >
> >  >  really? i hope the jar that that interface is defined in is released
> >  >  under ASL license...
> >  >
> >  >  -igor
> >  >
> >  >
> >  >
> >  >
> >  >  On Mon, Mar 17, 2008 at 7:17 AM, Toomas Römer <to...@gmail.com>
> wrote:
> >  >  > Hello
> >  >  >
> >  >  >
> >  >  >  > The best way of getting these patches applied is to attach them
> to a
> >  >  >  >  JIRA issue, check the "grant Apache permission" box, and
> notify this
> >  >  >  >  list :-).
> >  >  >
> >  >  >  As the patches are coming from a stranger at this point we can't
> grant
> >  >  >  any permissions. We thought we'll just ask the Wicket community
> for
> >  >  >  comments and after that if they are useful we'll contact the
> author.
> >  >  >
> >  >  >  Toomas
> >  >  >
> >  >  >
> >  >  >
> >  >  >  On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
> >  >  >  <ma...@gmail.com> wrote:
> >  >  >  > The best way of getting these patches applied is to attach them
> to a
> >  >  >  >  JIRA issue, check the "grant Apache permission" box, and
> notify this
> >  >  >  >  list :-).
> >  >  >  >
> >  >  >  >  Patches directly sent to lists tend to get lost unfortunately.
> >  >  >  >
> >  >  >  >  Martijn
> >  >  >  >
> >  >  >  >
> >  >  >  >
> >  >  >  >  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
> >  >  >  >  > Hello
> >  >  >  >  >
> >  >  >  >  >  ZeroTurnaround team has stumbled upon a blog post
> >  >  >  >  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
> >  >  >  >  >  Wicket+Spring+JavaRebel. The translated version of the post
> is here:
> >  >  >  >  >
> http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
> >  >  >  >  >
> >  >  >  >  >  The translated text is rather difficult to read and as we
> don't have
> >  >  >  >  >  Wicket experience could someone comment on the patches
> attached to
> >  >  >  >  >  that blog post:
> >  >  >  >  >
> http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
> >  >  >  >  >
> http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
> >  >  >  >  >
> >  >  >  >  >  JavaRebel is a ZeroTurnaround product and we are interested
> if the
> >  >  >  >  >  provided patches are actually useful?
> >  >  >  >  >
> >  >  >  >  >
> >  >  >  >  >  Toomas Römer
> >  >  >  >  >  ZeroTurnaround.com
> >  >  >  >  >
> >  >  >  >
> >  >  >  >
> >  >  >  >  --
> >  >  >  >  Buy Wicket in Action: http://manning.com/dashorst
> >  >  >  >  Apache Wicket 1.3.2 is released
> >  >  >  >  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
> >  >  >  >
> >  >  >
> >  >
> >
>

Re: Request for comments on a patch

Posted by Igor Vaynberg <ig...@gmail.com>.
ok. is this stuff in any public maven repo? also, the site says 1.1M1a
is that milestone1a? I would hate to have our production jars depend
on milestone versions of something...is there a stable release that
works?

-igor


On Mon, Mar 17, 2008 at 12:04 PM, Toomas Römer <to...@gmail.com> wrote:
> Hello
>
>
>  >  really? i hope the jar that that interface is defined in is released
>  >  under ASL license...
>
>  This is from http://code.google.com/p/zt-oss/ that is under APL2.0.
>
>  Toomas
>
>
>
>  On Mon, Mar 17, 2008 at 8:26 PM, Igor Vaynberg <ig...@gmail.com> wrote:
>  > +import org.zeroturnaround.javarebel.ReloadListener;
>  >
>  >  really? i hope the jar that that interface is defined in is released
>  >  under ASL license...
>  >
>  >  -igor
>  >
>  >
>  >
>  >
>  >  On Mon, Mar 17, 2008 at 7:17 AM, Toomas Römer <to...@gmail.com> wrote:
>  >  > Hello
>  >  >
>  >  >
>  >  >  > The best way of getting these patches applied is to attach them to a
>  >  >  >  JIRA issue, check the "grant Apache permission" box, and notify this
>  >  >  >  list :-).
>  >  >
>  >  >  As the patches are coming from a stranger at this point we can't grant
>  >  >  any permissions. We thought we'll just ask the Wicket community for
>  >  >  comments and after that if they are useful we'll contact the author.
>  >  >
>  >  >  Toomas
>  >  >
>  >  >
>  >  >
>  >  >  On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
>  >  >  <ma...@gmail.com> wrote:
>  >  >  > The best way of getting these patches applied is to attach them to a
>  >  >  >  JIRA issue, check the "grant Apache permission" box, and notify this
>  >  >  >  list :-).
>  >  >  >
>  >  >  >  Patches directly sent to lists tend to get lost unfortunately.
>  >  >  >
>  >  >  >  Martijn
>  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
>  >  >  >  > Hello
>  >  >  >  >
>  >  >  >  >  ZeroTurnaround team has stumbled upon a blog post
>  >  >  >  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  >  >  >  >  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  >  >  >  >  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  >  >  >  >
>  >  >  >  >  The translated text is rather difficult to read and as we don't have
>  >  >  >  >  Wicket experience could someone comment on the patches attached to
>  >  >  >  >  that blog post:
>  >  >  >  >  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  >  >  >  >  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  >  >  >  >
>  >  >  >  >  JavaRebel is a ZeroTurnaround product and we are interested if the
>  >  >  >  >  provided patches are actually useful?
>  >  >  >  >
>  >  >  >  >
>  >  >  >  >  Toomas Römer
>  >  >  >  >  ZeroTurnaround.com
>  >  >  >  >
>  >  >  >
>  >  >  >
>  >  >  >  --
>  >  >  >  Buy Wicket in Action: http://manning.com/dashorst
>  >  >  >  Apache Wicket 1.3.2 is released
>  >  >  >  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>  >  >  >
>  >  >
>  >
>

Re: Request for comments on a patch

Posted by Toomas Römer <to...@gmail.com>.
Hello

>  really? i hope the jar that that interface is defined in is released
>  under ASL license...

This is from http://code.google.com/p/zt-oss/ that is under APL2.0.

Toomas

On Mon, Mar 17, 2008 at 8:26 PM, Igor Vaynberg <ig...@gmail.com> wrote:
> +import org.zeroturnaround.javarebel.ReloadListener;
>
>  really? i hope the jar that that interface is defined in is released
>  under ASL license...
>
>  -igor
>
>
>
>
>  On Mon, Mar 17, 2008 at 7:17 AM, Toomas Römer <to...@gmail.com> wrote:
>  > Hello
>  >
>  >
>  >  > The best way of getting these patches applied is to attach them to a
>  >  >  JIRA issue, check the "grant Apache permission" box, and notify this
>  >  >  list :-).
>  >
>  >  As the patches are coming from a stranger at this point we can't grant
>  >  any permissions. We thought we'll just ask the Wicket community for
>  >  comments and after that if they are useful we'll contact the author.
>  >
>  >  Toomas
>  >
>  >
>  >
>  >  On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
>  >  <ma...@gmail.com> wrote:
>  >  > The best way of getting these patches applied is to attach them to a
>  >  >  JIRA issue, check the "grant Apache permission" box, and notify this
>  >  >  list :-).
>  >  >
>  >  >  Patches directly sent to lists tend to get lost unfortunately.
>  >  >
>  >  >  Martijn
>  >  >
>  >  >
>  >  >
>  >  >  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
>  >  >  > Hello
>  >  >  >
>  >  >  >  ZeroTurnaround team has stumbled upon a blog post
>  >  >  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  >  >  >  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  >  >  >  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  >  >  >
>  >  >  >  The translated text is rather difficult to read and as we don't have
>  >  >  >  Wicket experience could someone comment on the patches attached to
>  >  >  >  that blog post:
>  >  >  >  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  >  >  >  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  >  >  >
>  >  >  >  JavaRebel is a ZeroTurnaround product and we are interested if the
>  >  >  >  provided patches are actually useful?
>  >  >  >
>  >  >  >
>  >  >  >  Toomas Römer
>  >  >  >  ZeroTurnaround.com
>  >  >  >
>  >  >
>  >  >
>  >  >  --
>  >  >  Buy Wicket in Action: http://manning.com/dashorst
>  >  >  Apache Wicket 1.3.2 is released
>  >  >  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>  >  >
>  >
>

Re: Request for comments on a patch

Posted by Igor Vaynberg <ig...@gmail.com>.
+import org.zeroturnaround.javarebel.ReloadListener;

really? i hope the jar that that interface is defined in is released
under ASL license...

-igor


On Mon, Mar 17, 2008 at 7:17 AM, Toomas Römer <to...@gmail.com> wrote:
> Hello
>
>
>  > The best way of getting these patches applied is to attach them to a
>  >  JIRA issue, check the "grant Apache permission" box, and notify this
>  >  list :-).
>
>  As the patches are coming from a stranger at this point we can't grant
>  any permissions. We thought we'll just ask the Wicket community for
>  comments and after that if they are useful we'll contact the author.
>
>  Toomas
>
>
>
>  On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
>  <ma...@gmail.com> wrote:
>  > The best way of getting these patches applied is to attach them to a
>  >  JIRA issue, check the "grant Apache permission" box, and notify this
>  >  list :-).
>  >
>  >  Patches directly sent to lists tend to get lost unfortunately.
>  >
>  >  Martijn
>  >
>  >
>  >
>  >  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
>  >  > Hello
>  >  >
>  >  >  ZeroTurnaround team has stumbled upon a blog post
>  >  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  >  >  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  >  >  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  >  >
>  >  >  The translated text is rather difficult to read and as we don't have
>  >  >  Wicket experience could someone comment on the patches attached to
>  >  >  that blog post:
>  >  >  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  >  >  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  >  >
>  >  >  JavaRebel is a ZeroTurnaround product and we are interested if the
>  >  >  provided patches are actually useful?
>  >  >
>  >  >
>  >  >  Toomas Römer
>  >  >  ZeroTurnaround.com
>  >  >
>  >
>  >
>  >  --
>  >  Buy Wicket in Action: http://manning.com/dashorst
>  >  Apache Wicket 1.3.2 is released
>  >  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>  >
>

Re: Request for comments on a patch

Posted by Toomas Römer <to...@gmail.com>.
Hello

> The best way of getting these patches applied is to attach them to a
>  JIRA issue, check the "grant Apache permission" box, and notify this
>  list :-).

As the patches are coming from a stranger at this point we can't grant
any permissions. We thought we'll just ask the Wicket community for
comments and after that if they are useful we'll contact the author.

Toomas

On Mon, Mar 17, 2008 at 3:56 PM, Martijn Dashorst
<ma...@gmail.com> wrote:
> The best way of getting these patches applied is to attach them to a
>  JIRA issue, check the "grant Apache permission" box, and notify this
>  list :-).
>
>  Patches directly sent to lists tend to get lost unfortunately.
>
>  Martijn
>
>
>
>  On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
>  > Hello
>  >
>  >  ZeroTurnaround team has stumbled upon a blog post
>  >  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  >  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  >  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>  >
>  >  The translated text is rather difficult to read and as we don't have
>  >  Wicket experience could someone comment on the patches attached to
>  >  that blog post:
>  >  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  >  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>  >
>  >  JavaRebel is a ZeroTurnaround product and we are interested if the
>  >  provided patches are actually useful?
>  >
>  >
>  >  Toomas Römer
>  >  ZeroTurnaround.com
>  >
>
>
>  --
>  Buy Wicket in Action: http://manning.com/dashorst
>  Apache Wicket 1.3.2 is released
>  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2
>

Re: Request for comments on a patch

Posted by Martijn Dashorst <ma...@gmail.com>.
The best way of getting these patches applied is to attach them to a
JIRA issue, check the "grant Apache permission" box, and notify this
list :-).

Patches directly sent to lists tend to get lost unfortunately.

Martijn

On 3/17/08, Toomas Römer <to...@gmail.com> wrote:
> Hello
>
>  ZeroTurnaround team has stumbled upon a blog post
>  http://d.hatena.ne.jp/mdgw/20080314/1205513596 with a title
>  Wicket+Spring+JavaRebel. The translated version of the post is here:
>  http://translate.google.com/translate?u=http%3A%2F%2Fd.hatena.ne.jp%2Fmdgw%2F20080314%2F1205513596&langpair=ja|en&hl=en&ie=UTF-8
>
>  The translated text is rather difficult to read and as we don't have
>  Wicket experience could someone comment on the patches attached to
>  that blog post:
>  http://www.madogiwa.org/wicket/wicket-ioc-1.3.1-zt-patch.txt
>  http://www.madogiwa.org/wicket/wicket-spring-1.3.1-zt-patch.txt
>
>  JavaRebel is a ZeroTurnaround product and we are interested if the
>  provided patches are actually useful?
>
>
>  Toomas Römer
>  ZeroTurnaround.com
>


-- 
Buy Wicket in Action: http://manning.com/dashorst
Apache Wicket 1.3.2 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.2