Remember
Register
1
new
Chill
new
Puzzles
new
GK
new
Sports
new
Business
Home
Questions
MCQs
Unanswered
Tags
Users
Ask a Question
Write Article
Articles
Connect to us
Why JSF is not so popular as MVC framework like Spring MVC, even though its older?
0
votes
509
views
Why JSF is not so popular as MVC framework like Spring MVC, even though its older?
java
server
spring
mvc
framework
posted
Sep 21, 2017
by
Pooja Singh
Share this question
Your comment on this post:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
1 Answer
0
votes
There are many implementations of JSF like Mojarra, Primefaces,
Richfaces etc which makes it difficult for the user to comprehend
learn and adapt to whereas Spring MVC has only one implementation
maintained by a Single group of developers which avoids confusion.
Spring has got great integration with data management through
standalone or ORM frameworks out of the box which is lacking in JSF
based implementation.
DI and IOC design patterns makes it very easy to integrate existing
legacy applications with new Spring based applications whereas JSF
does not have such kind of capabilities.
JSF is a component based framework whereas Spring is a
Request-Response based framework and hence easy to understand and
relates closely to MVC, Struts2 and other similar frameworks
answer
Sep 22, 2017
by
Mantosh Dubey
Your comment on this answer:
Email me at this address if a comment is added after mine:
Email me if a comment is added after mine
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Your answer
Preview
Email me at this address if my answer is selected or commented on:
Email me if my answer is selected or commented on
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please
log in
or
register
.
Similar Questions
+1
vote
Can we integrate JSF with other popular frameworks such as Spring, Hibernate etc?
+1
vote
How to validate form data in Spring Web MVC Framework?
+1
vote
How to handle exceptions in Spring MVC Framework?
0
votes
What are the benefits of using JSF(Java Server Faces) Framework?
0
votes
Which framework is better Grails or Spring boot?
...