Java Web Project

Asked

Viewed 114 times

-1

To program Java Web, you need to use the Javaserver Faces extension or I can only use HTML pages with Servlet?

And what’s the difference of using without JSF?

1 answer

1



No JSF required for programming in Java Web, it is just a framework that helps you, simplifying your work.
JSF also usually brings some ready-made components that help you build a more beautiful interface without so much difficulty.
To answer your question: an application without the use of JSF will need to be further worked out in some detail, which can be a little cumbersome, or will require the use of other frameworks, while a JSF application will save the developer’s work in a few steps.

Here’s a link I found talking about, in case you want more information: https://www.devmedia.com.br/guia/jsf-javaserver-faces/38322

Browser other questions tagged

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