You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by kg...@gmail.com on 2010/02/02 11:28:54 UTC

GWT integration with JSON

kgambrah@gmail.com 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