How to Create ADFC-config.xml

 

How to Create ADFC-config

 

 

ADF faces are on top of JSF with lot of new features. ADF faces uses adfc-config.xml to keep its configurations.  


 

 

It is a Unbounded task flow, Each Fusion web application optionally contains a single ADF unbounded task flow.


  

                  

the unbounded task flow is the adfc-config.xml file

You typically use the unbounded task flow instead of a bounded task flow if

The adfc_config.xml file contains activities, control flow rules, and managed beans interacting to allow a user to complete a task.



 

 

The unbounded task flow cannot declaratively specify parameters. In addition, it cannot contain a default activity, an activity designated as the first to run in the unbounded task flow. This is because the unbounded task flow does not have a single point of entry. To perform any of these requires a bounded task flow.

 

You want to bookmark more than one activity on the task flow


 

We can give navigation between two pages

 


 

Double click on Demo drop panel header> output text> command Button.


 


Double click on view1 drop here panel header> output text> command Button.


 

 

Double click on view1 drop here panel header> output text> command Button.





 

 

Right click on Demo jspx and Run

 





                                                      Farhath Saleem

Comments

Popular posts from this blog

Programmatically invoke a Popup to create a new row.

POJO(Plain Old Java Object) - Editable Data - DataControl.dcx

Dynamic Tabs in ADF