SlideShare una empresa de Scribd logo
1 de 24
By: Rohan Walia 
Oracle ADF and Webcenter Portal Implementation Specialist
 Customizations/ Personalization 
 Types of Customizations 
 MetaData Services in Oracle ADF 
 Using MDS for Customization 
 Implementing Customizations in ADF App 
 Deep dive into how MDS is used in ADF 
 Demo on Personalization 
 Questions
Must Be thinking ! 
 Oracle ADF and Webcenter Consultant. 
 Oracle Certified ADF & Webcenter Implementation specialist. 
 Consultant, Blogger, Speaker and open networker. 
 Passionate about Oracle Technologies. 
 Have been working in Oracle/Java products from 8.5 years. 
 Currently working with Oracle Consulting. 
 Blog – http://rohanwalia.blogspot.in/ 
 Twitter - @rohanwalia17
 Nothing is as Certain as “CHANGE” 
 Good Applications is one with Longevity. 
 Need to protect the investment in Application Development. 
 Need to react to change should be part of App Design. 
 It should not come as a shock after App Development.
 Personalization - User Customizations 
 Seeded Customization
 Personalization or User Customization 
 Every end user is Unique. 
 Different preference for how they like UI to be rendered. 
 Users like to make themselves at home within the 
application.
 Visual and declarative development using Best Practices 
 ADF uses XML where ever possible, to configure and drive these 
technologies 
 Provides powerful MDS Framework for Customizations/ 
Personalization 
 This use of metadata is a key component of the overall ADF 
architecture 
 XML enables OOTB Customization as these are done using XML and 
not code 
 Code does not needs to be compiled to apply Customizations 
 Provides configurations to enable and implement customizations 
without too much learning curve
JSF View 
Controller 
Model 
Business 
Services 
Data Services 
Desktop Browser-Based 
Office 
ADF 
Swing 
MDS in Oracle ADF 
ADF Faces 
JSF ADF Controller 
Mobile 
ADF Binding 
Java EJB ADFBC BAM Web Services BPEL BI Portlets 
Metadata Services (MDS) 
Mobile 
Database Web Services Legacy Systems Apps Unlimited
Oracle Metadata Services (MDS) is the personalization and 
customization engine within Oracle Fusion Middleware that manages 
all of this XML metadata of behalf of components such as JDeveloper 
and ADF. 
Metadata is used by the following components 
 ADF Faces rich client Java Server Faces components 
 ADF Faces Data Visualization Tools (DVT) 
 ADF Task Flow 
 ADF Binding layer 
 ADF Business Components 
 Oracle WebCenter
 Dynamic Structure and Property changes 
 Changes are on Metadata of Views, bindings and fragments 
 Addition and removal of properties on the components of 
Page or Fragments(JSFF) 
 Application consist of one Base Application 
 One or Many Customization Layers holding modifications are 
applied at runtime
 Customization layer is defined by set of metadata documents 
 These are stored in metadata store on file system or MDS 
database repository 
 Customization layer Object determines when to apply these 
changes 
 Customization layer object is simple java class 
 Customization layer determines specific conditions under 
which customization needs to be applied to application on 
run
Metadata 
Repository - 
File or DB
 Plain Old Java Object 
 Determines when to apply customization to base document. 
 Objects for Common scenarios is provided by ADF Framework. 
 Customization Layer Object needs to be registered in the application. 
 E.g. : UserCC , SiteCC , ADFRoleCC etc. 
 Developer can create Custom Object by extending 
oracle.mds.cust.CustomizationClass 
 Needs to override getCacheHint() , getName() and getValue() methods. 
 Value returned by getValue() method determines when to apply 
customization
ADF Faces components are added in adf-config.xml for which persistence is required.
 Context Param CHANGE_PERSISTENCE is added to Web.xml 
 Has value FilteredPersistenceChangeManager 
 MDSDocumentChangeManager gets Configured in adf-config.xml
 Component Changes occur in response of User – UI Interaction. 
 They consist of change of properties/attributes of components. 
 Implicit component changes are performed by the ADF Faces component 
renderers. 
 Implicit changes are defined in adf-config.xml components and tags. 
 Explicit changes are initiated by developer using ADF ChangeManager API. 
 ChangeManager can accessed through FacesContext to perform explicit 
changes. 
 FilteredPersistenceChangeManager 
◦ Gets into action for every UI component change request. 
◦ Verifies that no restrictions have been applied by the developers to individual component instances. 
◦ Verifies whether restrictions are applied using persist and dontPersist attributes on Components. 
 MDSDocumentChangeManager 
◦ After all the validations(as above) changes are passed to MDS Document Change Manager. 
◦ Is referenced by FilteredPersistenceChangeManager after validations in defined in adf-config.xml 
◦ Updates the MDS metadata document associated with a page.
 Allow developers to pre define application settings for individual or group of 
users. 
 Seeded Customizations are pre defined during development. 
 They are dynamically applied to the application at runtime.
Changes are done for Customization Values 
in Customization Developer Mode
Questions ? 
in.linkedin.com/in/rohanwalia/ 
er.walia@gmail.com 
@rohanwalia17 
http://rohanwalia.blogspot.in/

Más contenido relacionado

La actualidad más candente

ADF Introduction By Sandeep Sharda
ADF Introduction By Sandeep ShardaADF Introduction By Sandeep Sharda
ADF Introduction By Sandeep Sharda
Er. Sndp Srda
 
Oracle ADF Overview
Oracle ADF OverviewOracle ADF Overview
Oracle ADF Overview
Bahaa Farouk
 
Oracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africaOracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africa
magnificsmile
 
CSSA TOPICS (1)
CSSA TOPICS (1)CSSA TOPICS (1)
CSSA TOPICS (1)
Ashock Roy
 
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
AX2012 Technical Track -  Entreprise portal, Czesia LangoswkaAX2012 Technical Track -  Entreprise portal, Czesia Langoswka
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
dynamicscom
 

La actualidad más candente (20)

Reuse in adf applications
Reuse in adf applicationsReuse in adf applications
Reuse in adf applications
 
oracle oa framework training | oracle oa framework training courses | oa fram...
oracle oa framework training | oracle oa framework training courses | oa fram...oracle oa framework training | oracle oa framework training courses | oa fram...
oracle oa framework training | oracle oa framework training courses | oa fram...
 
Oracle application framework (oaf) online training
Oracle application framework (oaf) online trainingOracle application framework (oaf) online training
Oracle application framework (oaf) online training
 
Greate Introduction to Oracle Fusion Middleware and ADF
Greate Introduction to Oracle Fusion Middleware and ADFGreate Introduction to Oracle Fusion Middleware and ADF
Greate Introduction to Oracle Fusion Middleware and ADF
 
ADF in Action - getting (re)acquainted with Oracle’s premier application deve...
ADF in Action - getting (re)acquainted with Oracle’s premier application deve...ADF in Action - getting (re)acquainted with Oracle’s premier application deve...
ADF in Action - getting (re)acquainted with Oracle’s premier application deve...
 
ADF Introduction By Sandeep Sharda
ADF Introduction By Sandeep ShardaADF Introduction By Sandeep Sharda
ADF Introduction By Sandeep Sharda
 
Oracle ADF Overview
Oracle ADF OverviewOracle ADF Overview
Oracle ADF Overview
 
Extensions in OAF
Extensions in OAF Extensions in OAF
Extensions in OAF
 
Oracle fusion dba online training
Oracle fusion  dba online trainingOracle fusion  dba online training
Oracle fusion dba online training
 
Mogadala Printing Pdf
Mogadala Printing PdfMogadala Printing Pdf
Mogadala Printing Pdf
 
Oracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africaOracle fusion adf_online_training_in_africa
Oracle fusion adf_online_training_in_africa
 
J developer, oracle adf introduction
J developer, oracle adf   introductionJ developer, oracle adf   introduction
J developer, oracle adf introduction
 
37727897 Oaf Basics
37727897 Oaf Basics37727897 Oaf Basics
37727897 Oaf Basics
 
Pega sample resume
Pega sample resumePega sample resume
Pega sample resume
 
Pega prpc tutorials for beginners
Pega prpc tutorials for beginnersPega prpc tutorials for beginners
Pega prpc tutorials for beginners
 
Oracle ADF Online Training By Seasoft IT Solutions | Orace ADF Course Content...
Oracle ADF Online Training By Seasoft IT Solutions | Orace ADF Course Content...Oracle ADF Online Training By Seasoft IT Solutions | Orace ADF Course Content...
Oracle ADF Online Training By Seasoft IT Solutions | Orace ADF Course Content...
 
Oracle Alta UI Patterns for Enterprise Applications and Responsive UI Support
Oracle Alta UI Patterns for Enterprise Applications and Responsive UI SupportOracle Alta UI Patterns for Enterprise Applications and Responsive UI Support
Oracle Alta UI Patterns for Enterprise Applications and Responsive UI Support
 
CSSA TOPICS (1)
CSSA TOPICS (1)CSSA TOPICS (1)
CSSA TOPICS (1)
 
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
AX2012 Technical Track -  Entreprise portal, Czesia LangoswkaAX2012 Technical Track -  Entreprise portal, Czesia Langoswka
AX2012 Technical Track - Entreprise portal, Czesia Langoswka
 
Vf ppt (1)
Vf ppt (1)Vf ppt (1)
Vf ppt (1)
 

Destacado

Destacado (11)

Document for restricting lov using form personalization
Document for restricting lov using form personalizationDocument for restricting lov using form personalization
Document for restricting lov using form personalization
 
Form personalization 395117_r12_updated1212
Form personalization 395117_r12_updated1212Form personalization 395117_r12_updated1212
Form personalization 395117_r12_updated1212
 
Personalization how to restrict transaction type list of values
Personalization how to restrict transaction type list of valuesPersonalization how to restrict transaction type list of values
Personalization how to restrict transaction type list of values
 
Oracle Framework Personalization
Oracle Framework PersonalizationOracle Framework Personalization
Oracle Framework Personalization
 
21.1 personalization changing-the_field_name_part_21.1
21.1 personalization changing-the_field_name_part_21.121.1 personalization changing-the_field_name_part_21.1
21.1 personalization changing-the_field_name_part_21.1
 
Customizing Oracle EBS OA Framework
Customizing Oracle EBS OA FrameworkCustomizing Oracle EBS OA Framework
Customizing Oracle EBS OA Framework
 
How to remove disable and cancel shipment functionality in enter purchase or...
How to remove  disable and cancel shipment functionality in enter purchase or...How to remove  disable and cancel shipment functionality in enter purchase or...
How to remove disable and cancel shipment functionality in enter purchase or...
 
Oracle EBS R12 Sales order personalization
Oracle EBS R12 Sales order personalizationOracle EBS R12 Sales order personalization
Oracle EBS R12 Sales order personalization
 
Personalization to restrict values in customer name and number lov in sales o...
Personalization to restrict values in customer name and number lov in sales o...Personalization to restrict values in customer name and number lov in sales o...
Personalization to restrict values in customer name and number lov in sales o...
 
Oracle Personalization How To Restricting users from assigning items to diffe...
Oracle Personalization How To Restricting users from assigning items to diffe...Oracle Personalization How To Restricting users from assigning items to diffe...
Oracle Personalization How To Restricting users from assigning items to diffe...
 
Oracle ERP Personalization for control master items list
Oracle ERP Personalization for control master items listOracle ERP Personalization for control master items list
Oracle ERP Personalization for control master items list
 

Similar a Customizations in Enterprise Applications using Oracle ADF

Anatomy Of A Driver Presentation 09 15 2008
Anatomy Of A Driver Presentation   09 15 2008Anatomy Of A Driver Presentation   09 15 2008
Anatomy Of A Driver Presentation 09 15 2008
ctindale
 
MetaASO J2EE Web Framework
MetaASO J2EE Web FrameworkMetaASO J2EE Web Framework
MetaASO J2EE Web Framework
guestc23c1f
 

Similar a Customizations in Enterprise Applications using Oracle ADF (20)

Oracle ADF Tutorial
Oracle ADF TutorialOracle ADF Tutorial
Oracle ADF Tutorial
 
Castle in the Clouds: SaaS-Enabling Oracle ADF Faces Applications
Castle in the Clouds: SaaS-Enabling Oracle ADF Faces ApplicationsCastle in the Clouds: SaaS-Enabling Oracle ADF Faces Applications
Castle in the Clouds: SaaS-Enabling Oracle ADF Faces Applications
 
Metamorphosis from Forms to Java: A technical lead's perspective, part II
Metamorphosis from Forms to Java:  A technical lead's perspective, part IIMetamorphosis from Forms to Java:  A technical lead's perspective, part II
Metamorphosis from Forms to Java: A technical lead's perspective, part II
 
ODTUG The Necessary Knowledge and Tools You Need to Have for SOA Suite 11g
ODTUG The Necessary Knowledge and Tools You Need to Have for SOA Suite 11gODTUG The Necessary Knowledge and Tools You Need to Have for SOA Suite 11g
ODTUG The Necessary Knowledge and Tools You Need to Have for SOA Suite 11g
 
Cetas - Application Development Services
Cetas - Application Development ServicesCetas - Application Development Services
Cetas - Application Development Services
 
Castle in the clouds - Building the Connexys SaaS application with Fusion Mid...
Castle in the clouds - Building the Connexys SaaS application with Fusion Mid...Castle in the clouds - Building the Connexys SaaS application with Fusion Mid...
Castle in the clouds - Building the Connexys SaaS application with Fusion Mid...
 
Best practices in using Salesforce Metadata API
Best practices in using Salesforce Metadata APIBest practices in using Salesforce Metadata API
Best practices in using Salesforce Metadata API
 
Deep Dive: MVC Controller Architecture
Deep Dive: MVC Controller ArchitectureDeep Dive: MVC Controller Architecture
Deep Dive: MVC Controller Architecture
 
ADF Applications and Metadata
ADF Applications and MetadataADF Applications and Metadata
ADF Applications and Metadata
 
Introduction to ejb and struts framework
Introduction to ejb and struts frameworkIntroduction to ejb and struts framework
Introduction to ejb and struts framework
 
Best practices in using Salesforce Metadata API
Best practices in using Salesforce Metadata APIBest practices in using Salesforce Metadata API
Best practices in using Salesforce Metadata API
 
J2EE pattern 5
J2EE pattern 5J2EE pattern 5
J2EE pattern 5
 
Mt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlinesMt ADF 001 adf-course outlines
Mt ADF 001 adf-course outlines
 
Build java-ee-applications-with-adf
Build java-ee-applications-with-adfBuild java-ee-applications-with-adf
Build java-ee-applications-with-adf
 
Jsf
JsfJsf
Jsf
 
Revised Adf security in a project centric environment
Revised Adf security in a project centric environmentRevised Adf security in a project centric environment
Revised Adf security in a project centric environment
 
Anatomy Of A Driver Presentation 09 15 2008
Anatomy Of A Driver Presentation   09 15 2008Anatomy Of A Driver Presentation   09 15 2008
Anatomy Of A Driver Presentation 09 15 2008
 
MetaASO J2EE Web Framework
MetaASO J2EE Web FrameworkMetaASO J2EE Web Framework
MetaASO J2EE Web Framework
 
Aqua presentation
Aqua presentationAqua presentation
Aqua presentation
 
Java TechTalk "Spring boot made life easier with Kubernetes and Microservices"
Java TechTalk "Spring boot made life easier with Kubernetes and Microservices"Java TechTalk "Spring boot made life easier with Kubernetes and Microservices"
Java TechTalk "Spring boot made life easier with Kubernetes and Microservices"
 

Último

Último (20)

Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

Customizations in Enterprise Applications using Oracle ADF

  • 1. By: Rohan Walia Oracle ADF and Webcenter Portal Implementation Specialist
  • 2.  Customizations/ Personalization  Types of Customizations  MetaData Services in Oracle ADF  Using MDS for Customization  Implementing Customizations in ADF App  Deep dive into how MDS is used in ADF  Demo on Personalization  Questions
  • 3. Must Be thinking !  Oracle ADF and Webcenter Consultant.  Oracle Certified ADF & Webcenter Implementation specialist.  Consultant, Blogger, Speaker and open networker.  Passionate about Oracle Technologies.  Have been working in Oracle/Java products from 8.5 years.  Currently working with Oracle Consulting.  Blog – http://rohanwalia.blogspot.in/  Twitter - @rohanwalia17
  • 4.  Nothing is as Certain as “CHANGE”  Good Applications is one with Longevity.  Need to protect the investment in Application Development.  Need to react to change should be part of App Design.  It should not come as a shock after App Development.
  • 5.  Personalization - User Customizations  Seeded Customization
  • 6.  Personalization or User Customization  Every end user is Unique.  Different preference for how they like UI to be rendered.  Users like to make themselves at home within the application.
  • 7.  Visual and declarative development using Best Practices  ADF uses XML where ever possible, to configure and drive these technologies  Provides powerful MDS Framework for Customizations/ Personalization  This use of metadata is a key component of the overall ADF architecture  XML enables OOTB Customization as these are done using XML and not code  Code does not needs to be compiled to apply Customizations  Provides configurations to enable and implement customizations without too much learning curve
  • 8. JSF View Controller Model Business Services Data Services Desktop Browser-Based Office ADF Swing MDS in Oracle ADF ADF Faces JSF ADF Controller Mobile ADF Binding Java EJB ADFBC BAM Web Services BPEL BI Portlets Metadata Services (MDS) Mobile Database Web Services Legacy Systems Apps Unlimited
  • 9. Oracle Metadata Services (MDS) is the personalization and customization engine within Oracle Fusion Middleware that manages all of this XML metadata of behalf of components such as JDeveloper and ADF. Metadata is used by the following components  ADF Faces rich client Java Server Faces components  ADF Faces Data Visualization Tools (DVT)  ADF Task Flow  ADF Binding layer  ADF Business Components  Oracle WebCenter
  • 10.  Dynamic Structure and Property changes  Changes are on Metadata of Views, bindings and fragments  Addition and removal of properties on the components of Page or Fragments(JSFF)  Application consist of one Base Application  One or Many Customization Layers holding modifications are applied at runtime
  • 11.
  • 12.  Customization layer is defined by set of metadata documents  These are stored in metadata store on file system or MDS database repository  Customization layer Object determines when to apply these changes  Customization layer object is simple java class  Customization layer determines specific conditions under which customization needs to be applied to application on run
  • 13. Metadata Repository - File or DB
  • 14.  Plain Old Java Object  Determines when to apply customization to base document.  Objects for Common scenarios is provided by ADF Framework.  Customization Layer Object needs to be registered in the application.  E.g. : UserCC , SiteCC , ADFRoleCC etc.  Developer can create Custom Object by extending oracle.mds.cust.CustomizationClass  Needs to override getCacheHint() , getName() and getValue() methods.  Value returned by getValue() method determines when to apply customization
  • 15.
  • 16.
  • 17. ADF Faces components are added in adf-config.xml for which persistence is required.
  • 18.  Context Param CHANGE_PERSISTENCE is added to Web.xml  Has value FilteredPersistenceChangeManager  MDSDocumentChangeManager gets Configured in adf-config.xml
  • 19.  Component Changes occur in response of User – UI Interaction.  They consist of change of properties/attributes of components.  Implicit component changes are performed by the ADF Faces component renderers.  Implicit changes are defined in adf-config.xml components and tags.  Explicit changes are initiated by developer using ADF ChangeManager API.  ChangeManager can accessed through FacesContext to perform explicit changes.  FilteredPersistenceChangeManager ◦ Gets into action for every UI component change request. ◦ Verifies that no restrictions have been applied by the developers to individual component instances. ◦ Verifies whether restrictions are applied using persist and dontPersist attributes on Components.  MDSDocumentChangeManager ◦ After all the validations(as above) changes are passed to MDS Document Change Manager. ◦ Is referenced by FilteredPersistenceChangeManager after validations in defined in adf-config.xml ◦ Updates the MDS metadata document associated with a page.
  • 20.
  • 21.  Allow developers to pre define application settings for individual or group of users.  Seeded Customizations are pre defined during development.  They are dynamically applied to the application at runtime.
  • 22. Changes are done for Customization Values in Customization Developer Mode
  • 23.
  • 24. Questions ? in.linkedin.com/in/rohanwalia/ er.walia@gmail.com @rohanwalia17 http://rohanwalia.blogspot.in/