A new version (1.0.1) of the JavaServer Faces examples is now available. It contains a work- around for a JSF RI bug that caused the custom ViewHandler examples to fail when accessed through Internet Explorer. See the release notes in the examples ZIP file for details.
Category Archives: News
JavaServer Faces book available
My JavaServer Faces is now released and for sale in bookstores and online at sites like Amazon.com and Barnes & Noble. See this page for details.
JSP 2.0 article, part 3, on ONJava.com
Part 3 of my JSP 2.0 article series is now available on OnJava.com. It discusses improvements and new features for JSP pages as XML documents.
Site and URL changes
In preparation for the release of my latest book, JavaServer Faces, I’ve renamed and rearranged the content on this site a bit. The new official URL is www.hansbergsten.com. The old www.TheJSPBook.com URL will also point to this site for some time, but it will eventually be deactivated. If you link to the site, please change your link URLs.
The site now contains information about all my books, recent articles, consulting services, and references to many other useful server-side Java resources. Please let me know if you have suggestions about other information or features for this site.
JavaServer Faces 1.0 released
The long awaited JavaServer Faces (JSF) 1.0 specification is finally available in its final form. JSF is the latest addition to the Java web tier technology toolbox, allowing you to use a design model similar to the one used for traditional GUI programming for web application development.
I contributed to the specification as a member of the JSF “expert group” (EG) and have written a book about how to use this new and exciting technology. The book is scheduled for release late April 2004, and you can pre-order it now at Amazon.com and other online book stores.
3rd Edition at Safari
JavaServer Pages, Third Edition is now available online as part of O’Reilly’s Safari Bookshelf service.
3rd Edition available
The third edition of my JSP book is now available in stores and online, e.g., at Amazon.com and other shopping sites.
It covers the new JSP 2.0, JSTL 1.1 and Servlet 2.4 specifications (i.e., J2EE 1.4) with exiting new features such as tag files (JSP-like files for developing custom tags), use of the Expression Language in template text and any element attribute value, more powerful XML format support, and a simplified API for Java tag handlers.
The JCP turns 5
The Java Community Process (JCP), through which all Java specifications are developed, celebrates its five year anniversary in December. As an active JCP participant, I’m interviewed in an article that discusses what the JCP has gone through since its inception and what’s in store for the future.
JSP 2.0 article on ONJava.com
Part 2 of my JSP 2.0 article series is now available on OnJava.com. It discusses improvements in error handling and the new deployment descriptor features.
JSP 2.0 and JSTL 1.1 released
The final specifications for JSP 2.0 and JSTL 1.1 are now released. To learn about the new approach to JSP development that these specs make possible, I suggest you pick up a copy of the 3rd edition of my JavaServer Pages book.