double Vs Big Decimal in two different WebLogic servers
I had this strange problem:
One app doing some mathematical operations with doubles and showing the results formated for two decimal places worked well in one server but in another server the decimal places were always set to zero. Changing from doubles to BigDecimals everything worked well in the two servers.
I was wondering why!
Manuel Leiria

