I haven't looked at osworkflow for a while. Today I got the latest code and found that
Many exciting changes:
1) The support for webwork is stronger, but the version is a bit old, which is 1.x. I like to use 2.x.
2) strong support for spring
<Bean name = "workflow" class = "com. opensymphony. workflow. Basic. basicworkflow">
<Constructor-Arg> <value> jjx </value> </constructor-Arg>
<Property name = "configuration"> <ref bean = "workflowconfiguration"/> </property>
</Bean>
Because workflowfactory and workflowstore can be specified in workflowconfiguration, we can
All the configuration files of osworkflow are unified with spring.
3) function supports spring Configuration:
<Post-functions>
<Function type = "Spring">
<Arg name = "bean. Name">
Springfunction
</Arg>
</Function>
</Post-functions>
4) In addition, we found that the test case of osworkflow is much enhanced, although it seems that Hani doesn't like writing unit test very much :)