Category ibm WCM

C9520-424 – Developing Digital Experiences Using IBM Web Content Manager 8.5 Sample Test Questions

Contact me via e-mail : chinnutheitguy@gmail.com Here are the some of the book recommendations :               Enable GingerCannot connect to Ginger Check your internet connection or reload the browserDisable in this text fieldEditEdit in GingerEdit in Ginger×

IBM WCM 8.5 Rendering Plugin Example to render Youtube Video in a web content

Create a Dynamic Web project Create the following java class which implements RenderingPlugin interfaceClass: package com.ibm.plugins;import java.io.IOException;import java.io.Writer;import java.util.List;import java.util.Locale;import java.util.Map;import com.ibm.portal.ListModel;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException;import com.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel;public class YoutubePlugin implements RenderingPlugin { private String PLUGIN_NAME = “video”; @Override public boolean isShownInAuthoringUI() {…

Creating IBM WCM 8.5 Custom Workflow Action

Steps: 1) Create New Dynamic Web Project 2) Create a  new Java Class which implements  com.ibm.workplace.wcm.api.custom.CustomWorkflowAction 3) Implement execute method of  CustomWorkflowAction . and get  WebContentCustomWorkflowService  object by using JNDI Lookup 4)Create new java factory class which implements  com.ibm.workplace.wcm.api.custom.CustomWorkflowActionFactory 5)…

IBM WCM Jsp Component

First you need to create a .jsp file in WebApplication and deploy it in WAS. Create a JSP component as follows: Name: JSP-Component Path: /wcmcustomwebapp;/jsps/sample.jsp Save and preview it. Here are the some of the book recommendations :            …

INSTALL SCRIPT PORTLET IBM WCM 8.5

INSTALL SCRIPT PORTLET ConfigEngine.bat install-paa -DPAALocation=C:UsersAdministratorDesktopTempscriptportlet-app-1.3.0.paa -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 ConfigEngine.bat deploy-paa -DappName=scriptportlet-app -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 Here are the some of the book recommendations :               Enable GingerCannot connect to Ginger Check your internet connection or reload the browserDisable in this…

Enable Notifications OK No thanks