What kind of work is involved in making a very simple bpm4struts model ?
Let’s get over the things to do for a single use-case with a single page: • create a use-case • give this use-case the FrontEndApplication stereotype • create an activity graph in this use-case • add an initial state • add an action state “Action1” • add a transition from the initial state into this action state • add another action state “Action2” • add a transition from “Action1” into “Action2” • add the FrontEndView stereotype to “Action2” (doing this will make it a JSP page) • add a final state and give it the name of the use-case to forward to (case-insensitive) • add a transition from “Action2” into this final state • because this transition is going out of an action state with the FrontEndView stereotype it needs a trigger with a name and optionally with some parameters (this will be rendered as a submittable form) • Create a controller class, “ActionController” • “assign” this controller class to the activity graph created in step 3.
Related Questions
- Would like to know about how the simple Keynesian cross model may be solved for a unique equilibrium level of national income. And What impact a fall in interest rate would have on the equilibrium?
- Why is pi model so simple? Is ASITIC really modeling the structure correctly?
- Can I use the Java CoG Kit task model to invoke simple web services?