Hi Alex, http://code.google.com/p/gwt-java-math is a pure Java implementation of BigDecimal for GWT and is the one that is getting merged into GWT itself.
>From Richard. On Jul 15, 7:01 pm, AlexG <[email protected]> wrote: > Hi, > > i got what I needed, thanks to you both. > > Greets > Alex > > On 14 Jul., 18:10, Jaroslav Záruba <[email protected]> wrote: > > > > > I used gwt-math on my previous project. works fine. > > 2.1 (m1, m2) has BigDecimal support built in. > > > On Wed, Jul 14, 2010 at 5:52 PM, Scott Fines <[email protected]> wrote: > > > I don't know about the money situation, but gwttime(http:// > > > code.google.com/p/gwttime) is a port of JodaTime to GWT. Despite > > > appearances, it is actually still being worked on. > > > > For Money, I have heard people talk about using gwt-math(http:// > > > code.google.com/p/gwt-math), which has the BigDecimal class emulated > > > in it. I don't know much about it, though, so don't take my word as > > > holy writ. > > > > (Disclaimer: I'm the principal committer of gwttime) > > > > Hope this helps, > > > > Scott Fines > > > > On Jul 14, 7:56 am, AlexG <[email protected]> > > > wrote: > > > > Hi, > > > > > I´m trying to develop some business applications in the cloud. To > > > > calculate with money, I need a library, whicht provides a Money class > > > > and methods, to calculate with it. The same for Date. > > > > > I tried to use JodaMoney and JodaTime, but there are some dependencies > > > > on non-supported Java classes, > > > > for example java.lang.reflect ... > > > > > Anybody knows a library that provides the desired functionality, > > > > without using non-supported Java-classes? > > > > > Thanks. > > > > > Greets > > > > -- > > > You received this message because you are subscribed to the Google Groups > > > "Google Web Toolkit" group. > > > To post to this group, send email to [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-web-toolkit%2Bunsubs > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
