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

Pages: [1]
Print
Author Topic: State Machine utility planned?  (Read 12868 times)
tiggr
Newbie
*
Posts: 3


View Profile Email
« on: February 18, 2010, 01:24:24 »

Hi,

Is there any plans to port http://trac.puremvc.org/Utility_AS3_StateMachine for Java multicore edition? Or do you recommend some other base for a Finite Statemachine running puremvc on GWT?

Regards
David
Logged
aquinault
Moderator
Jr. Member
*****
Posts: 10


View Profile Email
« Reply #1 on: February 18, 2010, 02:28:35 »

Hi,

I think it possible to port the StateMachine for java multicore but i have to find a solution for parsing the xml configuration for the FSM Injector which must be generic for all platforms.

Regards
Anthony.
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #2 on: February 18, 2010, 09:19:37 »

I don't know if it will work with GWT or not, but I highly recommend XOM.

When I was working in a Java Enterprise role, I had to figure out the same problem, and I spent a lot of time exhaustively comparing XML parsers.

XOM is the bomb!
http://www.xom.nu/

-=Cliff>
Logged
tiggr
Newbie
*
Posts: 3


View Profile Email
« Reply #3 on: February 22, 2010, 01:49:20 »

Hm, so will this XOM work as xml-parser?

Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #4 on: February 22, 2010, 11:08:03 »

Yes, it's two-way. Take XML, turn it into an object. Take an object, turn it into XML. And if you have an XML Schema (XSD) describing the XML, you can validate any XML or object against that schema.

-=Cliff>
« Last Edit: February 22, 2010, 11:09:39 by puremvc » Logged
tiggr
Newbie
*
Posts: 3


View Profile Email
« Reply #5 on: February 25, 2010, 06:57:51 »

Ok, so is this planned or should I start trying my own port?

Regards
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #6 on: February 25, 2010, 10:50:30 »

So far, no one has stated that they are working on it. If you want to port it, you'll be greatly appreciated for your efforts!

-=Cliff>
Logged
jason
Jr. Member
**
Posts: 13


View Profile Email
« Reply #7 on: March 02, 2010, 11:38:00 »

I'm just using jbpm and spring.
I just created a FSMMessageHandlerCommand command, which interacts with jbpm.
config is all spring+jbpm.
works fine.

Logged
Pages: [1]
Print