The Artima Developer Community
Sponsored Link

Java Buzz Forum
Simple workflow system now on CPAN

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Chris Winters

Posts: 931
Nickname: cwinters
Registered: Jul, 2003

Daytime: Java hacker; nighttime: Perl hacker; sleeptime: some of both.
Simple workflow system now on CPAN Posted: May 14, 2004 7:10 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Chris Winters.
Original Post: Simple workflow system now on CPAN
Feed Title: cwinters.com
Feed URL: http://www.cwinters.com/search/registrar.php?domain=jroller.com®istrar=sedopark
Feed Description: Chris Winters on Java, programming and technology, usually in that order.
Latest Java Buzz Posts
Latest Java Buzz Posts by Chris Winters
Latest Posts From cwinters.com

Advertisement
Workflow - When I went to Germany in December to work with some folks on a large OpenInteract implementation was workflows. They'd implemented one for a trouble ticket system but it was closely tied to OI and they wanted to improve it and possibly make it easily accessible from multiple interfaces. So over the week we built a simple, standalone workflow system that took care of their needs while still being usable by others. And I promised to get it onto CPAN soon...

...but then lots of things popped up (as they do) and after the ton of work I did on it over that week and a couple days afterward the code just sat on my hard drive (and CVS!), doing nothing. It's been tickling me to get out for a while and Wednesday night at the beer-after-meeting session someone mentioned a system they needed that could be implemented with a workflow. While I don't need to make any more work for myself right now, this made the desire much stronger to just get this stuff out there.

So last night I tried out the sample application in the distribution and got it to work smoothly, tidied up some documentation, bundled it up and shipped it off. One of the useful things IMO is that each piece of it is componentized -- rather than declaring all your actions, conditions and validators in a single configuration file you can separate them, which means someone can create a library of conditions (like date parsing or whatnot) and ship them along with their declarations to anyone else. We'll see if it's useful or not.

Read: Simple workflow system now on CPAN

Topic: Java Blogging software supporting rdbms + subcategories Previous Topic   Next Topic Topic: James Gosling makes silly Linux comment

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use