• Home
  • Blog
  • About
  • Archive
  • Wish List
  • ATOM 0.3
  • RSS 2.0
  •  

    Ajax Transactions Using ADF and JavaServer Faces

    June 27th, 2006

    Ajax (Asynchronous JavaScript and XML) combined with the component based approach of JavaServer Faces (JSF) offers the exciting prospect of highly interactive components that can be used to build applications with almost desktop levels of interactivity.

    Check complete article by Duncan Mills, Oracle Corporation

    - Hardik Tank


    Programmatic manipulation of JSF UI Components

    May 17th, 2006

    Good article for programmatic manipulation of JSF UI Components.

    Click here

    - Hardik Tank


    Generating a JSF Data Table

    January 24th, 2006

    Use Oracle JDeveloper and JSF to build a data table.

    Oracle JDeveloper supports the JavaServer Faces (JSF) standard for building Web-based user interfaces (UIs). Oracle JDeveloper 10g Release 3 (10.1.3) bundles the reference implementation of JSF v1.1, including both the JSF HTML and JSF Core tag libraries. The JSF HTML tag libraries provide new UI components to help developers create Web applications. The JSF data table component represents a data collection in a table.

    The article shows you two ways to create a JSF data table within a Web application by using Oracle JDeveloper: using a Web service and using the JSF API. Note that you do not need a Web service to extract database data to populate a JSF data table. Also, the Web service in this example is simplified, but readers will be able to see from the example how a Web service could return a complex datatype to the data table component.

    This Web service-based application creates a JSF data table from a static SQL query, using a managed bean. The JSF API application creates a JSF data table from a dynamically generated query.

    By Deepak Vohra

    Click here

    - Hardik Tank


    Close
    E-mail It