0

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 .

Aravind E
  • 1,031
  • 3
  • 15
  • 25

1 Answers1

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