After searching here, there (Google, ...) and everywhere, and I did not find anything, I decided to post my question here.
Is there any (online tool) for testing (simple (r)) Freemarker templates, since the front-end developer I could use it without requiring a large (resource hunger and slow) IDE and server (Tomcat) just to see HTML / CSS / JS generated at the end?
For instance:
- define the source data (strings, arrays, objects, ...),
- write freemarker logic (syntax checked automatically)
- run and see the final results
Or does everyone just love deployment (or buy JRebel ...)?
source share