Re: Struts and Workflow

2003-07-11 Thread Mike Duffy
The reason I posted a message on workflow to this group is because there were a few brief postings on the subject earlier in the week. Also, as a point of clarification, the "WorkflowRights" object is needed to keep business logic out of the view. A display decision is made based on rights and no

Struts and Workflow

2003-07-10 Thread Mike Duffy
I think that Struts and the MVC architecture could be used to create a basic workflow system. A "WorkflowState" object would represent the state of items in the workflow (current assignment, current status, and other attributes). A "WorkflowRights" object would represent a user's right to view or

Re: role based security in struts and workflow

2001-08-13 Thread Nic Hobbs
Hi Matt, all, At the moment I haven't got anything like a demo webapp for it but all you need to do to try it is to install it all as per the instructions, add your roles to the struts-config and make sure that you login to your app server such that isUserInRole etc. return the right thing. I