Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Any thoughts on which we should use in servlet code, and why adobe created another version?
Solved! Go to Solution.
DO NOT USE
https://javadoc.io/doc/com.adobe.aem/aem-sdk-api/latest/com/adobe/agl/math/BigDecimal.html
View solution in original post
Hi @TB3dock
We have been using java.math.BigDecimal in all our programs as it has more number of methods and functionality as compared to com.adobe.agl.math.BigDecimal.
I believe you should be good to go with java.math.BigDecilmal.
Thanks!
Views
Likes
Replies