Re: Reading Wicket source code

2009-07-26 Thread Vladimir K

For me the magic is how wicket is managing pages and their versions. For
instance I realized that it increments version when preparing the page for
render. But when I was debugging the code related to version manager I felt
lost :)
All the other stuff is pretty complex but not difficult to understand.


MartinM wrote:
 
 Also one very benefiial point of view is just to code something and
 when you find a bug (either in your own code or Wicket), debug through
 wicket source and find the cause. If it's a wicket bug - contribute
 quickstart to jira that repeats the bug. I have learned myself quite a
 bit by doing this. However, I am still a bit puzzled with wicket's
 request cycle, there seems to still to be some magic going on ... ;)
 
 **
 Martin
 
 2009/7/24 Pierre Goupil goupilpie...@gmail.com:
 Good evening,

 In order to learn Wicket as well as good Java coding ^ ^, I'd like to
 read
 Wicket source code. It's been a couple of months since I use it, so I
 have a
 general user-view on it.

 Do you have advice ? Where should I start it all ? Is there any typical
 workflow through the code-base for such a matter ?

 Hope to hear from you soon, guys !

 Regards,

 Pierre



 --
 Sans amis était le grand maître des mondes,
 Eprouvait manque, ce pour quoi il créa les esprits,
 Miroirs bienveillants de sa béatitude.
 Mais au vrai, il ne trouva aucun égal,
 Du calice du royaume total des âmes
 Ecume jusqu'à lui l'infinité.

 (Schiller, l'amitié)

 
 -
 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/Reading-Wicket-source-code-tp24651141p24665454.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: Reading Wicket source code

2009-07-26 Thread Martin Makundi
Coding style is not the best in all parts, fro reading point of view,
definitely ...

**
Martin

2009/7/26 Vladimir K koval...@gmail.com:

 For me the magic is how wicket is managing pages and their versions. For
 instance I realized that it increments version when preparing the page for
 render. But when I was debugging the code related to version manager I felt
 lost :)
 All the other stuff is pretty complex but not difficult to understand.



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



Re: Reading Wicket source code

2009-07-25 Thread Martin Makundi
Also one very benefiial point of view is just to code something and
when you find a bug (either in your own code or Wicket), debug through
wicket source and find the cause. If it's a wicket bug - contribute
quickstart to jira that repeats the bug. I have learned myself quite a
bit by doing this. However, I am still a bit puzzled with wicket's
request cycle, there seems to still to be some magic going on ... ;)

**
Martin

2009/7/24 Pierre Goupil goupilpie...@gmail.com:
 Good evening,

 In order to learn Wicket as well as good Java coding ^ ^, I'd like to read
 Wicket source code. It's been a couple of months since I use it, so I have a
 general user-view on it.

 Do you have advice ? Where should I start it all ? Is there any typical
 workflow through the code-base for such a matter ?

 Hope to hear from you soon, guys !

 Regards,

 Pierre



 --
 Sans amis était le grand maître des mondes,
 Eprouvait manque, ce pour quoi il créa les esprits,
 Miroirs bienveillants de sa béatitude.
 Mais au vrai, il ne trouva aucun égal,
 Du calice du royaume total des âmes
 Ecume jusqu'à lui l'infinité.

 (Schiller, l'amitié)


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



Reading Wicket source code

2009-07-24 Thread Pierre Goupil
Good evening,

In order to learn Wicket as well as good Java coding ^ ^, I'd like to read
Wicket source code. It's been a couple of months since I use it, so I have a
general user-view on it.

Do you have advice ? Where should I start it all ? Is there any typical
workflow through the code-base for such a matter ?

Hope to hear from you soon, guys !

Regards,

Pierre



-- 
Sans amis était le grand maître des mondes,
Eprouvait manque, ce pour quoi il créa les esprits,
Miroirs bienveillants de sa béatitude.
Mais au vrai, il ne trouva aucun égal,
Du calice du royaume total des âmes
Ecume jusqu'à lui l'infinité.

(Schiller, l'amitié)


Re: Reading Wicket source code

2009-07-24 Thread Jeremy Thomerson
I'd say you'd be best served by using a quickstart application and
clicking into code to see what it does.  Set breakpoints to see what's
happening in a real, live application.  Just randomly reading code
files won't give you nearly as much benefit.

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




On Fri, Jul 24, 2009 at 3:07 PM, Pierre Goupilgoupilpie...@gmail.com wrote:
 Good evening,

 In order to learn Wicket as well as good Java coding ^ ^, I'd like to read
 Wicket source code. It's been a couple of months since I use it, so I have a
 general user-view on it.

 Do you have advice ? Where should I start it all ? Is there any typical
 workflow through the code-base for such a matter ?

 Hope to hear from you soon, guys !

 Regards,

 Pierre



 --
 Sans amis était le grand maître des mondes,
 Eprouvait manque, ce pour quoi il créa les esprits,
 Miroirs bienveillants de sa béatitude.
 Mais au vrai, il ne trouva aucun égal,
 Du calice du royaume total des âmes
 Ecume jusqu'à lui l'infinité.

 (Schiller, l'amitié)


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