Open fatmamasmoudi opened 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.
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 ?
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.
Hello Could we use this in Dynamic Web Project, please ? Fatma.