Re: Chain of commands in 1.3

2005-09-12 Thread Ted Husted
On 9/9/05, Marco Mistroni <[EMAIL PROTECTED]> wrote: > This answer is from my point of view Following Ted's example, > All my business logic is now in the Command.. all action does Is simply > To build context and pass it to the command.. so code in action is really > very simple.. I think Mar

RE: Chain of commands in 1.3

2005-09-09 Thread Marco Mistroni
Hello Michael, Not sure if this is of any help, but Mr Ted Husted has written a MailReader application That uses Struts and Common Chains, When I checked it out (last april) it was at this link http://svn.apache.org/viewcvs.cgi/struts/sandbox/trunk/?root=Apache-SVN I have followed that a

Re: Chain of commands in 1.3

2005-09-08 Thread Joe Germuska
At 4:20 PM -0700 9/8/05, Michael Jouravlev wrote: I still have couple of questions before checking out the 1.3 source code. I'm going to take them out of order, as some are simpler than others. (1) The first one is where to check 1.3 out from? You figured this one out: http://struts.apache

Re: Chain of commands in 1.3

2005-09-08 Thread Michael Jouravlev
Found 1.3 nightlies under http://struts.apache.org/acquiring.html Would be nice to have the same links under http://struts.apache.org/download.cgi or to reduce number of links to the sources/binaries down to one ;-) Michael. On 9/8/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > I still have c

Re: Chain of commands in 1.3

2005-09-08 Thread Michael Jouravlev
I still have couple of questions before checking out the 1.3 source code. (1) The first one is where to check 1.3 out from? Ok, I might have not been following the list, but http://struts.apache.org does not have links to 1.3 source code nor it explains how to set up Subversion. I think I knew wh

Re: Chain of commands in 1.3

2005-09-08 Thread Michael Jouravlev
Thanks, Joe. I jumped a gun a little, since the articles at OnJava give pretty good understanding of Struts chains: http://www.onjava.com/lpt/a/5671 http://www.onjava.com/lpt/a/5693 I need to play with it a bit. Seems that I will be able to use ActionForm only (or whatever other class I decide t

Re: Chain of commands in 1.3

2005-09-08 Thread Joe Germuska
Considering that 1.3 is on the radar, there should be better docs for this crucial feature, should not it? Indeed it should. Alas, last time I set out to write docs, I instead realized a bunch of things that had to be changed (rather than write doc thinking "it should be like this, but it's r

Chain of commands in 1.3

2005-09-08 Thread Michael Jouravlev
I read through some older emails, couple of wiki pages, article at OnJava (which is more about base Commons implementation) and the Commons page. Is there better docs on the subject? How to use, with examples? Or all I can have is to check out the source code? Considering that 1.3 is on the radar