Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Show Posts

| * |

  Show Posts
Pages: 1 [2] 3 4 ... 11
16  PureMVC Manifold / Demos and Utils / StateMachine - A PureMVC JS Utility on: October 10, 2014, 03:50:16
This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions.

A mechanism is provided for defining the entire state machine in JSON and having a fully populated StateMachine injected into the PureMVC app.

The utility is is located here: https://github.com/PureMVC/puremvc-js-util-statemachine/wiki

The authors are Neil Manuell, Cliff Hall, and Saad Shams.
17  PureMVC Manifold / Bug Report / Please post issues to GitHub if possible! on: November 10, 2012, 04:10:35
If you have a GitHub account, post your issue here:
https://github.com/PureMVC/puremvc-typescript-multicore-framework/issues

Even better, if you have a suggested fix, submit a pull request:
https://github.com/PureMVC/puremvc-typescript-multicore-framework/pulls

Otherwise feel free to post about it in this board.
-=Cliff>
18  PureMVC Manifold / Bug Report / Please post issues to GitHub if possible! on: November 10, 2012, 04:09:41
If you have a GitHub account, post your issue here:
https://github.com/PureMVC/puremvc-typescript-standard-framework/issues

Even better, if you have a suggested fix, submit a pull request:
https://github.com/PureMVC/puremvc-typescript-standard-framework/pulls

Otherwise feel free to post about it in this board.
-=Cliff>
19  PureMVC Manifold / Demos and Utilities / EmployeeAdmin - A PureMVC TypeScript Demo on: November 10, 2012, 03:49:36
This demo illustrates techniques for performing routine maintenance operations in a PureMVC-based TypeScript / jQuery application. Require.js is used for module loading.

The demo is located here: https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/wiki

If you have a GitHub account, post any issues here:
https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/issues

Even better, if you have a suggested fix, submit a pull request:
https://github.com/PureMVC/puremvc-typescript-demo-employeeadmin/pulls

The author is Frederic Saunier.
20  PureMVC Manifold / MultiCore Version / Welcome to the TypeScript MultiCore Port on: November 10, 2012, 03:47:07
The project is located here: https://github.com/PureMVC/puremvc-typescript-multicore-framework/wiki

If possible, please use GitHub to report issues.

The Project Owner is:
Frederic Saunier <frederic.saunier@puremvc.org>

-=Cliff>
21  PureMVC Manifold / Standard Version / Welcome to the TypeScript Standard Port on: November 10, 2012, 03:42:41
The project is located here: https://github.com/PureMVC/puremvc-typescript-standard-framework/wiki

If possible, please use GitHub to report issues.

The Project Owner is:
Frederic Saunier <frederic.saunier@puremvc.org>

-=Cliff>
22  PureMVC Manifold / Demos and Utils / Minimalist - A PureMVC Python / wxPython Demo on: October 30, 2012, 01:43:52
This demo illustrates the simplest way (that Andy could think of) to build a PureMVC application in python using wxPython as the GUI. A string in the model is displayed in the GUI in a textfield. Anything you type gets converted to uppercase and stored back in the model, courtesy of a command class triggered when you hit the ENTER key in the GUI.

The project is located here:
https://github.com/PureMVC/puremvc-python-demo-wxpython-minimalist/wiki

The author is Andy Bulka. He has an excellent article explaining it here:
http://www.andypatterns.com/index.php/blog/puremvc_minimal_wxpython/
23  PureMVC Manifold / Demos and Utils / Pipes - A PureMVC PHP Utility on: October 28, 2012, 04:59:16
This utility provides the capability for creating pipelines that pass messages between Cores in a PureMVC  MultiCore-based application. Pipelines can be composed of filters, queues, splitting and merging tees, and more.

The Utility is located here: https://github.com/PureMVC/puremvc-php-util-pipes/wiki

It was ported to PHP by Michel Chouinard.
24  PureMVC Manifold / Demos and Utils / StateMachine - A PureMVC PHP Utility on: October 28, 2012, 03:15:04
This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions.

A mechanism is provided for defining the entire state machine in XML and having a fully populated StateMachine injected into the PureMVC app.

Currently, only a MultiCore version is included.

The demo is located here: https://github.com/PureMVC/puremvc-php-util-statemachine/wiki

It was ported to PHP by Michel Chouinard.
25  PureMVC Manifold / MultiCore Version / Welcome to the PHP MultiCore Port on: October 28, 2012, 01:52:29
The project is located here:
https://github.com/PureMVC/puremvc-php-multicore-framework/wiki

The Project Owner is:
Michel Chouinard <michel.chouinard@puremvc.org>

-=Cliff>
26  PureMVC Manifold / Demos and Utils / StateMachine - A PureMVC Perl Utility on: October 28, 2012, 12:39:43
This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions.

A mechanism is provided for defining the entire state machine in XML and having a fully populated StateMachine injected into the PureMVC app.

Standard and MultiCore versions are included.

The demo is located here: https://github.com/PureMVC/puremvc-perl-util-statemachine/wiki

It was ported to Perl by Fredric Sullet.

NOTE: This topic is locked. Add all your comments to the discussion in the Standard Version's topic. http://forums.puremvc.org/index.php?topic=2058.0
27  PureMVC Manifold / Demos and Utils / StateMachine - A PureMVC Perl Utility on: October 28, 2012, 12:32:05
This utility provides a simple yet effective Finite State Machine implementation, which allows the definition of discrete states, and the valid transitions to other states available from any given state, and the actions which trigger the transitions.

A mechanism is provided for defining the entire state machine in XML and having a fully populated StateMachine injected into the PureMVC app.

Standard and MultiCore versions are included.

The demo is located here: https://github.com/PureMVC/puremvc-perl-util-statemachine/wiki

It was ported to Haxe by Fredric Sullet.
28  PureMVC Manifold / MultiCore Version / Welcome to the Python MultiCore Port on: October 28, 2012, 09:55:30
The project is located here: https://github.com/PureMVC/puremvc-python-multicore-framework/wiki

The Project Owner is:
Daniele Esposti, <daniele.esposti@puremvc.org>

-=Cliff>
29  PureMVC Manifold / Demos and Utils / TodoMVC - A PureMVC JS Demo on: September 01, 2012, 03:03:32
This demo is a PureMVC port of the TodoMVC Project, a JavaScript application framework comparison demo. Given a standard html template, css, and a plain vanilla JavaScript reference app (no framework), developers are challenged to produce implementations base upon their favorite framework.

NOTE: Some browsers may not render the checkboxes, delete buttons, and/or other UI controls properly. This is a result of the standard provided TodoMVC project template, and the same strange browser artifacts appear on most of the 'Stable' apps listed there.

The author is Mike Britton.
The project is located here: https://github.com/PureMVC/puremvc-js-demo-todomvc/wiki
30  PureMVC Manifold / Demos and Utils / PureMVC Haxe Standard Version Unit Tests on: August 17, 2012, 04:57:17
These are the Unit Tests for the PureMVC Standard Framework for Haxe

The project has historically been located here: http://trac.puremvc.org/PureMVC_Haxe_UnitTests
It has been moved here: https://github.com/PureMVC/puremvc-haxe-standard-unittests/wiki

The Unit Tests were ported from AS3 by Marco Secchi.
Pages: 1 [2] 3 4 ... 11