Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simple java lib for text templating? [closed]

I need to template some email texts. Nothing fancy, just replace something like @name@ with real value. No pictures, no fancy formatting etc.

What java lib could you recommend? The simplier the better.

like image 950
amorfis Avatar asked Jun 02 '11 15:06

amorfis


1 Answers

A library-free alternative to the libraries already suggested: java.text.MessageFormat.

like image 158
Matt Ball Avatar answered Sep 22 '22 07:09

Matt Ball