Re: ChainAction class

2002-11-13 Thread Karl Baum
CTED]> Sent: Tuesday, November 12, 2002 7:37 PM Subject: RE: ChainAction class > I would just like to instigate some trouble along with this question > since I am a big fan of the "Chain Of Repsonsibility" pattern > and agree that it can do a nice job of creating atomic > and

RE: ChainAction class

2002-11-12 Thread Daniel Honig
outputs a PDF file. -Daniel -Original Message- From: Karl Baum [mailto:kbaum@;Tallan.com] Sent: Tuesday, November 12, 2002 4:19 PM To: Struts Developers Lis Subject: ChainAction class Over the past year and a half, I have developed using the Struts platform. During this time, my coll

RE: ChainAction class

2002-11-12 Thread edgar
+1 I have developed my own primitive BatchAction and find it very useful for running non-interactive servlets. Edgar -Original Message- From: Karl Baum [mailto:kbaum@;Tallan.com] Sent: Tuesday, November 12, 2002 4:19 PM To: Struts Developers List Subject: ChainAction class Over the

ChainAction class

2002-11-12 Thread Karl Baum
Over the past year and a half, I have developed using the Struts platform. During this time, my colleagues and I created an Action class which allows other actions to be chained together. This design resembled the Chain of Responsibility pattern. The ChainAction class was well received by the