I'm using angularjs for my application, which is so secure (similar like banking application),i have another option of using freemarker or velocity .. whether it is best to go with angularjs or we can use freemarker or velocity. if so could you please explain. the backend service is spring boot .
Asked
Active
Viewed 1,206 times
1 Answers
1
Freemarker
is just a templating engine, it's not a full front-end framework with 2 way data binding like angularjs
is. Also, with angular
it's very easy to build Single Page Applications which have a very smooth user experience compared to traditional applications where you must reload the page every time the user navigates to another page. If you already know angular, it's the better choice. If you don't know angular, then freemarker is much faster to learn but not quite as powerful/good. Though I do quite like freemarker as a templating engine.

james_s_tayler
- 1,823
- 1
- 15
- 20
-
Is Velocity is better than Freemarker ? – Aravind E Feb 02 '16 at 10:40
-
I've never used `velocity` but there's a good thread on the subject [here](http://stackoverflow.com/questions/1459426/velocity-vs-freemarker) – james_s_tayler Feb 02 '16 at 10:42
-
Thank you Scott, I really got some idea – Aravind E Feb 02 '16 at 10:45