InfoQ

Topic/Tag specific view

JSF Content on InfoQ


Latest featured content about JSF

Developing Portlets using JSF, Ajax, and Seam (Part 2 of 3)

Community
Java
Topics
Rich Internet Apps,
Portal/CMS

This article, the second in a three-part series, expands upon the previous article by introducing RichFaces. It covers integrating RichFaces into the previous sample application, deploying a RichFaces portlet, and several features and capabilities of RichFaces.

News about JSF

JavaServer Faces 2.0 Composite Components

Community
Java
Topics
Web 2.0,
Web Frameworks,
JCP Standards

The JavaServer Faces (JSF) 2.0 expert group have released Draft 2 for JSF 2.0. This introduces a composite component model based on the Facelets approach which greatly simplifies the building of custom components with the standard Java EE web framework.

Infragistics NetAdvantage JSF Component Suite Offers Portal Support

Community
Java
Topics
JSF Components

The latest version of NetAdvantage JSF component suite offers portal support and intra-portlet communication. Infragistics announced the release of NetAdvantage for JSF Version 8.1 which is a toolset of AJAX-enabled controls for building applications using JSF technology. NetAdvantage includes a DataGrid with hierarchical views and a WebChart component with 2-D and 3-D charting based on JOGL API.

Early Draft released for JavaServer Faces 2.0 - Improved Interoperability for JavaScript Libraries

Community
Java
Topics
Javascript,
Web 2.0,
Specifications,
Web Frameworks,
JCP Standards

The early draft for JSR 314 has been released under the Java Community Process Program. It is an update of the JavaServer Faces specification to version 2.0. This next generation of JSF is an attempt to bring the best ideas in web application development to the Java EE platform and is already receiving positive feedback from the community, especially because of its improved AJAX support.

WebDSL: Lessons Learned from Creating a DSL

Community
Architecture
Topics
Domain Specific Languages

In this article, Eelco Visser summarizes his approach to design WebDSL, a domain-specific language for developing dynamic web applications with a rich data model with a target architecture based on JBoss's Seam. He discusses paradigms and challenges of Language Engineering while sharing some of the lessons he learned along the way.

Articles about JSF

Developing Portlets using JSF, Ajax, and Seam (Part 1 of 3)

Community
Java
Topics
Portal/CMS

This article, the first in a three-part series, lays the framework for the rest of the series. It covers setting up a new project using JBoss Portlet Container and JBoss Portlet Bridge, configuring a JSF application to use JBoss Portlet Bridge, and the capabilities that JBoss Portlet Bridge provides to a JSF application.

Creating dynamic web applications with JSF/DWR/DOJO

Community
Java
Topics
Web Frameworks

JSF, DWR, and Dojo are all popular technologies in their own right. Integrating them into a portal environment can prove an intimidating exercise however. This article looks at how one developer implemented such a solution using custom JSF components.

Introduction to JBoss Seam

Community
Java
Topics
Web Frameworks

JBoss Seam is a new full-stack web application framework that unifies and integrates Ajax, JSF, EJB3, Portlets, and BPM. This article is an editted excerpt of chapters 1 and 2 from the first (to-be-released) book on Seam by Michael Yuan and Thomas Heute. It explains what Seam can do and grounds the concepts with a HelloWorld example.

Interviews about JSF

Spring Web Flow with Keith Donald

Community
Java
Topics
Web Frameworks,
Workflow / BPM

Keith Donald goes in depth on Spring Web Flow, which solves the problem of orchestrating control navigations within a web application in Spring MVC, Struts, and JSF. Keith talks about how to design workflows in web apps and technical details such as how the flows are fault tolerant and how they integrate into web frameworks.