Thanks for the info, Igor. I'll definitely attached the code and trace it from doGet().
Best, Wen Tong -- The only constant in life is change. ----- Original Message ---- From: Igor Vaynberg <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, January 10, 2008 5:55:13 PM Subject: Re: the flow of wicket On Jan 10, 2008 5:47 PM, Beyonder Unknown <[EMAIL PROTECTED]> wrote: > > Hi Igor, > Since it got mentioned in the book, I just thought I'd asked for more information. IRequestCycleProcessor has javadoc which explains what it is used for. the actual workflow is unimportant for newbies. if you really do care about it then set the breakpoint and walk it. >I was also wondering how does it differ from the traditional model 2 MVC like struts, spring-mvc, etc. what is "it"? if "it" is wicket then the two major differences is that in wicket each instance of component acts as MVC, so a page MVC is made up of a bunch of other smaller MVCs. the second biggest difference is that wicket maintains the state of each of these MVCs for you so you dont have to manually encode it in url/post params... > I tried adding breakpoints, but I lack the source. I guess i have to attached it in my eclipse. the source is out there, not that hard to get it or attach it. > It would be faster if you can help us. :) sure, it would probably be faster if i coded your project for you too :) -igor > > Thanks, > Wen Tong > > -- > The only constant in life is change. > > ----- Original Message ---- > From: Igor Vaynberg <[EMAIL PROTECTED]> > To: [email protected] > > Sent: Thursday, January 10, 2008 5:09:00 PM > Subject: Re: the flow of wicket > > > you guys want to know about internal implementation details. it has no > publically exposed api, so why should you care? why should we document > something that can change without affecting our users? does the jee > spec detail how the request gets to the servlet? no, that is left up > to the implementor of the servlet container. > > you want to know about it? set a break point in > wicketfilter.dofilter() and walk the code. > > -igor > > > On Jan 10, 2008 5:06 PM, Dan Kaplan <[EMAIL PROTECTED]> wrote: > > seconded > > > > > > -----Original Message----- > > From: Beyonder Unknown [mailto:[EMAIL PROTECTED] > > Sent: Thursday, January 10, 2008 5:05 PM > > To: WICKET USER > > Subject: the flow of wicket > > > > > > Hi All, > > > > I am studying wicket from the WicketFilter to the WebApplication, but > I > > don't understand the concept of RequestCycleProcessor and how does it > get > > invoked. I read the "Wicket In Action" and "Pro Wicket" but the > explanation > > is not that detailed. Does anybody know of a primer with regards to > how > > Wicket process really works? I want to know the flow, from startup of > the > > servlet container, like what is being instantiated, and when request > is > > made. > > > > I can't seem to trace how RequestTarget being consumed by > > RequestCycleProcessor, from the page. > > > > Thank you very much! > > > > Best, > > Wen Tong > > > > -- > > The only constant in life is change. > > > > > > > > > > > > > ____________________________________________________________________________ > > ________ > > Be a better friend, newshound, and > > know-it-all with Yahoo! Mobile. Try it now. > > http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
