Hi All,
I am new to commons-SCXML and I am trying to make SIP application using
sailfin ( Leveraging SIP Servlets ).
I came across SCXML and thought it can be of great use , As far as I had
understood I can write the state machines iusing scxml and dont have
to write much java code except some he
Dear Wiki user,
You have subscribed to a wiki page or wiki category on "Commons Wiki" for
change notification.
The following page has been changed by NiallPemberton:
http://wiki.apache.org/commons/CommonsOsgi
The comment on the change is:
Update for latest releases
A new utility class, PolynomialsUtils has been added with factory
methods for Chebyshev, Hermite, Laguerre and Legendre polynomials.
The code has been adapted from mantissa, mainly for the sake of
simplicity. Part of the simplification was to replace the class
RationalNumber from mantissa with [ma
On Sat, Jan 31, 2009 at 7:46 PM, Bill Barker wrote:
> It's a straight copy/paste from RealVectorImpl. I agree that public isn't
> best (but would probably go for protected instead of private so still usable
> by subclasses). However, making it non-public breaks the junit tests (which
> are a cop
Bill Barker a écrit :
> It's a straight copy/paste from RealVectorImpl. I agree that public isn't
> best (but would probably go for protected instead of private so still usable
> by subclasses). However, making it non-public breaks the junit tests (which
> are a copy of the RealVectorImpl juni