Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is angularJS an alternative to JSF?

I was looking for a webframework to use in an application for a call center. 3 important requirements would probably be

  1. an ability for a quick, localized refresh of the screen
  2. a need to collect information from 3-4 disparate systems
  3. the roadmap/longevity of the framework itself

Was looking at JSF & AngularJS (I have worked on neither). Am I right in considering them as alternatives or are they meant for very different things. How do these measure against the 3 considerations above.

like image 232
user132797 Avatar asked Oct 21 '22 04:10

user132797


1 Answers

No, angular is clearly not an alternative to JSF. JSF is a server side java application framework (with some ajax features). Angular is a client side javascript framework. It's a bit like comparing JQuery and JSPs.

like image 168
mael Avatar answered Oct 27 '22 11:10

mael