Re: BigDecimal - Can you add it to 2.1 version

2010-07-06 Thread Carl Pritchett
The Harmony team is not involved, I'm just some random guy. My mistake - I thought the BigDecimal code was based on Harmony's BigDecimal as it was mentioned in response to an issue I raised. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit

Re: BigDecimal - Can you add it to 2.1 version

2010-07-02 Thread Richard
The Harmony team is not involved, I'm just some random guy. From Richard. On Jul 2, 8:06 am, Carl Pritchett bogusggem...@gmail.com wrote: http://code.google.com/p/gwt-java-math/ We use this in our finance based application and it works well. It's based on the Apache Harmony BigDecimal class

Re: BigDecimal - Can you add it to 2.1 version

2010-07-01 Thread Carl Pritchett
http://code.google.com/p/gwt-java-math/ We use this in our finance based application and it works well. It's based on the Apache Harmony BigDecimal class I think. Initially I found a few differences from the java BigDecimal but they were fixed instantly by the Harmony team and integrated into

Re: BigDecimal - Can you add it to 2.1 version

2010-06-29 Thread Richard
Hi Dor, My project gwt-java-math is what GWT 2.1's implementation will be based on. It is available now here: http://code.google.com/p/gwt-java-math/ From Richard. On Jun 28, 9:39 pm, Dor dor...@gmail.com wrote: Hi All, I am responsible on innovative financial platform which is based on

Re: BigDecimal - Can you add it to 2.1 version

2010-06-29 Thread Thomas Broyer
On 29 juin, 15:16, Richard rich...@zschech.net wrote: Hi Dor, My project gwt-java-math is what GWT 2.1's implementation will be based on. It is available now here: http://code.google.com/p/gwt-java-math/ ...and already shiped in 2.1M1, FWIW. -- You received this message because you are

BigDecimal - Can you add it to 2.1 version

2010-06-28 Thread Dor
Hi All, I am responsible on innovative financial platform which is based on GWT. One of our problems is the lack of BigDecimal on client side. Because of this lack we are using double / Double object and many other manipulations to overcome this lack. Consider for example, having a number like

Re: BigDecimal - Can you add it to 2.1 version

2010-06-28 Thread Jim Douglas
http://code.google.com/p/google-web-toolkit/issues/detail?id=1857 http://code.google.com/p/google-web-toolkit/issues/detail?id=4685 On Jun 28, 5:39 am, Dor dor...@gmail.com wrote: Hi All, I am responsible on innovative financial platform which is based on GWT. One of our problems is the