Blog

Latest articles from our tech team about Dev_ works of Binary Cipher of Software Development

Import and export wcm-data library

Export: ConfigEngine.bat export-wcm-data -Dexport.directory=”C:UsersAdministratorDesktopMYWCMBackup_13_06_2016″ -Dexport.libraryname=”My Content;My Design” -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 -Dexport.singledirectory=true -DVirtualPortalContext=vpname Import: ConfigEngine.bat import-wcm-data -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 -Dimport.directory=”C:UsersAdministratorDesktopMYWCMExport” -Dimport.singledirectory=true -DVirtualPortalContext=vpname…

EXPORT or IMPORT IBM WCM LIBRARY in windows

In windows Go to /Websphere/wp_profile/ConfigEngine/ Export: ConfigEngine.bat export-library-copy -DLibraryPath=”C:UsersAdministratorDesktopTempLIBRARY NAME.zip” -DLibraryName=”UMB HS Content” -DWasPassword=passw0rd_123 -DPortalAdminPwd=passw0rd_123 Import: ConfigEngine.bat import-library-copy -DLibraryPath=”C:UsersAdministratorDesktopTempLIBRARY…

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…

Web Content Manager(WCM)-Custom Rendering Plugin

Custom Rendering Plugin: packagecom.ibm.wcmproject; importjava.io.IOException; import java.io.Writer; import java.util.List; importjava.util.Locale; import java.util.Map; importcom.ibm.portal.ListModel; importcom.ibm.workplace.wcm.api.plugin.rendering.RenderingPlugin; importcom.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginException; importcom.ibm.workplace.wcm.api.plugin.rendering.RenderingPluginModel; public classWCMYouTubePlugin implements…

Simple pagination jQuery plugin

<html> <head>   <link rel=”stylesheet” href=”simplePagination.css” type=”text/css” />   <script src=”tests/lib/jquery.min.js” language=”javascript” ></script>   <script src=”jquery.simplePagination.js” language=”javascript” ></script> </head> <body><div id=”abc”> <p class=”selection” id=”page-1″>one</p><p class=”selection” id=”page-2″>Two</p><p…

Enable Notifications OK No thanks