1 / 10

Developing JSF Pages Using ADF Faces

Developing JSF Pages Using ADF Faces. ADF Faces Rich Client Components. • Over 150 components • Ajax enabled • Pluggable look and feel • Accessibility & internationalization • The usual components plus: – Charts, gantt , pivot, calendars, coverflow • Built in advanced functionality:

Download Presentation

Developing JSF Pages Using ADF Faces

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Developing JSF Pages Using ADF Faces

  2. ADF Faces Rich Client Components • • Over 150 components • • Ajax enabled • • Pluggable look and feel • • Accessibility & internationalization • • The usual components plus: • – Charts, gantt, pivot, calendars, coverflow • • Built in advanced functionality: • – Drag and drop framework • – Dialog and pop-up framework • – “Active Data” - Dashboards / push updates (comet) • – Templating and declarative components

  3. ADF Faces Components

  4. Common Components • Input and output components • Fields, sliders, selectors • Navigation components • Links, buttons, menus • List selection components • Dropdown, LOV, shuttle • Data collection components • Table, tree, carousel • Others • Progress bar, calendar

  5. Operation Components • Instead of writing JavaScript • Validators • Convertors • Behaviors • Drag and drop • Listeners • Export • Print • More…

  6. Graphs • 50 graph types • Flash or PNG rendering • Interactive: • Zoom • Scroll • Time selector window • Line and legend highlighting/fading • Animation

  7. Layout Components • Arrange your page using areas • Relative positioning • Advanced layouts • Change page layout at runtime

  8. Using Facets • Facets are: • Placeholders for subcomponents • Similar to detail elements • Used to specify subordinate elements like header or footers • Displayed with the component

  9. Partial Page Rendering • PPR uses AJAX technology. • Update the page without refreshing the whole page. • Select a value from a list and filter a result table by that value. • Scroll through a results table. • Expand a tree control. • PPR in ADF Faces is mostly transparent: • Expand a tree node. • Nothing special needs to be done. • Explicit PPR attributes: • partialSubmit: Used by command components • autoSubmit: Used by input items or lists, and so on • partialTriggers: Used by all components

  10. Declarative Partial Page Rendering(PPR) Partial Page Rendering: • Enables redrawing only a portion of a page • Can be enabled declaratively or programmatically

More Related