Understanding that different companies interpret them in different ways, I
have always thought of webflow and workflow in the following terms:

webflow - the path by which a user travels through a WEB application to
complete a unit of work.  An example would be a series of screens used by a
manager to INITIATE a department transfer of a subordinate.
workflow (a.k.a. Business Process Management) - the complete path taken when
some action is performed on some entity, to COMPLETE a business process.  An
example would be the entire process, from initiation of a department
transfer to completion of a transfer.

So, based on my interpretation, several WEBflows may be necessary to
complete a WORKflow.  If you're looking for the former, you're probably
already defining it in struts-config.xml.  If you're looking for the latter,
check here http://java-source.net/open-source/workflow-engines



On 8/31/06, Joel Espinosa <[EMAIL PROTECTED]> wrote:

Hi all,

I want to do a struts based workflow. I need that the information
captured through the steps of this workflow persist in someway that if
the user close the browser next time the user login the info previously
capturated shows up in the same step in which the user left the app
before.

Another complex requirement is the user ability to follow the steps of
the workflow in two or more browser windows at the same time, if I use
session's objects to achieve this the user only be able to follow the
workflow once per session/browser.

Could you point me in the right direction to achieve this?

Thanks in advance.
Best regards.

ps. The vesion of truts is not a problem I just started the project.

--
Ing. Joel Alejandro Espinosa Carra
Centro de TecnologĂ­a de Semiconductores
CINVESTAV Unidad Guadalajara
Tel. +52 (33) 3770-3700 ext. 1049
http://www.gdl.cinvestav.mx



--
Este mensaje ha sido analizado por MailScanner
en busca de virus y otros contenidos peligrosos,
y se considera que está limpio.
MailScanner agradece a transtec Computers por su apoyo.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to