debugging is a great tool to understanding code. try to debug the
blank application bundled with struts. Put a breakpoint in
Dispatcher.serviceAction (double check name, off the top of my head)
and debug all the way down. There is also some tools that generate
sequence diagrams at runtime, but they are kind of hard to set up.

musachy

On Wed, Oct 28, 2009 at 7:20 PM, Wendy Smoak <wsm...@gmail.com> wrote:
> On Wed, Oct 28, 2009 at 6:50 PM, mark lu <liujuns...@ygsoft.com> wrote:
>> Thank you very much for your reply!
>> I have read some code of xwork.however,i am a littel lazy,so i want to find
>> a book to introduce .
>> now that there is no book,I'll follow what you said.
>
> It would be great if you could write up your experience as you explore
> the source code.  Maybe you'll write that book you're looking for, :)
> or a series of blog posts would be fabulous.
>
> --
> Wendy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

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

Reply via email to