You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Paul Szulc <pa...@gmail.com> on 2009/08/05 11:08:35 UTC

[ANN] enhanced wickettester project

Hi all,

I would like to announce a very small yet useful project for anyone who is
doing a lot of integration tests in their Wicket projects.

Enhanced WicketTester project's site is
http://code.google.com/p/enhancedwickettester/ where one can download
binary, code, check examples. Any comments (here or priv msg) are more then
welcome, since I'm aware that project can be still improved.

-- 
Best regards,
Paul Szulc

http://paulszulc.wordpress.com

Re: [ANN] enhanced wickettester project

Posted by Martijn Dashorst <ma...@gmail.com>.
As long as the original author submits it under the ASL 2.0 [0], no
problemo (make sure the source files include the Apache License
boilerplate header [1]).

Even better if Paul sends in a ICLA [2], to ensure we have a
documented right to redistribute his patches under the Apache License.

Martijn

[0] http://www.apache.org/dev/apply-license.html
[1] http://www.apache.org/legal/src-headers.html#headers
[2] http://www.apache.org/licenses/icla.txt

On Wed, Aug 5, 2009 at 5:09 PM, Igor Vaynberg<ig...@gmail.com> wrote:
> now that it has been out in the wild under GPL i am not sure it is as
> simple as that...
>
> -igor
>
> On Wed, Aug 5, 2009 at 8:06 AM, Jeremy
> Thomerson<je...@wickettraining.com> wrote:
>> Paul,
>>  It looks like the entire project is simply two classes that extend
>> Wicket's default implementations.  Have you considered simply creating
>> a JIRA and attaching a patch that would add these methods to the
>> default WicketTester and FormTester?  This would allow your work to
>> reach a broader audience and greatly simplify the upkeep of your
>> project - so that you won't have to release versions to match
>> Wicket's, etc.
>>
>> All you need to do is create a JIRA with the patch attached and check
>> the box that allows it to be used under the Apache license.
>>
>> --
>> Jeremy Thomerson
>> http://www.wickettraining.com
>>
>>
>>
>>
>> On Wed, Aug 5, 2009 at 4:08 AM, Paul Szulc<pa...@gmail.com> wrote:
>>> Hi all,
>>>
>>> I would like to announce a very small yet useful project for anyone who is
>>> doing a lot of integration tests in their Wicket projects.
>>>
>>> Enhanced WicketTester project's site is
>>> http://code.google.com/p/enhancedwickettester/ where one can download
>>> binary, code, check examples. Any comments (here or priv msg) are more then
>>> welcome, since I'm aware that project can be still improved.
>>>
>>> --
>>> Best regards,
>>> Paul Szulc
>>>
>>> http://paulszulc.wordpress.com
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.4 increases type safety for web applications
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.0

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [ANN] enhanced wickettester project

Posted by Igor Vaynberg <ig...@gmail.com>.
now that it has been out in the wild under GPL i am not sure it is as
simple as that...

-igor

On Wed, Aug 5, 2009 at 8:06 AM, Jeremy
Thomerson<je...@wickettraining.com> wrote:
> Paul,
>  It looks like the entire project is simply two classes that extend
> Wicket's default implementations.  Have you considered simply creating
> a JIRA and attaching a patch that would add these methods to the
> default WicketTester and FormTester?  This would allow your work to
> reach a broader audience and greatly simplify the upkeep of your
> project - so that you won't have to release versions to match
> Wicket's, etc.
>
> All you need to do is create a JIRA with the patch attached and check
> the box that allows it to be used under the Apache license.
>
> --
> Jeremy Thomerson
> http://www.wickettraining.com
>
>
>
>
> On Wed, Aug 5, 2009 at 4:08 AM, Paul Szulc<pa...@gmail.com> wrote:
>> Hi all,
>>
>> I would like to announce a very small yet useful project for anyone who is
>> doing a lot of integration tests in their Wicket projects.
>>
>> Enhanced WicketTester project's site is
>> http://code.google.com/p/enhancedwickettester/ where one can download
>> binary, code, check examples. Any comments (here or priv msg) are more then
>> welcome, since I'm aware that project can be still improved.
>>
>> --
>> Best regards,
>> Paul Szulc
>>
>> http://paulszulc.wordpress.com
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [ANN] enhanced wickettester project

Posted by Jeremy Thomerson <je...@wickettraining.com>.
Paul,
  It looks like the entire project is simply two classes that extend
Wicket's default implementations.  Have you considered simply creating
a JIRA and attaching a patch that would add these methods to the
default WicketTester and FormTester?  This would allow your work to
reach a broader audience and greatly simplify the upkeep of your
project - so that you won't have to release versions to match
Wicket's, etc.

All you need to do is create a JIRA with the patch attached and check
the box that allows it to be used under the Apache license.

--
Jeremy Thomerson
http://www.wickettraining.com




On Wed, Aug 5, 2009 at 4:08 AM, Paul Szulc<pa...@gmail.com> wrote:
> Hi all,
>
> I would like to announce a very small yet useful project for anyone who is
> doing a lot of integration tests in their Wicket projects.
>
> Enhanced WicketTester project's site is
> http://code.google.com/p/enhancedwickettester/ where one can download
> binary, code, check examples. Any comments (here or priv msg) are more then
> welcome, since I'm aware that project can be still improved.
>
> --
> Best regards,
> Paul Szulc
>
> http://paulszulc.wordpress.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: [ANN] enhanced wickettester project

Posted by francisco treacy <fr...@gmail.com>.
Looks good! Some of the love Wicket Tester needed.

Will give it a shot soon.

Francisco


2009/8/5 Paul Szulc <pa...@gmail.com>:
> Hi all,
>
> I would like to announce a very small yet useful project for anyone who is
> doing a lot of integration tests in their Wicket projects.
>
> Enhanced WicketTester project's site is
> http://code.google.com/p/enhancedwickettester/ where one can download
> binary, code, check examples. Any comments (here or priv msg) are more then
> welcome, since I'm aware that project can be still improved.
>
> --
> Best regards,
> Paul Szulc
>
> http://paulszulc.wordpress.com
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org