Invoking a service that requires BigDecimal from GWT

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Invoking a service that requires BigDecimal from GWT

kgambrah
Hi Everyone,
I am working on a Google Webtoolkit client that uses JSON to communicate
with the server. However I've come to a point where I need to invoke a
service that expects a BigDecimal as an input.

I am currently thinking of 2 approaches,
1. Create a new service to take a number and convert it to a BigDecimal
2. Create a BigDecimal on the GWT server and then invoke the ofbiz service

I was just thinking maybe someone has dealt with this issue and can
share some insight.

Regards,
Kojo
Reply | Threaded
Open this post in threaded view
|

GWT integration with JSON

kgambrah
[hidden email] wrote:

> Hi Everyone,
> I am working on a Google Webtoolkit client that uses JSON to
> communicate with the server. However I've come to a point where I need
> to invoke a service that expects a BigDecimal as an input.
>
> I am currently thinking of 2 approaches,
> 1. Create a new service to take a number and convert it to a BigDecimal
> 2. Create a BigDecimal on the GWT server and then invoke the ofbiz
> service
>
> I was just thinking maybe someone has dealt with this issue and can
> share some insight.
>
> Regards,
> Kojo