About 454,000 results
Open links in new tab
  1. Jakarta Faces - Wikipedia

    Jakarta Faces, formerly Jakarta Server Faces and JavaServer Faces (JSF) is a Java specification for building component -based user interfaces for web applications. [2] It was formalized as a standard …

  2. JavaServer Faces Technology - Oracle

    Developing Web Applications using JSF Technologies: This three-day course covers an in-depth look at JSF 2.0 technology, including templating, Ajax, validation, conversion, working with data sources, …

  3. JavaServer Faces (JSF) Tutorial - Online Tutorials Library

    This tutorial has been prepared for the beginners to help them understand basic JSF programming. After completing this tutorial, you will find yourself at a moderate level of expertise in JSF programming …

  4. JSF Tutorial - W3schools

    JSF stands for Java Server Faces. It is a UI component based and event driven MVC web application framework which simplifies the UI construction by reusable UI component.

  5. Beginner Guide to Getting Started with JavaServer Faces JSF | MoldStud

    Apr 22, 2025 · This beginner's guide introduces JavaServer Faces (JSF), covering fundamental concepts, setup, and best practices to help you build web applications effectively.

  6. JSF | Java Server Faces - GeeksforGeeks

    Nov 1, 2023 · JSF is robust Web application framework that implements an event programming model to handle different events and actions performed by the client on different UI components.

  7. javaserverfaces-spec - GitHub Pages

    JavaServer Faces (JSF) is a JCP Standard technology for authoring component based user interfaces on the Java EE platform. This particular GitHub project hosts the official JSF specification issue tracker.

  8. Get Started - JavaServer™ Faces

    We’ll be creating a project that targets a Java EE 6 application server (e.g., GlassFish V3, JBoss AS 6, etc), but there is also an archetype for running JSF 2 and CDI and a Servlet container.

  9. JSF (JavaServer Faces) - Tutorial - vogella

    Oct 26, 2016 · JSF is serverbased, e.g., the JSF UI components and their state are represented on the server with a defined lifecycle of the UI components. JSF is part of the Java EE standard.

  10. Understanding JavaServer Faces (JSF): A Comprehensive Guide

    Nov 12, 2025 · JavaServer Faces (JSF) is a Java web application framework developed by Sun Microsystems (now Oracle) that simplifies the development of user interfaces for Java web applications.