Menu

Stagehand_FSM 1.10.0 (stable) released

Stagehand_FSM is a finite state machine.

Using Stagehand_FSM with applications, frameworks, and toolkits, it can make to simplify complex state management code in them. And also, it can be used as an engine of event-driven architecture.

::::: Release notes for Stagehand_FSM 1.10.0 :::::

A new release of Stagehand_FSM is now available.

What's New in Stagehand_FSM 1.10.0

* Improved error handling: The behavior of internal error handling has been changed so as to handle only own and "exception" level errors.

::::: Installation :::::

This release can be installed directly using a PEAR channel pear.piece-framework.com:
First, add the channel to your PEAR install:

$ pear channel-discover pear.piece-framework.com

Second, install the package:

$ pear install piece/Stagehand_FSM

This release can be downloaded from:
http://sourceforge.net/project/showfiles.php?group_id=165844

Since Stagehand_FSM-1.10.0.tgz is a PEAR package, you can install the package with pear command after downloading it.

$ pear install Stagehand_FSM-1.10.0.tgz

For more information, visit the project page as follows:
http://piece-framework.com/

Posted by iteman 2008-07-27

Log in to post a comment.