|
|
The designers of JSF aren't oblivous to the existence of other frameworks. As a consequence, JSF was designed
so that it can be integrated with the plethora of other we... |
|
|
|
Currently, Sun is responsible for the reference implementation, which will work with any standard servlet container. They
also support JSF in... |
|
|
|
The JSF reference implementation includes basic examples, and most JSF books have examples.
... |
|
|
|
Since JSF is focused on user interface components and the view layer, it overlaps with Struts' functionality but doesn't replace it. For existing and f... |
|
|
|
JSF is definitely a viable choice for any new web development project. It's quite a powerful web user interface framework with a lot of industry backing. And if th... |
|
|
|
Currently, JSF has a few less standard components than Web Forms. JSF includes basic input and output components and a powerful editable DataGrid,... |
|
|
|
Even though you can access JavaBeans stored in the session, request, or application scopes
through normal Servlet API objects like... |
|
|
|
|
JSF was developed through the Java Community Process, and like any other Java Specification Request (JSR),
there are two primary pi... |
|
|
|
Yes, you can. JSF has Action methods that handle user commands, such as clicking on a button or
a hyperlink. These Actions can be a... |
|
|
|
Let's face it, there are a lot of Java web "frameworks" on the market.
They can be broken up into two primary camps: action and c... |
|
|
|
JSF provides automatic integration between user interface components and model objects, which
are typically implemented as JavaBean... |
|
|
|
Yes, it does. With some IDEs, you can get the features you expect with visual Swing or Visual Basic editors.
This includes property editors, vis... |
|
|
|
JSF is really the Java industry's answer to Microsoft ASP.NET's Web Forms. ASP.NET is roughly equivalent to the Servlet API
and JSP... |
|
|
|
|
Yes, it can. Faces is a server-based framework that supports different render kits, whose goal is to represent components in a way the clients... |
|