JSTL/JSP EL (Expression Language) in a non JSP (standalone) context

前端 未结 10 1675
一向
一向 2020-12-01 08:28

Can anyone recommend a framework for templating/formatting messages in a standalone application along the lines of the JSP EL (Expression Language)?

I would expect t

10条回答
  •  我在风中等你
    2020-12-01 09:15

    I would recommend looking into Apache Velocity. It is quite simple and lightweight.

    We are currently using it for our e-mail templates, and it works very well.

提交回复
热议问题