JavaServer Faces (JSF)

See also: 
View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 | 2002 | 2001 ]

Articles
Tutorials
  Weblogs
  

Articles:
  • JSFTemplate Components by Ken Paulsen   - [Clicks: 322]
    In this article, Ken Paulsen documents the JSFTemplating library's approach to managing the rendering of custom JSF components, using a newspaper-style columnar component as an example.
    http://www.theserverside.com/tt/articles/article.tss?l=JSFTemplateComponent - Aug, 2007
  • Using JavaServer Faces Component Library to Access a LDAP Server by Alexandre Iline, Alex Petrov, Beth Stearns   - [Clicks: 552]
    This tutorial shows you how to create a Visual Web project that accesses a LDAP server. Using a LDAP JavaServer Faces (JSF) component library, which contains a required set of nonvisual components, makes it possible to access a LDAP server. It provides instructions for downloading the LDAP component library and shows you how to create and run a sample application that relies on these LDAP components. You'll also see how everything works.
    http://www.netbeans.org/kb/60/web-ldap.html - Jul, 2007
  • Open-Source Portal Initiative at Sun, Part 5: JavaServer Faces Technology-Based Portlet Bridge by Deepak Gothe, Marina Sum   - [Clicks: 152]
    This article, the fifth in a series, describes the design and binary of the Portlet Bridge, the procedure for modifying JSF applications to comply with JSR 168, as illustrated by a sample application, and the Portlet Bridge's tag library.
    http://developers.sun.com/portalserver/reference/techart/open-src-portletbridge.html - Jun, 2007
  • Redirection When Session Times Out by Winston Prakash, Alexey Petrov, Beth Stearns   - [Clicks: 182]
    Security is an important consideration with all web applications. One security issue that you may need to implement concerns limiting user access to particular pages of a web application when variables are out of session scope. When this occurs, you might want to require the user to login again before proceeding.
    http://www.netbeans.org/kb/55/sessionredirect.html - Jun, 2007
  • Rethinking JSF - The Real Problem by Joseph Ottinger   - [Clicks: 241]
    JSF has had a long and fairly controversial road so far. TSS looks at the reasons that JSF hasn't "caught on fire," along with addressing what needs to be done to overcome its barriers for the future.
    http://www.theserverside.com/tt/articles/article.tss?l=RethinkingJSF - May, 2007
  • JBoss: The JavaServer Faces Powerhouse? by Kito D. Mann   - [Clicks: 105]
    JSFCentral editor-in-chief Kito D. Mann discusses JBoss and their involvement in the JavaServer Faces community.
    http://www.jsfcentral.com/editorial/jboss_powerhouse.html - May, 2007
  • JSF 2.0 Wish List Part 1 by Kito D. Mann   - [Clicks: 157]
    JSF Central Editor-in-Chief Kito Mann offers his suggestions for JSF 2.0, including hard failure, enhanced support for GET requests, and simplified component development.
    http://www.jsfcentral.com/editorial/jsf2_wishlist_1.html - Apr, 2007
  • Group radio buttons inside a JSF dataTable component by Srijeeb Roy   - [Clicks: 441]
    When using standard JSF tags, implementing certain behaviors in Web applications can prove difficult - for example when radio button group behavior inside a JSF dataTable component needs to span across columns or rows without using additional JavaScript. This article shows how to code a custom JSF tag to implement such behavior.
    [Includes source code]
    http://www.javaworld.com/javaworld/jw-02-2007/jw-02-jsf.html - Feb, 2007

[Top]

Tutorials:
  • Getting started with JavaServer Faces 1.2, Part 1: Building basic applications by Richard Hightower   - [Clicks: 231]
    This tutorial takes a basic approach to JSF development. You won't use fancy tools or IDE support in this tutorial (although tool support is a main benefit of JSF). You'll do bare-knuckled programming! I cover the essentials with just enough theory to keep the discussion going and keep you productively learning to use JSF to build Web applications. You might be surprised to learn that JSF is easier to program than other Java Web frameworks, even without fancy IDE tools.
    [Formats: html, pdf]
    http://www.ibm.com/developerworks/edu/j-dw-java-jsf1-i.html - Dec, 2007

[Top]

Weblogs:

[Top]