Alternatives to JSF for front-end

Asked

Viewed 132 times

0

Once I want to keep the back-end in Java, what could I adopt for the front-end, as an alternative to the decadent JSF? Hugs!

  • 1

    Your question is entirely based on opinions, so there could be several. Since it is for front-end you can use Javascript frameworks like Angular, React, Vue, etc... Other.

1 answer

2


You could use JS framework like React, Angular, Vue. However, you must refactor your backend to be a service. Ex: Today with JSF you have Mbs (Managed Beans) that talk the xhtml. If you refactor your front to be angular, the Mbs will be extinguished and your application will have a new input interface that are the REST endpoints.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.