Estafet-LTD / easyfsm

0 stars 0 forks source link

FSM + JSP #1

Open fatmamasmoudi opened 4 years ago

fatmamasmoudi commented 4 years ago

Hello Could we use this in Dynamic Web Project, please ? Fatma.

steverosstalbot commented 4 years ago

You could use it in that way. The current embodiment is used to create the scaffolding for multiple microservices acting collectively whilst retaining independence.

fatmamasmoudi commented 4 years ago

Thanks But when I use this in Dynamic Web Project it raises this exception java.lang.ClassNotFoundException: Action.FSMAction It seems that this instruction is not supported

FSM f = new FSM("C://Users//azus//eclipse-workspace//testFSM//src//testFSM//config1.xml", new FSMAction() { @Override public boolean action(String curState, String message, String nextState, Object args) {

                states.add(nextState);
            javax.swing.JOptionPane.showMessageDialog(null, curState + ":" + message +" : " +nextState);

Any body can help ?

steverosstalbot commented 4 years ago

I might be able to help a bit over the w/e to make sure it works for you. But use my email steve.pi4tech@gmail.com for general communication.