The OpenSymphony Group is pleased to announce the latest release of OSWorkflow, version 2.5. Many new enhancements are in this release, including a new (alpha) GUI designer as well as improved API support, more documentation, much better performance, and support for new persistence frameworks such as Hibernate.
Along with OSWorkflow 2.5, OpenSymphony is in the process of releasing OSCache 2.0, SiteMesh 2.0, OSUser 1.0, WebWork 2.0, XWork 1.0, as well as minor releases for PropertySet and OSCore. To celebrate these major new releases, OpenSymphony is in the process of moving to java.net and plans to expand our presence in the Java Open Source community in a big way. Expect to see some very high quality projects in the coming weeks from OpenSymphony.
New features include:
* Much faster performance
* Support for Automatic Actions, meaning your workflow can be driven by humans or run automatically
* Much simpler example application (runs in memory)
* Improved error reporting
* Support for Hibernate as a persistence layer
* Better documentation
* Improved APIs (persitenceMap replaced by a PropertySet)
* Support for intercepting all class resource requests (for passing through an Inversion of Control container, for instance)
* Ability to modify workflows at runtime and save changes back to XML
* Alpha workflow designer with plans to have a fully working one by version 3.0
* Much fewer dependencies with many more optional plugins at your disposal
You can download OSWorkflow, including the workflow designer and the example application, at our new home on java.net:
http://osworkflow.dev.java.net/files/documents/635/483/osworkflow-2.5.0.zip
-
OpenSymphony announces OSWorkflow 2.5 (15 messages)
- Posted by: Patrick Lightbody
- Posted on: July 25 2003 12:43 EDT
Threaded Messages (15)
- Web-driven workflow by java good on July 25 2003 15:04 EDT
- Web-driven workflow by Patrick Lightbody on July 25 2003 15:12 EDT
- Web-driven workflow by java good on July 25 2003 03:15 EDT
- Ability to modify workflows on the fly by Doron Sherman on July 25 2003 17:06 EDT
-
Ability to modify workflows on the fly by Hani Suleiman on July 25 2003 11:09 EDT
- Versioning of workflows by Doron Sherman on July 28 2003 03:15 EDT
-
Ability to modify workflows on the fly by Hani Suleiman on July 25 2003 11:09 EDT
- Web-driven workflow by Patrick Lightbody on July 25 2003 15:12 EDT
- XPDL? by java good on July 26 2003 11:35 EDT
- OpenSymphony announces OSWorkflow 2.5 by andy yang on July 26 2003 23:10 EDT
- OpenSymphony announces OSWorkflow 2.5 by Hani Suleiman on July 27 2003 11:08 EDT
- discussion site by java good on July 27 2003 14:34 EDT
- OpenSymphony announces OSWorkflow 2.5 by Aaron Robinson on July 29 2003 10:31 EDT
- OpenSymphony announces OSWorkflow 2.5 by Patrick Lightbody on July 29 2003 12:50 EDT
-
OpenSymphony announces OSWorkflow 2.5 by Aaron Robinson on July 29 2003 03:22 EDT
- OpenSymphony announces OSWorkflow 2.5 by John Harby on August 03 2003 01:49 EDT
-
OpenSymphony announces OSWorkflow 2.5 by Aaron Robinson on July 29 2003 03:22 EDT
- poor man's workflow by me havename on July 29 2003 13:29 EDT
- OpenSymphony announces OSWorkflow 2.5 by Patrick Lightbody on July 29 2003 12:50 EDT
-
Web-driven workflow[ Go to top ]
- Posted by: java good
- Posted on: July 25 2003 15:04 EDT
- in response to Patrick Lightbody
Is it possible to provide browser access to allow web users to modify the workflow on the fly? Can users create/modify/delete workflows ?
Thanks -
Web-driven workflow[ Go to top ]
- Posted by: Patrick Lightbody
- Posted on: July 25 2003 15:12 EDT
- in response to java good
There are plans in the coming versions for an administrative program. In the meantime, you can write one on your own using the exposed APIs. -
Web-driven workflow[ Go to top ]
- Posted by: java good
- Posted on: July 25 2003 15:15 EDT
- in response to Patrick Lightbody
Ah, I missed the following line in the feature list:
* Ability to modify workflows at runtime and save changes back to XML -
Ability to modify workflows on the fly[ Go to top ]
- Posted by: Doron Sherman
- Posted on: July 25 2003 17:06 EDT
- in response to java good
Since workflows often represent execution of long-running business processes, changing them on the fly requires a special treatment for process instances that are currently executing (different, say, from process instances created after the workflow change was done). Is there support for side-by-side versioning (i.e. execution of multiple versions of the workflow in parallel) in this release?
Doron.
Collaxa, Inc. -
Ability to modify workflows on the fly[ Go to top ]
- Posted by: Hani Suleiman
- Posted on: July 25 2003 23:09 EDT
- in response to Doron Sherman
Hi Doron,
Fraid not, there isn't any idea of versioning of workflow descriptors, that sort of thing is left to your application to handle. -
Versioning of workflows[ Go to top ]
- Posted by: Doron Sherman
- Posted on: July 28 2003 15:15 EDT
- in response to Hani Suleiman
Side by side versioning is likely to be a major overhead for developers if it needs to be taken care of as part of workflow applications they build. BPEL orchestration servers are likely to include this capability as an integral part of the infrastructure and enable easy management of multiple versions of BPEL flows through an admin console.
Doron.
Collaxa, Inc. -
XPDL?[ Go to top ]
- Posted by: java good
- Posted on: July 26 2003 11:35 EDT
- in response to Patrick Lightbody
Any plans to support XPDL in future? -
OpenSymphony announces OSWorkflow 2.5[ Go to top ]
- Posted by: andy yang
- Posted on: July 26 2003 23:10 EDT
- in response to Patrick Lightbody
Werkflow look like a more a flexible, extensible process- and state-based workflow engine.
I'd never config OSworkflow ok, -
OpenSymphony announces OSWorkflow 2.5[ Go to top ]
- Posted by: Hani Suleiman
- Posted on: July 27 2003 11:08 EDT
- in response to andy yang
Not quite. The author of werkflow himself admittd that:
a) nobody uses it except the company who paid him to write it
b) It's a dead project
See http://www.freeroller.net/page/fate/20030717#more_distressing_symptoms_werkflow -
discussion site[ Go to top ]
- Posted by: java good
- Posted on: July 27 2003 14:34 EDT
- in response to Patrick Lightbody
Is there a discussion site the developers frequent so that users can ask questions? Anything other than the mailing list? -
OpenSymphony announces OSWorkflow 2.5[ Go to top ]
- Posted by: Aaron Robinson
- Posted on: July 29 2003 10:31 EDT
- in response to Patrick Lightbody
How do you position yourself against WebLogic Integration from the 8.1 platform? -
OpenSymphony announces OSWorkflow 2.5[ Go to top ]
- Posted by: Patrick Lightbody
- Posted on: July 29 2003 12:50 EDT
- in response to Aaron Robinson
"position yourself"? -
OpenSymphony announces OSWorkflow 2.5[ Go to top ]
- Posted by: Aaron Robinson
- Posted on: July 29 2003 15:22 EDT
- in response to Patrick Lightbody
Patrick,
You know what I mean so why the patronizing comment?
Do you see OSworkflow as a competitor of WLI? If so how do they compare from a functioanlity perspective.
They're both based around 'workflow' and although WLI seems to place more emphasis on BPM, OsWorkflow seems to support EJB, JMS, Web Services (Glue / SOAP) etc so it seems to do the B2B thing.
Are you trying to compete in the same space as WLI? -
OpenSymphony announces OSWorkflow 2.5[ Go to top ]
- Posted by: John Harby
- Posted on: August 03 2003 13:49 EDT
- in response to Aaron Robinson
WLI is really trying for the "full-fledged" EAI platform isn't it? I don't see Hani looking at that right now ... -
poor man's workflow[ Go to top ]
- Posted by: me havename
- Posted on: July 29 2003 13:29 EDT
- in response to Aaron Robinson
OSWorkflow = no frills, poor man's fully functional workflow, can be used in any Java app.
BEA Integration = full o frills, BPM product, and oh, need to buy app server too.