[gwt-contrib] GWT support for java.math

2010-05-20 Thread Swets
I am looking for gwt support for java.math.
I found gwt-math-2.1.jar, however this jar does not support few of the
methods which I am using in my project viz:-
1.  java.math.MathContext
2. remainder(BigDecimal arg0,MathContext arg1)
3. intValueExact()
4.  java.math.RoundingMode
Any suggestions on how to get support on the above methods or even let
me know if there is any other jar which supports all the method in
java.math.
-Thank you.

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: [gwt-contrib] GWT support for java.math

2010-05-20 Thread John Tamplin
On Mon, May 17, 2010 at 5:06 AM, Swets manjrekar.shw...@gmail.com wrote:

 I am looking for gwt support for java.math.
 I found gwt-math-2.1.jar, however this jar does not support few of the
 methods which I am using in my project viz:-
 1.  java.math.MathContext
 2. remainder(BigDecimal arg0,MathContext arg1)
 3. intValueExact()
 4.  java.math.RoundingMode
 Any suggestions on how to get support on the above methods or even let
 me know if there is any other jar which supports all the method in
 java.math.


GWT trunk already supports java.math including all of those.  If you can't
use svn trunk, you will need to wait for 2.1 or find some external library.

-- 
John A. Tamplin
Software Engineer (GWT), Google

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors