Is there is any API which replace template string along with values using Spring or java.
For example:
Dear %FIRST_NAME% %LAST_NAME%, ---- remaining
My favorite templating engine is Apache Velocity
Integrates nicely with Spring as well, theres an introductory article here