link mingle home | logged in as: guest | login/register| help


  Home
 
JavaServer Faces
JavaServer Faces technology simplifies building user interfaces for JavaServer applications. Developers of various skill levels can quickly build web applications by: assembling reusable UI components in a page; connecting these components to an application data source; and wiring client-generated events to server-side event handlers.

created by syam1224 on 2008-03-26 21:57:57

6
Votes
Download JavaServer Faces Specification
You can get the JavaServer Faces 1.2 reference implementation in one of the following ways: * Download Java EE 5 SDK. * Download the open-source Java Platform, Enterprise Edition (Java EE) application server, available through the GlassFish project, available from java.net. * Download the implementation JAR files separately from javaserverfaces.dev.java.net if you want to use the implementation with other containers.
http://java.sun.com/javaee/javaserverfaces/downloa
created by syam1224 on 2008-03-26 22:10:33
JavaServer Faces (JSF)
JavaServer Faces (JSF) is a new standard Java framework for building Web applications. It simplifies development by providing a component-centric approach to developing Java Web user interfaces. JavaServer Faces also appeals to a diverse audience of Java/Web developers. "Corporate developers" and Web designers will find that JSF development can be as simple as dragging and dropping user interface (UI) components onto a page, while "systems developers" will find that the rich and robust JSF API offers them unsurpassed power and programming flexibility. JSF also ensures that applications are well designed with greater maintainability by integrating the well established Model-View-Controller (MVC) design pattern into it's architecture. Finally, since JSF is a Java standard developed through Java Community Process (JCP), development tools vendors are fully empowered to provide easy to use, visual, and productive develop environments for JavaServer Faces.
http://www.oracle.com/technology/tech/java/jsf.htm
created by syam1224 on 2008-03-26 22:05:53
JavaServer Faces (JSF) from Wikipedia
JavaServer Faces (JSF) is a Java-based Web application framework intended to simplify development of user interfaces for Java EE applications. Unlike other traditional request-driven MVC web frameworks, JSF uses a component-based approach. The state of UI components is saved when the client requests a new page and then is restored when the request is returned. Out of the box, JSF uses JavaServer Pages (JSP) for its display technology, but JSF can also accommodate other display technologies (such as XUL).
http://en.wikipedia.org/wiki/JavaServer_Faces
created by syam1224 on 2008-03-26 22:07:41
JavaServer Faces technology
JavaServer Faces technology is a server-side user interface component framework for Java technology-based web applications. It includes * A set of APIs for: representing UI components and managing their state, handling events and input validation, defining page navigation, and supporting internationalization and accessibility. * A JavaServer Pages (JSP) custom tag library for expressing a JavaServer Faces interface within a JSP page.
http://java.sun.com/javaee/javaserverfaces/
created by syam1224 on 2008-03-26 22:01:20
 



Enter the string above
 
 
Home
Thumbnails by Thumbshots.net