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

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...

WebCenter Deployment Architecture

The main components of the deployment architecture are: • WebLogic Server • Portlets deployed in Portlet Container • Metadata storage for customization information • Enterprise Content Management solution with Content Adapters • WebCenter Services • WebCenter Search • Identity Management         WebLogic Server, which is a Java EE–compliant application server, is at the center of WebCenter. WebCenter applications are Java EE applications that are deployed to WebLogic Server. WebCenter Spaces is a prebuilt custom application using WebCenter Framework and Services. Portlets : WebCenter applications can consume portlets. Portlets are deployed into a Portlet Container and are accessed by various HTTP-based network protocols such as WSRP and SOAP. Oracle WebCenter supports several portlet APIs such as JSR 168 and PDK Java.   Metadata Services : WebCenter applications can be customized or personalize...