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!
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!
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 java
You are not signed in. Login or sign up in order to post.
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.
– LeAndrade