Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

com.adobe.agl.math.BigDecimal vs java.math.BigDecimal

Avatar

Level 9

Any thoughts on which we should use in servlet code, and why adobe created another version?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor
2 Replies

Avatar

Community Advisor

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!

Avatar

Correct answer by
Community Advisor