Java Applets   ->   Applets


javaserver faces
JavaServer Faces Technology

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.

A first look at JavaServer Faces, Part 1 - Java World

In September 2002, the early access (EA) draft of the JavaServer Faces specification was released under Java Specification Request (JSR) 127. JavaServer Faces, with a well-defined request processing lifecycle and a rich component hierarchy, will profoundly affect the development of Java 2 Platform, Enterprise Edition (J2EE) applications. In Part 1 of this two-part series, David Geary introduces JavaServer Faces and explores its fundamental concepts.

JavaServer Faces, redux - Java World

JavaServer Faces (JSF), poised to become the preeminent Java Web application framework, has undergone many changes since it was introduced as an early access (EA) release in September 2002. In this article, JavaServer Faces expert group member David Geary explores JSF's EA4 release (launched in June 2003) and illustrates how JSF has matured since its debut last year.

ONJava.com -- Introducing JavaServer Faces

Budi Kurniawan demonstrates JavaServer Faces, explaining why it's useful and if it lives up to its promises.

ONJava.com -- Introduction to JavaServer Faces

This introduction to JavaServer Faces (JSF) shows how this new API brings a Swing-like MVC approach to web applications.

JSF Central - Your JavaServer Faces Community - Home

JSF Central - Your JavaServer Faces Community, focusing on developing Java web applications and components.

Amazon.com: Core JavaServer Faces (Core Series): Books: David Geary,Cay Horstmann

Amazon.com: Core JavaServer Faces (Core Series): Books: David Geary,Cay Horstmann by David Geary,Cay Horstmann

O'Reilly Media -- Bookstore: JavaServer Faces

In JavaServer Faces, developers learn how to use the new JavaServer Faces framework to build real-world web applications. The book contains everything you'll need: how to construct the HTML on the front end; how to create the user interface components...

Integrating Struts, Tiles, and JavaServer Faces

Would you like the front-end power of JavaServer Faces (JSF), the content-formatting strengths of Tiles, and the flexibility of the Struts controller tier all wrapped up in your J2EE Web application? Enterprise Java experts Srikanth Shenoy and Nithin Mallya show you how to integrate the features of all three.

UI development with JavaServer Faces

This tutorial provides an overview of JavaServer Faces (JSF) and walks you through the basics for developing Web applications using the technology. With Java developer and consultant Jackwind Li Guojie as your guide, examine the JSF life cycle, input validation, event handling, page navigation, and internationalization -- all of which are illustrated through a sample application.

Introduction to the JSF Framework

This introductory tutorial demonstrates how to use NetBeans IDE 5.5 to create the jAstrologer web application that uses the JavaServer Faces framework.

JBoss: The JavaServer Faces Powerhouse?

JSFCentral editor-in-chief Kito D. Mann discusses JBoss and their involvement in the JavaServer Faces community.

JavaServer Faces specification is approved | InfoWorld | News | 2004-03-05 | By Paul Krill

JavaServer Faces, a standard technology for building user interfaces for Java-based Web applications, is now shipping.

java.net: Better File Uploads with AJAX and JavaServer Faces

Jacobus Steenkamp combines AJAX and JSF to provide browser-based progress bars for HTTP file uploads.

Java(TM) Boutique - JavaServer Faces, Web Applications Made Easier

JavaServer Faces (JSF) attempts to standardize the way we develop Java Web applications and provides a set of rich ready-to-use UI components. In this article, Mike Houghton will discuss the JSF technology, what's right, what's wrong and why it's necessary.

JavaServer Faces (JSF) (2007 - Articles, Components, Examples, Extensions, FAQs, Forums, Frameworks, IDEs, Implementations, Libraries, Links, Projects, Tools)

JavaServer Faces technology is a framework for building user interfaces for web applications.

Sun Open-Sources JavaServer Faces

Analysts think this move will be a good one for the relatively obscure GUI development tool set.

BEA Workshop, Eclipse development, JSP, Struts, JSF, EJB, Spring framework, Kodo, Hibernate - BEA Workshop for JSF

BEA Workshop for JSF's AppXRay technology is extended to JSF and provides a deep level of understanding for the JSF framework and provides sophisticated code completion, error checking and validation that reaches far into of your web application.

JavaServer Faces in Action: Introducing JavaServer Faces - WebReference.com-

JavaServer Faces in Action by Kito D. Mann. This book is a comprehensive introduction to JavaServer Faces, explaining how it relates to other web frameworks, Struts integration, standard components, and JSP integration.

Get an overview of the JavaServer Faces technology

The development of Java-based Web applications with rich user interfaces is made possible by the JavaServer Faces (JSF) specification. Get an overview of the JSF application lifecycle and discover the potential benefits of this technology.

Mobile JavaServer Faces (JSF) kit published [vehera.symbiandevelopersjournal.com]

All add-ons for the Mobile JSF kit are published on the Ericsson web site: - Mobile JSF Kit - CHTML Renderkit for Mobile JSF Kit - dotMobi Template for Mobile JSF Kit - Mobile Security for Mobile JSF Kit - Mobile Ajax for Mobile JSF Kit - Net

FaceRSS - The JavaServer Faces (JSF) RSS component

Programming articles about PHP, MySQL, Java, Linux, software resources directory, freelance database, forum, useful tips about creating software solutions and cool links of websites you should visit

Application Development Trends - Lotus development sets sites on Java Server Faces

Moves discussed at last year's Lotusphere -- that promised an accelerated migration to Java (and J2EE) for Notes and Domino application developers -- appeared fuller fledged at this year's Lotusphere get-together.

O'Reilly - Safari Books Online - 0131463055 - core JavaServerâ„¢ Faces

0131463055 - core JavaServerâ„¢ Faces - JavaServer Faces promises to bring rapid user-interface development to server-side Java. It allows developers to painlessly write server-side applications without worrying about the complexities of dealing with browsers and Web servers. It also automates low-level, boring details like control flow and moving code between web forms and business logic.JavaServer Faces was designed to support drag and drop development of server-side applications, but you can also think of it as a conceptual layer on top of servlets and JavaServer Pages (JSP). Experienced JSP developers will find that JavaServer Faces provides much of the plumbing that they currently have to implement by hand. If you already use a server-side framework such as Struts, you will find that JavaServers Faces uses a similar architecture, but is more flexible and extensible. JavaServer Faces also comes with server-side components and an event model, which are fundamentally similar to the same concepts in Swing.JavaServer Faces is quickly becoming the standard Web-application framework. Core JavaServer Faces is the one book you need to master this powerful and time-saving technology.Without assuming knowledge of JSP and servlets, Core JavaServer Faces: shows how to build more robust applications and avoid tedious handcoding answers questions most developers don't even know to ask demonstrates how to use JSF with Tiles to build consistent user interfaces automatically provides hints, tips, and explicit "how-to" information that allows you to quickly become more productive explains how to integrate JSF with databases, use directory services, wireless apps, and Web services teaches best practices and good habits like using style sheets and message bundles covers all of the JSF tags and how to create new tag libraries