|
|
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.
... |
|
|
|
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... |
|
|
|
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... |
|
|
|
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... |
|
|
|
JavaServer Faces (JSF) is a framework for building web-based user interfaces in Java. Like Swing, it
provides a set of standard widgets (... |
|
|
|
JSF and Struts overlap in the user interface and form processing arenas, but JSF adds a lot of extra
functionality over and above w... |
|
|
|
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... |
|
|
|
JSF isn't the first web user interface component framework on the market. The granddaddy is Apple's
WebObjects, and Microsoft has brought t... |
|
|
|
No, it does not. As a matter of fact, JSF was written to be render-technology neutral. This means you can use it
with all sorts of... |
|
|
|
JSF provides automatic integration between user interface components and model objects, which
are typically implemented as JavaBean... |
|