JavaServer Faces (JSF)

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

Articles
  

Articles:
  • GMaps4JSF in the JSF 2.0 Ajax world by Hazem Saleh   - [Clicks: 60]
    GMaps4JSF, a JavaServer Faces (JSF) mashup library, integrates Google Maps with JSF. Using GMaps4JSF, you can construct complex street view panoramas and maps with just a few JSF tags. You can also easily attach different components to the map. This article explains how to configure GMaps4JSF inside JSF 2.0 applications, and includes a brief introduction to JSF 2.0 Ajax. Using the article, learn how you can create a simple mashup application that uses both GMaps4JSF and JSF 2.0 Asynchronous JavaScript and XML (Ajax).
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/wa-aj-gmaps/index.html - Aug, 2009
  • Can Java EE Deliver The Asynchronous Web? by Stephen Maryka   - [Clicks: 24]
    Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
    http://www.theserverside.com/tt/articles/article.tss?l=TheAsynchronousWeb - Jul, 2009
  • JSF 2 fu, Part 3: Event handling, JavaScript, and Ajax by David Geary   - [Clicks: 92]
    JavaServer Faces (JSF) 2 Expert Group member David Geary wraps up his three-part series on JSF 2's new features. Find out how to use the framework's new event model and built-in support for Ajax to make your reusable components all the more powerful.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-jsf2fu3/index.html - Jul, 2009
  • JSF Flex by Ji Hoon Kim   - [Clicks: 67]
    JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
    http://www.theserverside.com/tt/articles/article.tss?l=JSFFlexDemo - Jun, 2009
  • JBoss Tools 3 Developer Guide by Anghel Leonard   - [Clicks: 42]
    Learn how to develop a completely functional JSF application using JBoss Tools for Eclipse. Along the way, you will discover all the Java frameworks and technologies included in JBoss Tools.
    http://www.developer.com/java/ent/article.php/3823376 - Jun, 2009
  • JSF 2 fu, Part 2: Templating and composite components by David Geary   - [Clicks: 78]
    JavaServer Faces (JSF) 2 lets you implement user interfaces that are easy to modify and extend with two powerful features: templating and composite components. In this article -- second in a three-part series on JSF 2's new features -- JSF 2 Expert Group member David Geary shows you how your Web applications can best take advantage of templating and composite components.
    [Includes sample code]
    http://www.ibm.com/developerworks/java/library/j-jsf2fu2/index.html - Jun, 2009
  • JSF 2 fu, Part 1: Streamline Web application development by David Geary   - [Clicks: 115]
    With version 2.0, JavaServer Faces (JSF) makes it easy to implement robust, Ajaxified Web applications. This article launches a three-part series by JSF 2.0 Expert Group member David Geary showing you how to take advantage of the new features in JSF 2. In this installment, you'll learn how to streamline development with JSF 2 by replacing XML configuration with annotations and convention, simplifying navigation, and easily accessing resources. And you'll see how to use Groovy in your JSF applications.
    [Includes source code]
    http://www.ibm.com/developerworks/java/library/j-jsf2fu1/index.html - May, 2009
  • Introducing Java PureFaces: A New JSF Framework by Matt Pickell, Ariel Raz   - [Clicks: 86]
    Java PureFaces is a layer on top of JSF that simplifies implementation. Written by Matt Pickell and Ariel Raz, Java PureFaces potentially offers a new approach to building the web tier of applications.
    http://www.theserverside.com/tt/articles/article.tss?l=IntroducingJavaPureFaces - Apr, 2009
  • Recommended JSF Enhancements for Seam Programming by Michael Juntao Yuan, Jacob Orshalick, Thomas Heute   - [Clicks: 91]
    Seam uses JavaServer Faces (JSF) as its web framework—and for good reason—but JSF has its share of problems and awkwardness. Learn some JSF enhancements that can help you get the most from Seam web projects.
    http://www.devx.com/Java/Article/41244 - Mar, 2009
  • GMaps4JSF with Facelets by Hazem Saleh   - [Clicks: 77]
    GMaps4JSF aims at integrating Google maps with JavaServer Faces (JSF). JSF users can use GMaps4JSF to construct complex street view panoramas and maps with just few JSF tags. Now Hazem Saleh shows how the GMaps4JSF and Facelets can be used together to construct and customize maps easily using few lines of code.
    [Includes source code]
    http://www.theserverside.com/tt/articles/article.tss?l=GMaps4JSFwithFacelets - Mar, 2009
  • JW Soapbox: JavaServer Faces 2.0 is in good hands by Lincoln Baxter III   - [Clicks: 45]
    JW Soapbox is a community forum for talking about what matters in Java-based software development today. In this first Soapbox column, PrettyFaces author and OcpSoft Principal Lincoln Baxter III reflects on his experience of getting involved with JSR 314: JavaServer Faces 2.0.
    http://www.javaworld.com/javaworld/jw-02-2009/jw-02-jwsoapbox-jsf2.html - Feb, 2009
  • Combine JSF with Dojo widgets to create a better user experience by Dan Wang, Wei Huang   - [Clicks: 141]
    As a mature Web framework, JavaServer Faces (JSF) provides end-to-end lifecycle management and a rich component model with complete event handling and data binding. Dojo is a popular Asynchronous JavaScript + XML (Ajax) library that provides rich widgets and fancy effects for Web2.0 applications. By leveraging JSF and Dojo technologies, you can create a better user experience by using JSF integrated features on the server side and Dojo user interfaces on the client side. This article explains this process and describes how you can easily build Web applications to give your users a better experience.
    [Includes sample code]
    http://www.ibm.com/developerworks/web/library/wa-aj-jsfdojo/index.html - Feb, 2009

[Top]