Re: Participating in Wicket

2008-12-18 Thread Nino Martinez
Yeah but some bugs are pretty simple, like plain css etc.. Which not 
necessarily requires deep knowledge.. So scan the bug list and pick the 
easiest one could also be an option...


James Perry wrote:

I'd recommend examining the WicketFilter as your starting point. This is
where wicket requests get intercepted and processed accordingly.

Best,
James.

On Thu, Dec 18, 2008 at 10:07 AM, HHB  wrote:

  

Thank you all guys but maybe I'm expressing my ideas the wrong way.
I don't mean how to get Wicket source and create a patch, I mean what is
the
best way to start studying Wicket source code? where to start? which
module?


Steve Swinsburg-2 wrote:


If you want the source code for Wicket, check it out from SVN into
your own local working copy. You can then build Wicket via maven after
you have made any local changes to the source code to see if the bug
has been fixed.

You can then generate a patch and attach it to a Jira issue so the
developers can review it.

cheers.


On 18/12/2008, at 8:19 AM, HHB wrote:

  

Thanks.
My problem is I don't where to start.
Lets say I want to fix that bug, in order to know how to fix it, I
have to
be aware of the whole source code of Wicket, am I right?
How to start studying the source code? I mean where to start
reviewing?


Scott Swank wrote:


I found this helpful.

http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html

Scott


On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:
  

Thanks Martijn
How do you suggest to start studying Wicket core code (I don't mean
getting
the source code :) )?
It is complicated to study and grasp?
Thanks again.


Martijn Dashorst wrote:


Look at jira issues, fix them, create a patch and attach it to the
jira issue. When we like your code and are tired of applying the
fixes
for you, you might be proposed to become a committer yourself.

Valuable info:

http://apache.org/dev/contributors.html#patches

Martijn

On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
  

Hey,
I really have a great passion toward Wicket framework and I
really want
to
participate with their core developer teams.
My problem is that this framework has really great and passion
developers
and I can't imagine myself trying to join them (nor they will
accept, I
think) not to mention this great community.
What do you suggest me to do?
Thanks for your time.
--
View this message in context:

    

http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html


Sent from the Wicket - User mailing list archive at Nabble.com.





-


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





--
Become a Wicket expert, learn from the best:
  

http://wicketinaction.com


Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



  

--
View this message in context:

    

http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html


Sent from the Wicket - User mailing list archive at Nabble.com.


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




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



  

--
View this message in context:
http://www.nabble.com/Participating-in-Wicket-tp21050410p21068635.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



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



  

--
View this message in context:
http://www.nabble.com/Participating-in-Wicket-tp21050410p21069869.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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





  



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



Re: Participating in Wicket

2008-12-18 Thread Peter Ertl
Yeah, just put a breakpoint in WicketFilter, request a page in your  
browser and step through the whole wicket source and try to  
understand. Naturally this takes some time :-)



Am 18.12.2008 um 11:13 schrieb James Perry:

I'd recommend examining the WicketFilter as your starting point.  
This is

where wicket requests get intercepted and processed accordingly.

Best,
James.

On Thu, Dec 18, 2008 at 10:07 AM, HHB  wrote:



Thank you all guys but maybe I'm expressing my ideas the wrong way.
I don't mean how to get Wicket source and create a patch, I mean  
what is

the
best way to start studying Wicket source code? where to start? which
module?


Steve Swinsburg-2 wrote:


If you want the source code for Wicket, check it out from SVN into
your own local working copy. You can then build Wicket via maven  
after

you have made any local changes to the source code to see if the bug
has been fixed.

You can then generate a patch and attach it to a Jira issue so the
developers can review it.

cheers.


On 18/12/2008, at 8:19 AM, HHB wrote:



Thanks.
My problem is I don't where to start.
Lets say I want to fix that bug, in order to know how to fix it, I
have to
be aware of the whole source code of Wicket, am I right?
How to start studying the source code? I mean where to start
reviewing?


Scott Swank wrote:


I found this helpful.

http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html

Scott


On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:


Thanks Martijn
How do you suggest to start studying Wicket core code (I don't  
mean

getting
the source code :) )?
It is complicated to study and grasp?
Thanks again.


Martijn Dashorst wrote:


Look at jira issues, fix them, create a patch and attach it to  
the

jira issue. When we like your code and are tired of applying the
fixes
for you, you might be proposed to become a committer yourself.

Valuable info:

http://apache.org/dev/contributors.html#patches

Martijn

On Wed, Dec 17, 2008 at 11:13 AM, HHB   
wrote:


Hey,
I really have a great passion toward Wicket framework and I
really want
to
participate with their core developer teams.
My problem is that this framework has really great and passion
developers
and I can't imagine myself trying to join them (nor they will
accept, I
think) not to mention this great community.
What do you suggest me to do?
Thanks for your time.
--
View this message in context:

http://www.nabble.com/Participating-in-Wicket- 
tp21050410p21050410.html

Sent from the Wicket - User mailing list archive at Nabble.com.




-

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






--
Become a Wicket expert, learn from the best:

http://wicketinaction.com

Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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





--
View this message in context:

http://www.nabble.com/Participating-in-Wicket- 
tp21050410p21050753.html

Sent from the Wicket - User mailing list archive at Nabble.com.


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




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





--
View this message in context:
http://www.nabble.com/Participating-in-Wicket-tp21050410p21068635.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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




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





--
View this message in context:
http://www.nabble.com/Participating-in-Wicket- 
tp21050410p21069869.html

Sent from the Wicket - User mailing list archive at Nabble.com.


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





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



Re: Participating in Wicket

2008-12-18 Thread James Perry
I'd recommend examining the WicketFilter as your starting point. This is
where wicket requests get intercepted and processed accordingly.

Best,
James.

On Thu, Dec 18, 2008 at 10:07 AM, HHB  wrote:

>
> Thank you all guys but maybe I'm expressing my ideas the wrong way.
> I don't mean how to get Wicket source and create a patch, I mean what is
> the
> best way to start studying Wicket source code? where to start? which
> module?
>
>
> Steve Swinsburg-2 wrote:
> >
> > If you want the source code for Wicket, check it out from SVN into
> > your own local working copy. You can then build Wicket via maven after
> > you have made any local changes to the source code to see if the bug
> > has been fixed.
> >
> > You can then generate a patch and attach it to a Jira issue so the
> > developers can review it.
> >
> > cheers.
> >
> >
> > On 18/12/2008, at 8:19 AM, HHB wrote:
> >
> >>
> >> Thanks.
> >> My problem is I don't where to start.
> >> Lets say I want to fix that bug, in order to know how to fix it, I
> >> have to
> >> be aware of the whole source code of Wicket, am I right?
> >> How to start studying the source code? I mean where to start
> >> reviewing?
> >>
> >>
> >> Scott Swank wrote:
> >>>
> >>> I found this helpful.
> >>>
> >>> http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html
> >>>
> >>> Scott
> >>>
> >>>
> >>> On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:
> >>>>
> >>>> Thanks Martijn
> >>>> How do you suggest to start studying Wicket core code (I don't mean
> >>>> getting
> >>>> the source code :) )?
> >>>> It is complicated to study and grasp?
> >>>> Thanks again.
> >>>>
> >>>>
> >>>> Martijn Dashorst wrote:
> >>>>>
> >>>>> Look at jira issues, fix them, create a patch and attach it to the
> >>>>> jira issue. When we like your code and are tired of applying the
> >>>>> fixes
> >>>>> for you, you might be proposed to become a committer yourself.
> >>>>>
> >>>>> Valuable info:
> >>>>>
> >>>>> http://apache.org/dev/contributors.html#patches
> >>>>>
> >>>>> Martijn
> >>>>>
> >>>>> On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
> >>>>>>
> >>>>>> Hey,
> >>>>>> I really have a great passion toward Wicket framework and I
> >>>>>> really want
> >>>>>> to
> >>>>>> participate with their core developer teams.
> >>>>>> My problem is that this framework has really great and passion
> >>>>>> developers
> >>>>>> and I can't imagine myself trying to join them (nor they will
> >>>>>> accept, I
> >>>>>> think) not to mention this great community.
> >>>>>> What do you suggest me to do?
> >>>>>> Thanks for your time.
> >>>>>> --
> >>>>>> View this message in context:
> >>>>>>
> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
> >>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
> >>>>>>
> >>>>>>
> >>>>>>
> -
> >>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> Become a Wicket expert, learn from the best:
> http://wicketinaction.com
> >>>>> Apache Wicket 1.3.4 is released
> >>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
> >>>>>
> >>>>> -
> >>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> >>>>> For additional commands, e-mail: users-h...@wicket.apache.org
> >>>>>
> >>>>>
> >>

Re: Participating in Wicket

2008-12-18 Thread HHB

Thank you all guys but maybe I'm expressing my ideas the wrong way.
I don't mean how to get Wicket source and create a patch, I mean what is the
best way to start studying Wicket source code? where to start? which module?


Steve Swinsburg-2 wrote:
> 
> If you want the source code for Wicket, check it out from SVN into  
> your own local working copy. You can then build Wicket via maven after  
> you have made any local changes to the source code to see if the bug  
> has been fixed.
> 
> You can then generate a patch and attach it to a Jira issue so the  
> developers can review it.
> 
> cheers.
> 
> 
> On 18/12/2008, at 8:19 AM, HHB wrote:
> 
>>
>> Thanks.
>> My problem is I don't where to start.
>> Lets say I want to fix that bug, in order to know how to fix it, I  
>> have to
>> be aware of the whole source code of Wicket, am I right?
>> How to start studying the source code? I mean where to start  
>> reviewing?
>>
>>
>> Scott Swank wrote:
>>>
>>> I found this helpful.
>>>
>>> http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html
>>>
>>> Scott
>>>
>>>
>>> On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:
>>>>
>>>> Thanks Martijn
>>>> How do you suggest to start studying Wicket core code (I don't mean
>>>> getting
>>>> the source code :) )?
>>>> It is complicated to study and grasp?
>>>> Thanks again.
>>>>
>>>>
>>>> Martijn Dashorst wrote:
>>>>>
>>>>> Look at jira issues, fix them, create a patch and attach it to the
>>>>> jira issue. When we like your code and are tired of applying the  
>>>>> fixes
>>>>> for you, you might be proposed to become a committer yourself.
>>>>>
>>>>> Valuable info:
>>>>>
>>>>> http://apache.org/dev/contributors.html#patches
>>>>>
>>>>> Martijn
>>>>>
>>>>> On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
>>>>>>
>>>>>> Hey,
>>>>>> I really have a great passion toward Wicket framework and I  
>>>>>> really want
>>>>>> to
>>>>>> participate with their core developer teams.
>>>>>> My problem is that this framework has really great and passion
>>>>>> developers
>>>>>> and I can't imagine myself trying to join them (nor they will  
>>>>>> accept, I
>>>>>> think) not to mention this great community.
>>>>>> What do you suggest me to do?
>>>>>> Thanks for your time.
>>>>>> --
>>>>>> View this message in context:
>>>>>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
>>>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>>>
>>>>>>
>>>>>> -
>>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>>>> Apache Wicket 1.3.4 is released
>>>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>>>
>>>>> -
>>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>>
>>>>>
>>>>>
>>>>
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>>
>> -- 
>> View this message in context:
>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21068635.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
> 
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Participating-in-Wicket-tp21050410p21069869.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Participating in Wicket

2008-12-18 Thread Stephen Swinsburg
If you want the source code for Wicket, check it out from SVN into  
your own local working copy. You can then build Wicket via maven after  
you have made any local changes to the source code to see if the bug  
has been fixed.


You can then generate a patch and attach it to a Jira issue so the  
developers can review it.


cheers.


On 18/12/2008, at 8:19 AM, HHB wrote:



Thanks.
My problem is I don't where to start.
Lets say I want to fix that bug, in order to know how to fix it, I  
have to

be aware of the whole source code of Wicket, am I right?
How to start studying the source code? I mean where to start  
reviewing?



Scott Swank wrote:


I found this helpful.

http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html

Scott


On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:


Thanks Martijn
How do you suggest to start studying Wicket core code (I don't mean
getting
the source code :) )?
It is complicated to study and grasp?
Thanks again.


Martijn Dashorst wrote:


Look at jira issues, fix them, create a patch and attach it to the
jira issue. When we like your code and are tired of applying the  
fixes

for you, you might be proposed to become a committer yourself.

Valuable info:

http://apache.org/dev/contributors.html#patches

Martijn

On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:


Hey,
I really have a great passion toward Wicket framework and I  
really want

to
participate with their core developer teams.
My problem is that this framework has really great and passion
developers
and I can't imagine myself trying to join them (nor they will  
accept, I

think) not to mention this great community.
What do you suggest me to do?
Thanks for your time.
--
View this message in context:
http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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






--
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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





--
View this message in context:
http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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




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





--
View this message in context: 
http://www.nabble.com/Participating-in-Wicket-tp21050410p21068635.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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




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



Re: Participating in Wicket

2008-12-18 Thread HHB

Thanks.
My problem is I don't where to start.
Lets say I want to fix that bug, in order to know how to fix it, I have to
be aware of the whole source code of Wicket, am I right?
How to start studying the source code? I mean where to start reviewing?


Scott Swank wrote:
> 
> I found this helpful.
> 
> http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html
> 
> Scott
> 
> 
> On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:
>>
>> Thanks Martijn
>> How do you suggest to start studying Wicket core code (I don't mean
>> getting
>> the source code :) )?
>> It is complicated to study and grasp?
>> Thanks again.
>>
>>
>> Martijn Dashorst wrote:
>>>
>>> Look at jira issues, fix them, create a patch and attach it to the
>>> jira issue. When we like your code and are tired of applying the fixes
>>> for you, you might be proposed to become a committer yourself.
>>>
>>> Valuable info:
>>>
>>> http://apache.org/dev/contributors.html#patches
>>>
>>> Martijn
>>>
>>> On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
>>>>
>>>> Hey,
>>>> I really have a great passion toward Wicket framework and I really want
>>>> to
>>>> participate with their core developer teams.
>>>> My problem is that this framework has really great and passion
>>>> developers
>>>> and I can't imagine myself trying to join them (nor they will accept, I
>>>> think) not to mention this great community.
>>>> What do you suggest me to do?
>>>> Thanks for your time.
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
>>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -
>>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>>
>>>>
>>>
>>>
>>>
>>> --
>>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>>> Apache Wicket 1.3.4 is released
>>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Participating-in-Wicket-tp21050410p21068635.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Participating in Wicket

2008-12-17 Thread Scott Swank
I found this helpful.

http://cwiki.apache.org/WICKET/lifecycle-of-a-wicket-application.html

Scott


On Wed, Dec 17, 2008 at 2:38 AM, HHB  wrote:
>
> Thanks Martijn
> How do you suggest to start studying Wicket core code (I don't mean getting
> the source code :) )?
> It is complicated to study and grasp?
> Thanks again.
>
>
> Martijn Dashorst wrote:
>>
>> Look at jira issues, fix them, create a patch and attach it to the
>> jira issue. When we like your code and are tired of applying the fixes
>> for you, you might be proposed to become a committer yourself.
>>
>> Valuable info:
>>
>> http://apache.org/dev/contributors.html#patches
>>
>> Martijn
>>
>> On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
>>>
>>> Hey,
>>> I really have a great passion toward Wicket framework and I really want
>>> to
>>> participate with their core developer teams.
>>> My problem is that this framework has really great and passion developers
>>> and I can't imagine myself trying to join them (nor they will accept, I
>>> think) not to mention this great community.
>>> What do you suggest me to do?
>>> Thanks for your time.
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
>>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>>> For additional commands, e-mail: users-h...@wicket.apache.org
>>>
>>>
>>
>>
>>
>> --
>> Become a Wicket expert, learn from the best: http://wicketinaction.com
>> Apache Wicket 1.3.4 is released
>> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

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



Re: Participating in Wicket

2008-12-17 Thread HHB

Thanks Martijn
How do you suggest to start studying Wicket core code (I don't mean getting
the source code :) )?
It is complicated to study and grasp?
Thanks again.


Martijn Dashorst wrote:
> 
> Look at jira issues, fix them, create a patch and attach it to the
> jira issue. When we like your code and are tired of applying the fixes
> for you, you might be proposed to become a committer yourself.
> 
> Valuable info:
> 
> http://apache.org/dev/contributors.html#patches
> 
> Martijn
> 
> On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
>>
>> Hey,
>> I really have a great passion toward Wicket framework and I really want
>> to
>> participate with their core developer teams.
>> My problem is that this framework has really great and passion developers
>> and I can't imagine myself trying to join them (nor they will accept, I
>> think) not to mention this great community.
>> What do you suggest me to do?
>> Thanks for your time.
>> --
>> View this message in context:
>> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> 
> 
> -- 
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.3.4 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Participating-in-Wicket-tp21050410p21050753.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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



Re: Participating in Wicket

2008-12-17 Thread Martijn Dashorst
Look at jira issues, fix them, create a patch and attach it to the
jira issue. When we like your code and are tired of applying the fixes
for you, you might be proposed to become a committer yourself.

Valuable info:

http://apache.org/dev/contributors.html#patches

Martijn

On Wed, Dec 17, 2008 at 11:13 AM, HHB  wrote:
>
> Hey,
> I really have a great passion toward Wicket framework and I really want to
> participate with their core developer teams.
> My problem is that this framework has really great and passion developers
> and I can't imagine myself trying to join them (nor they will accept, I
> think) not to mention this great community.
> What do you suggest me to do?
> Thanks for your time.
> --
> View this message in context: 
> http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Become a Wicket expert, learn from the best: http://wicketinaction.com
Apache Wicket 1.3.4 is released
Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.

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



Participating in Wicket

2008-12-17 Thread HHB

Hey,
I really have a great passion toward Wicket framework and I really want to
participate with their core developer teams.
My problem is that this framework has really great and passion developers
and I can't imagine myself trying to join them (nor they will accept, I
think) not to mention this great community.
What do you suggest me to do?
Thanks for your time. 
-- 
View this message in context: 
http://www.nabble.com/Participating-in-Wicket-tp21050410p21050410.html
Sent from the Wicket - User mailing list archive at Nabble.com.


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