|
In Java Pet Store Application there is some mention
about workflow .Why can't we just follow it ?
Here is what they do ? from requestMapping.xml (
similar to our struts-config.xml input mapping)
<request-mappings>
<screen definitions
.../>
<url-mapping url="/verifysignin"
screen="SIGN_IN_SUCCESS" useRequestHandler="true"
useFlowHandler="true">
<request-handler-class>com.sun.j2ee.blueprints.petstore.control.web.handlers.SigninHandler</request-handler-class> <flow-handler class="com.sun.j2ee.blueprints.petstore.control.web.handlers.SigninFlowHandler"> <handler-result result="2" screen="SIGN_IN_ERROR"/> <handler-result result="1" screen="SIGN_IN_SUCCESS"/> </flow-handler> </url-mapping>
</request-mapping.
Then use the DOM parser to parse it . I have not seen how in struts the work-flow is handled ? Or is it similar to above :-) Suhas
|
- Workflow impasse? New ideas. Jonathan Asbell
- Re: Workflow impasse? New ideas. Michael Schneider
- Re: Workflow impasse? New ideas. suhas
- Re: Workflow impasse? New ideas. Ted Husted

