I would like to provide users to write plugins to my application, the initial design and implementaion involve a Velocity (VTL) template engine to allow
Then with the limitations of VTL (no tag library support as first) we looked at Freemarker
It has all the advantages, but I wonder if this is as good as it gets
The other alternatives are eclipse JET, and I don't know of anything else at the moment
I would like a solution that can have Java content assist (like JSP) but that can be saved in the database
Is there something like this out there? (Besides JET, and JBoss's Freemarker buggy plugin)
Check out Thymeleaf.
I haven't used it.. YET!
It appears the developer designed it to address the shortcomings of Velocity and FreeMaker.