Need some guidance in making a SIP application using commons-SCXML

2009-02-01 Thread Saurabh Agarwal
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

[Commons Wiki] Update of "CommonsOsgi" by NiallPemberton

2009-02-01 Thread Apache Wiki
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

Re: [math] Request: Othogonal polynomials

2009-02-01 Thread Luc Maisonobe
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

Re: svn commit: r739504 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/linear/SparseRealVector.java test/org/apache/commons/math/linear/SparseRealVectorTest.java

2009-02-01 Thread Rahul Akolkar
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

Re: svn commit: r739504 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/linear/SparseRealVector.java test/org/apache/commons/math/linear/SparseRealVectorTest.java

2009-02-01 Thread Luc Maisonobe
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