Skip to main content

Webcenter Portal


Associated Certifications : Oracle WebCenter Portal 11g Certified Implementation Specialist

Below are the exam topics and preparation material links which will help you to clear exam.

Exam Topics :

Oracle E20 Concepts :
Describe Portal Concepts
Describe Portlet Interoperability
Describe Content Management and Team Collaboration
Differentiate Internet and Enterprise Portals
Describe Composite Applications
Describe Personalization and Customization

Oracle Jdeveloper and ADF :
Explain JSF, ADF Faces Rich Client, ADF Business Components
Create a Page Template and Layout
Build a ADF Task Flow using Business Components
Configure Partial Page Refresh

Oracle WebCenter Framework :
Identify WebCenter Suite Components
Describe Framework, Composer and Services
Explain WebCenter Architecture and role of MDS
Integrate a Portlet within WebCenter
Build and Deploy a Portlet
Implement Interporlter communication

Oracle Composer :
Describe Composer, Resource Catalog and Catalog Filters
Set up Runtime Editing with Customization Components
Publish Multiple Resource Catalogs
Create the Catalog Resources using a Filter
Customize Metadata with MDS
Describe Page Service
Create Pages and Taskflows at Runtime
Render Pages with ADF Faces Components
Customize Look and Feel at Runtime
Customize at Design Time - Add Styles and Create new Skins

WebCenter Services :
Configure Wiki, Blogs, Discussions, Tags
Configure and use Events, Links and List Service
Configure and use WorkList
Configure PeopleConnection Service 
Configure and Use Mail and Calendar
Configure and use Search

Integrating Content :
Configure and Customize Document Library
Use Content Repository Based Data Controls (JCR)
Use CIS APIs 
Configure and use Content Presenter

WebCenter Spaces :
Describe WebCenter Spaces
Explain difference between Framework and Spaces
Create a Group Space Template
Customize Space Chrome and Skins
Describe Group Space Security Model
Customize Taskflows in Spaces
Explain the different aspects of Group Space Administration

Installation and Configuration :
Describe WebCenter Install Process
Use the Performance and Diagnostics tools
Configure a custom application with WebCenter Services
Export/Import WebCenter Applications


To clear this exam first step is get the dumps. But you can not totally rely on dumps.You should be prepared for all types of question. So go through the documentation once.

I prepared the following material while preparing for this exam.Go through the following Link which will help you to clear the exam.If anyone need the dumps just reply to this post or send me a mail.









  

Comments

Popular posts from this blog

Oracle ADF Interview questions

Why ADF ?     Oracle ADF (Application Development Framework) is state of the art technology to rapidly build enterprise application. ADF is a mature J2EE development framework and many other products under Oracle Fusion Middleware stack are build upon ADF 11g. ADF provides variety of inbuilt components that minimizes the need to write code allowing users to focus more on features and business aspects of the application. With WebCenter and SOA plugins, we can also integrate WebCenter Services and SOA into your application making it rich and extensible. Explain about JSF lifecycle ? The six phases of the JSF application lifecycle are as follows (note the event processing at each phase): -Restore view -Apply request values; process events -Process validations; process events -Update model values; process events -Invoke application; process events -Render response Immediate=true : A command button that does not provide ...

The file store "WLS_DIAGNOSTICS" could not be opened

WLS_DIAGNOSTIC ERROR weblogic.store.PersistentStoreException: [Store:280073]The file store "WLS_DIAGNOSTICS" could not be opened because it contained a file with the invalid version 1. A file of version 2 was expected. When you get this error while running your application on internal weblogic server delete the following file WLS_DIAGNOSTICS000000.DAT search the file in following path C:\jdev_work\system11.1.1.5.37.60.13\DefaultDomain this file is in DefaultDomain folder of your jdev. and delete the WLS_DIAGNOSTICS000000.DAT file . and run your applicatuon

Overview Editor for bc4j.xcfg

This is used to customize the configuration settings for the application pool, connection pool, and transactions. Select the Application Module, then select a configuration from the Configurations list. You can specify a Default Configuration from the dropdown to use with selected application module. Edit the name of the configuration in Details. Its having 3 tabs 1.Database and Scalability 2. Properties 3. Custom Properties Database and Scalability Tab : In Database and Scalability you can mention the JDBC data source definition for each application module. You can choose to connect to a JDBC data source or to a JDBC URL.The default connection type is the default data source. A data source is a vendor-independent encapsulation of a database server connection on the application server. 1. Data sources ( JNDI name) offer advantages over a JDBC URL connection because the data source can be tuned, reconfigured, or remapped without changing the deployed application. 2. JDB...