This article is based on, and contains excerpts from, the book Pro JSF:
Building Rich Internet Components by Jonas Jacobi and John Fallows, published
by Apress. Book is available on fine bookstores and Amazon.
In our previous article - "Rich Internet Components with JavaServer Faces"
(JDJ, Vol. 10, issue 11) - we discussed how JavaServer Faces can fulfill new
presentation requirements without sacrificing application developer
productivity building Rich Internet Applications (RIA). We discussed how JSF
component writers can utilize technologies, such as AJAX and Mozilla XUL, to
provide application developers with rich, interactive, and reusable
components.
To use AJAX and Mozilla XUL with JSF, component writers have to make sure
to provide any resource files needed by t... (more)
This article is based on, and contains excerpts from, the book Pro JSF:
Building Rich Internet Components by Jonas Jacobi and John Fallows, published
by Apress. Book is now available on fine bookstores and Amazon as
of February 25, 2006.
JavaServer Faces (JSF) standardizes the server-side component model for Web
application development but doesn't standardize the presentation layer at the... (more)
In our previous JDJ article - Rich Internet Components with JavaServer Faces
- we discussed how JavaServer Faces can fulfill new presentation requirements
without sacrificing application developer productivity building Rich Internet
Applications (RIA). We discussed how JSF component writers can utilize
technologies, such as AJAX and Mozilla XUL, to provide application developers
with ric... (more)
In our last article - "JSF and AJAX" (JDJ, Vol. 11, issue 1) - we discussed
how JavaServer Faces component writers can take advantage of the new Weblets
Open Source project (http://weblets.dev.java.net) to serve resources such as
JavaScript libraries, icons, and CSS files directly from a Java Archive (JAR)
without impacting the application developer.
In this article we'll address the need... (more)
In an effort to provide developers with a productive environment, Oracle has
been working on a very rich UI component framework for several years. This
framework - ADF Faces - has now been donated to the open source community.
More precisely, it has been donated to the Apache Software Foundation and is
currently hosted in the Apache Incubator -
http://incubator.apache.org/projects/adffac... (more)