Re: Workflow for Struts

2003-08-03 Thread Ted Husted
Paul, I tried to deploy the example http://prdownloads.sourceforge.net/struts/pfexample.zip?download under a fresh install of Tomcat 4.1.27 (full boat), but it loops endlessly with these messages: DEBUG [HostConfig[localhost]] (Digester.java:1255) - New match='pageflow/flow/

RE: Workflow for Struts

2003-08-03 Thread Paul_T_Smith
PROTECTED] Sent: Sunday, August 03, 2003 8:08 AM To: Struts Developers List Subject: Re: Workflow for Struts Paul, I tried to deploy the example http://prdownloads.sourceforge.net/struts/pfexample.zip?download under a fresh install of Tomcat 4.1.27 (full boat), but it loops endlessly

RE: Workflow for Struts

2003-08-03 Thread Paul_T_Smith
PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Sunday, August 03, 2003 8:08 AM To: Struts Developers List Subject: Re: Workflow for Struts Paul, I tried to deploy the example http://prdownloads.sourceforge.net/struts/pfexample.zip?download http://prdownloads.sourceforge.net/struts/pfexample.zip

Re: Workflow for Struts

2003-08-03 Thread Ted Husted
downloaded it and tried it on Tomcat4.1 and Jboss 3. Paul T Smith -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Sunday, August 03, 2003 8:08 AM To: Struts Developers List Subject: Re: Workflow for Struts Paul, I tried to deploy the example

Re: Workflow for Struts

2003-08-03 Thread Ted Husted
The thing I keep coming back to is whether workflows are a Struts problem. I would agree that multipage form *wizards* that collect input are definitely a Struts problem. But, I can't but help wonder whether more advanced types of workflows would be better defined as part of a business

Re: Workflow for Struts

2003-08-03 Thread Joe Germuska
At 12:58 -0400 8/3/03, Ted Husted wrote: AFAIK, there really aren't any open-source business application controller frameworks out there now, and Struts often ends up filling this void. Before we talk about extending Struts so that it encroaches on business application space, perhaps we should

RE: Workflow for Struts

2003-08-03 Thread Paul_T_Smith
Husted [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 11:51 AM To: Struts Developers List Subject: Re: Workflow for Struts Is the new one part of the Struts SourceForge PageFlow releases? I'm not seeing a newer one at this time. I did try downloading and deploying it again, and did get

RE: Workflow for Struts

2003-08-03 Thread Paul_T_Smith
I have actions built to connect pageflow and Struts to WebMethods, Commons-Workflow, and BEA Weblogic Integration - all completely web agnostic business controllers. The other thing is not all applications need a full workflow tool behind struts. Architectural flexibility is what I think we need

RE: Workflow for Struts

2003-08-03 Thread Paul_T_Smith
- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Sunday, August 03, 2003 11:58 AM To: Struts Developers List Subject: Re: Workflow for Struts The thing I keep coming back to is whether workflows are a Struts problem. I would agree that multipage form *wizards* that collect input

Re: Workflow for Struts

2003-08-03 Thread Vic Cekvenich
Ted Husted wrote: The thing I keep coming back to is whether workflows are a Struts problem. Agree! that Workflow, PageFlow are not a Struts... or a problem. In greenscreens(Cobol), we had (work)flow, chose menu 1-12, then 1-6, etc. The programers is in control of next step. Web is event

Workflow for Struts

2003-08-02 Thread Paul_T_Smith
Dear Struts Dev, I have launched a sub-project at the struts sourceforge site which provides workflow functionality for struts. Essentially it is a re-write of the struts controller and provides a significant set of additional features. I am currently working on finalizing the struts example