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
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
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
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
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