And place breakpoints in your code and let the debugger break and follow/backtrack in into wicket code
On 8/29/08, James Perry <[EMAIL PROTECTED]> wrote: > Firstly view the source code in a Java IDE like IntelliJ IDEA, > Eclipse, NetBeans, etc so you can quickly navigate around the code. > > IMHO, the best starting point is to look at the WicketFilter and the > WebRequestCycleProcessor to understand how it respectively intercepts > and processes Wicket requests. > > Cheers, > James. > > On Fri, Aug 29, 2008 at 7:55 AM, 张伟 <[EMAIL PROTECTED]> wrote: >> Hi, >> I also want to get some suggestion. >> >> >> 2008/8/29, shrimpywu <[EMAIL PROTECTED]>: >>> >>> >>> Hi, had anyone tried to read the source code? >>> >>> i am very interesting with play around with wicket, >>> so i really want to know how wicket do things >>> >>> but one thing i am stuck with is that, i check out the src code from svn, >>> i >>> don`t know how to start or where to start to read the code. >>> >>> can any body give me some hint how to have a clear mind of the project, >>> and >>> how to read the code? >>> -- >>> View this message in context: >>> http://www.nabble.com/Hi%2C-had-anyone-tried-to-read-the-source-code--tp19211288p19211288.html >>> Sent from the Wicket - User mailing list archive at Nabble.com. >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >>> >> >
