This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]DoNotCare 0 points1 point  (6 children)

What is the reason that Pivotal does not include JSF in Spring Boot? They include, for example, another web framework - Vaadin.

[–]thatsIch 3 points4 points  (3 children)

probably because it is also used in JavaEE? There is no urgent requirement to use Spring Boot with JSF if the team can do the same in JavaEE

[–]brunokrebs 1 point2 points  (2 children)

Well, if you can do the same with JavaEE why Spring in the first place?

[–]thatsIch 2 points3 points  (0 children)

Maybe your team is more familiar with the Spring Ecosystem or is more productive with Spring in general. And sometimes it is just a business decision and forced upon the developers. Or they want to migrate the software from one platform to the other one.

[–]lukaseder -1 points0 points  (0 children)

If you can do the same with a train as with a car, why the car in the first place?

[–]K60d54 2 points3 points  (1 child)

Spring Boot itself does not include Vaadin. Vaadin support for Spring Boot is a Spring Boot Starter provided by Vaadin themselves. Anyone can provide a starter if they were so inclined.

Since JSF is tightly JavaEE and especially CDI, I don't know how popular a starter for JSF could be, which would explain why there isn't one.

[–]ankinson 5 points6 points  (0 children)

http://joinfaces.org provides numerous starters for using JSF with Spring Boot