Re: [SCXML] custom tags

2010-12-13 Thread jonathan augenstine
Jocke, Thank you for the response. I am certain I will have further questions. Jonathan On Mon, Dec 13, 2010 at 12:28 AM, jocke eriksson wrote: > Hej jonathan I have done a telephony state machine, and commons scxml > was a perfect choice for handling the logic. Custom actions and custom > ta

[daemon] what is the service wrapper replacement for Procrun and Jsvc?

2010-12-13 Thread Trei, Roberta L
I saw in the archives that Jsvc and Procrun are now deprecated. It suggested that a service wrapper class was now being used. Is this class something that is provided within Apache Commons, or is it the Java Server Wrapper provided by tanukisoftware, or is it something else entirely? Regards, R

Re: LICENSE - Embedding math-commons in our webpage

2010-12-13 Thread Luc Maisonobe
Le 13/12/2010 18:33, Uri David Akavia a écrit : > Hi. > > I am the first author on a recently published project which uses your > math commons library, which we are very grateful for in our lab. > The project has been released at this website > http://www.c2b2.columbia.edu/danapeerlab/html/conexic

LICENSE - Embedding math-commons in our webpage

2010-12-13 Thread Uri David Akavia
Hi. I am the first author on a recently published project which uses your math commons library, which we are very grateful for in our lab. The project has been released at this website http://www.c2b2.columbia.edu/danapeerlab/html/conexic.html. We would like to embed math-commons 2.1 (the version

Re: [SCXML] custom tags

2010-12-13 Thread jocke eriksson
Hej jonathan I have done a telephony state machine, and commons scxml was a perfect choice for handling the logic. Custom actions and custom tags are the same thing. register your action like this. List actions actions.add(new CustomAction(NAME_SPACE, "menu", MenuAction.class)); SCXMLParser.p