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
browser. In a series of articles we are going to look at how JSF can fulfill
new presentation requirements without sacrificing application developer
productivity building Rich Internet Applications (RIA).
Consumer Requirements
It's always the end user who feels the effect of any chosen technology,
especially at the presentation layer. The end-user experience should be top
priority for ... (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)
One of the 2006 Soccer World Cup highlights must surely be the Trinidad and
Tobago versus Sweden game. The underdogs Trinidad and Tobago managed to push
off the onslaught from the Swedish team. The game ended 0-0, which was for
the people of Trinidad and Tobago a divine experience - their teams very
first World Cup point!
So, you are, of course, asking yourself: What are these guys talkin... (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 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 wit... (more)
Can a client-side AJAX solution and server-side Faces solution co-exist and
play well together? Or are they each solving a similar problem in a different
and incompatible way? The authors of Pro JSF and Ajax, Jonas Jacobi and
John R. Fallows, will discuss how the JavaServer Faces framework can be used
to embrace AJAX today, while protecting Web applications from radical
re-architecture ... (more)