Skip to main content

Posts

Showing posts from December, 2014

ADF Multi select LOV

1. In this approach all the selected values will be inserted in separate rows in table.Ex. if you select 3 value out of 10 in LOV then 3 rows will be inserted in table. No need to create the LOV in ViewObject. Create Entity and View for the table in which you want to store the multiple selected LOV values. Also create the read only view which has the LOV values which user will select. Ex. 1. PropertiesVO - VO in which value will be stored        2.PropertiesAvailableValuesRVO - VO in which provide LOV value. 2. First of all add af:selectManyChoice component to your page. 3. As shown in the below code create the binding,value and valueChangeListner in your bean and associate with this component. 4. Also create the f:selectItems and create the binding and value in bean same as done above. <af:selectManyChoice label="#{caseviewcontrollerBundle.PROPERTIES}"                                  id="cp1"                                   value ="#{page

1Z0-541 Webcenter Portal : Composer

Composer : 1. Whether or not page content is editable is determined when the content is developed. For example, if a task flow is editable, an Edit icon appears on the task flow's header or when you move your mouse pointer over the task flow. If a task flow is not editable, no Edit icon appears. 2. No component actions, such as the Actions menu, the Collapse icon, or the Resize icon, are active when the page editor is set to Source view. 3. You can enable the capabilities described in page view mode by adding the following Composer design-time components to a page: Panel Customizable, Show Detail Frame, Custom Actions, and Layout Customizable. 4. You can provide the capabilities described in page edit mode to your application by adding the following Composer design-time components to a page: Change Mode Link or Change Mode Button, Page Customizable, Panel Customizable, Show Detail Frame,Custom Actions and Layout Customizable. 5. If you restrict customization on a cont

1Z0-541 Webcenter Portal : Spaces

WebCenter Spaces : 1. Oracle WebCenter Spaces provides two work environments within a single application    Personal Spaces and Group Spaces. 2. Your personal space includes both predefined pages and any personal pages you create. 3. Group spaces support discrete communities of any size that are organized around an area of interest or a common goal. 4. Out-of-the-box group space templates include          Group Project,          Community of Interest,          And Blank. 5. The person who creates a group space is automatically that group space's moderator, and can grant any other user Moderator privileges. Users assigned the Moderator or equivalent role can Add or remove group space members Invite new members,Provide and update group space metadata  Such as the group space display name, description, and search keywords; and manage the services available to the group space. Additionally a moderator can configure a group space to allow self-registration of new memb

1Z0-541 Webcenter Portal : Framework

Webcenter Framework : 1. Iterative development lets you see changes to these components almost instantly upon a browser      refresh:  page definitions, navigation model, page hierarchy, existing JSPX files, page templates, resource  catalog, addition of task flows to pages, addition of portlets to pages 2. When an application is deployed to the Integrated WebLogic Server, the org.apache.myfaces.trinidad.CHECK_FILE_MODIFICATION flag is automatically set to true in the web.xml file on the server. This setting causes the server to automatically check the modification time of your JSP and skinning CSS files, and discard saved state when they change. This configuration occurs whether or not the iterative development feature is enabled. 3. When consuming Oracle JSF Portlet Bridge Portlets in your application, ADF attempts to share the skin between the consumer and producer. Therefore, if you are disabling compression on the consumer, you should also do that on the producer. Otherwis