Latest osworkflow experience

Source: Internet
Author: User

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 :)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.