Apache MyFaces

View: [ 2009 | 2008 | 2007 | 2006 | 2005 | 2004 | 2003 ]

Articles
  

Articles:
  • Upload Files with JSF and MyFaces by Andrei Cioroianu   - [Clicks: 386]
    The first half of this article explains how file uploading works, walking you through the source code of MyFaces and Commons File Upload (the former uses the latter internally). It is helpful to know what happens inside of these open source frameworks in order to use them efficiently, and to be able to modify them if you have to. In the second half of the article, you'll find a sample application that lets users upload files using their web browsers.
    [Includes sample code]
    http://www.onjava.com/pub/a/onjava/2005/07/13/jsfupload.html - Jul, 2005
  • Apache MyFaces by Dan Troesser   - [Clicks: 287]
    This article will take a look at MyFaces and discuss some of the features it provides that are above and beyond what is provided by the standard reference implementation from Sun.
    http://ociweb.com/jnb/jnbJul2005.html - Jul, 2005
  • Face Up to Web Application Design Using JSF and MyFaces by Javid Jamae   - [Clicks: 244]
    JavaServer Faces provides an alternative to Struts or Spring MVC for those who want a Web application framework that manages UI events in a Java Web application. JSF is now a standard part of the J2EE specification and provides a viable alternative to non-standard Web frameworks.
    [Includes source code]
    http://www.devx.com/Java/Article/28420 - Jun, 2005
  • Using MyFaces with Oracle JDeveloper 10g (10.1.3) Preview by Jonas Jacobi   - [Clicks: 135]
    This HowTo explains how to use the MyFaces implementation and the MyFaces custom components with Oracle JDeveloper 10g (10.1.3) Preview and ADF Faces. This HowTo is divided into two parts - one that is explaining how to get MyFaces custom components installed within Oracle JDeveloper 10g (10.1.3), and the second part is covering how to get Oracle ADF Faces components up and running with the MyFaces implementation.
    http://www.oracle.com/technology/products/jdev/101/howtos/myfaces/index.html - Feb, 2005

[Top]