The OpenSymphony team is proud to announce the release of OSWorkflow 2.7.
This release includes numerous bugfixes and enhancements, both to the core framework and the workflow GUI designer. Some of these enhancements include the purging of the evil singleton pattern that was used internally. Thanks to that, running multiple configurations is now possible in the same VM, Spring support was also added, as well as improved support for global and common actions, and a new tutorial.
Downloads, documentation and more info as well as a webstart version of the GUI designer can be found at http://www.opensymphony.com/osworkflow/
-
OSWorkflow 2.7 released (16 messages)
- Posted by: Hani Suleiman
- Posted on: May 26 2004 15:14 EDT
Threaded Messages (16)
- OSWorkflow 2.7 released by graham o'regan on May 27 2004 04:58 EDT
- OSWorkflow 2.7 released by Mark N on May 27 2004 08:09 EDT
-
OSWorkflow 2.7 released by graham o'regan on May 27 2004 09:01 EDT
-
OSWorkflow 2.7 released by Mark N on May 27 2004 09:59 EDT
-
the flexibility fetish by Michael Cohen on May 27 2004 10:49 EDT
- Less flexibility all round! by Hani Suleiman on May 27 2004 12:58 EDT
-
Re: the flexibility fetish by Will Hartung on May 27 2004 01:06 EDT
- Re: the flexibility fetish by ac0dr on May 27 2004 01:55 EDT
- Re: the flexibility fetish by Timothy Barreto on May 28 2004 12:33 EDT
-
Re: the flexibility fetish by Henrique Steckelberg on May 28 2004 08:13 EDT
-
OSWorkflow + Hibernate by adriana silva on August 11 2004 05:08 EDT
- Osworkflow + iBatis by CBS CBS on September 09 2004 03:32 EDT
-
OSWorkflow + Hibernate by adriana silva on August 11 2004 05:08 EDT
-
the flexibility fetish by Michael Cohen on May 27 2004 10:49 EDT
-
OSWorkflow 2.7 released by Mark N on May 27 2004 09:59 EDT
-
OSWorkflow 2.7 released by graham o'regan on May 27 2004 09:01 EDT
- OSworkflow 2.7 is good! by CBS CBS on May 27 2004 08:47 EDT
- waiting for next release to fix more numerous bugs by shawn spencer on May 27 2004 13:05 EDT
- OSWorkflow 2.7 released by Mark N on May 27 2004 08:09 EDT
- Does this have to do with JBoss? by Joseph Ottinger on May 27 2004 07:22 EDT
- OSWorkflow 2.7 released by Nils Kilden-Pedersen on May 28 2004 13:35 EDT
-
OSWorkflow 2.7 released[ Go to top ]
- Posted by: graham o'regan
- Posted on: May 27 2004 04:58 EDT
- in response to Hani Suleiman
Is this where the developers on all the OSS projects that Hani has slated get their revenge :-) -
OSWorkflow 2.7 released[ Go to top ]
- Posted by: Mark N
- Posted on: May 27 2004 08:09 EDT
- in response to graham o'regan
slated
Slighted? If so - me thinks you are very generous. -
OSWorkflow 2.7 released[ Go to top ]
- Posted by: graham o'regan
- Posted on: May 27 2004 09:01 EDT
- in response to Mark N
tr.v. slat·ed
1. Term used widely in the UK to express one's dissatisfaction with a subject, i.e. "Mr. Suleiman slated JBoss for the gratuitous use of fake personae on TSS"
:-) -
OSWorkflow 2.7 released[ Go to top ]
- Posted by: Mark N
- Posted on: May 27 2004 09:59 EDT
- in response to graham o'regan
tr.v. slat·ed1. Term used widely in the UK to express one's dissatisfaction with a subject, i.e. "Mr. Suleiman slated JBoss for the gratuitous use of fake personae on TSS":-)
Thanks! My word for the day. Still think it was generous. :) -
the flexibility fetish[ Go to top ]
- Posted by: Michael Cohen
- Posted on: May 27 2004 10:49 EDT
- in response to Mark N
"What makes OSWorkflow different is that it is extremely flexible."
http://www.jroller.com/page/fate/?anchor=the_flexbility_fetish -
Less flexibility all round![ Go to top ]
- Posted by: Hani Suleiman
- Posted on: May 27 2004 12:58 EDT
- in response to Michael Cohen
Yes, I've cut down the flexbility fetish on the frontpage blurb from 8 mentions to a mere 2. The next version might reduce this further to just one! How's that for progress? -
Re: the flexibility fetish[ Go to top ]
- Posted by: Will Hartung
- Posted on: May 27 2004 13:06 EDT
- in response to Michael Cohen
Maybe they've written a Flexibility Manager, to add Flexibility to legacy software.
I must have missed the seminar, but could someone mutter out a few word explaining "Workflow" and why I need a GUI and XML and infrastructure in order to sequence method calls?
When we start writing interpreters in Java for XML to do "high level" sequencing, something Java, or pretty much any other language, does with aplomb daily, I get a little concerned.
From the "About":OSWorkflow can be considered a "low level" workflow implementation. Situations like "loops" and "conditions" that might be represented by a graphical icon in other workflow systems must be "coded" in OSWorkflow. That's not to say that actual code is needed to implement situations like this, but a scripting language must be employed to specify these conditions.
IMHO, a scripting language IS code. Dropping boxes in a GUI is code. Writing an XML file is code.
So, I'm missing something here. -
Re: the flexibility fetish[ Go to top ]
- Posted by: ac0dr
- Posted on: May 27 2004 13:55 EDT
- in response to Will Hartung
Dropping boxes in a GUI is code.
dropping box? what is that? sounds more like something Hani would write. :-) -
Re: the flexibility fetish[ Go to top ]
- Posted by: Timothy Barreto
- Posted on: May 28 2004 00:33 EDT
- in response to Will Hartung
I must have missed the seminar, but could someone mutter out a few word explaining "Workflow" and why I need a GUI and XML and infrastructure in order to sequence method calls?
I just read the tutorial and it appears useful and fairly simple. It allows you to predefine the steps your application should take and centrailize all that logic in one place. Also, allows the definition of functions that should be called during transitions. -
Re: the flexibility fetish[ Go to top ]
- Posted by: Henrique Steckelberg
- Posted on: May 28 2004 08:13 EDT
- in response to Will Hartung
A workflow engine is needed when you have complex processes guiding the flow of your systems, and this flow needs to be updated more than what is usual for other softwares. I have an example here where I work, a big telco company, where they must control the provisioning of new circuits, this a heavy process full of control points, actions taken by multiple users, dates and exceptions, states (surveying, planning, installing, testing, active), plus this process may be different depending on the kind of circuit provided or region where the client is, and so on. Having all this control hard-coded in a system would be unmaintainable. We must use a workflow engine in order to make the process maintainable and "adaptable" (just managed to avoid the "F" word :) ) inside the circuit deployment control system.
One of the ways to do this is to have the process declared somewhere out of the code (in a flatfile, in the database), and have the workflow engine use it to "drive" your system. And since you will have to describe the flows, what better way than using a GUI editor for that? :) It will allow for non-programmers to define the flow of you system too.
Hope I made thinks clearer...
Regards,
Henrique Steckelberg -
OSWorkflow + Hibernate[ Go to top ]
- Posted by: adriana silva
- Posted on: August 11 2004 17:08 EDT
- in response to Henrique Steckelberg
Hello Henrique, im getting problems with OSWorkflow. I want to use hibernate to persist datas and i didnt find any documents about how to configure osworkflow.xml, propertyset.xml and osuser.xml. Do u have experience with OSWorkflow with Hibernate?
Regards,
Adriana -
Osworkflow + iBatis[ Go to top ]
- Posted by: CBS CBS
- Posted on: September 09 2004 03:32 EDT
- in response to adriana silva
I want to use iBatis to persist datas with Osworkflow, But i need
help. -
OSworkflow 2.7 is good![ Go to top ]
- Posted by: CBS CBS
- Posted on: May 27 2004 08:47 EDT
- in response to graham o'regan
Thanks Hani!!!!!
I will use osworkflow in our project based spring. -
waiting for next release to fix more numerous bugs[ Go to top ]
- Posted by: shawn spencer
- Posted on: May 27 2004 13:05 EDT
- in response to graham o'regan
i hope they havent created more in this release. -
Does this have to do with JBoss?[ Go to top ]
- Posted by: Joseph Ottinger
- Posted on: May 27 2004 07:22 EDT
- in response to Hani Suleiman
I'm just, you know, wondering... :) -
OSWorkflow 2.7 released[ Go to top ]
- Posted by: Nils Kilden-Pedersen
- Posted on: May 28 2004 13:35 EDT
- in response to Hani Suleiman
I love the fact that one of the dependencies is Jakarta commons-logging.