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

    7 Reasons Why Web Apps Fail

    May 17th, 2006

    Nice article at http://bokardo.com/archives/7-reasons-why-web-apps-fail/


    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