Must follow guide lines to create a rest handler in wcs v8

Writing REST handler: If you are writing a custom handle in WCS follow below steps: Make entry of your custom handler in resources-ext.properties at below path.Rest\WebContent\WEB-INF\config\resources-ext.propertiese.g com.mycomp.commerce.rest.handlers.ExMyHandler If you want this to be served only over HTTPS/ support partial authentication, then entry has to be made in wc-rest-security.xml (/Rest/WebContent/WEB-INF/config/com.ibm.commerce.rest-ext/wc-rest-security.xml) with the API PATH. Create a 

Continue Reading →

How to load data in custom table using dataload in WebSphere Commerce(WCS)

Load data in custom table using dataload When there is a requirement to load data in custom created table using dataload then OOB dataload utility provides a Mediator called “TableObjectMediator” which can be used for such purpose, this technique does not require any coding and can be quickly setup by defining configuration files to map 

Continue Reading →

Dojo Refresh Area (AJAX Request using DOJO) in WCS

Here I’m describing the steps that how we can easily work with dojo refresh area. 1.  Create a refreshable div of dojo 2. This line is used to initialize the parameters of a included js in a page. 3. Entry in CommonContextsDeclaration.js Note: Please check the commas or semicolon after or previous this statement. 4. 

Continue Reading →

How to create SEO Urls in WebSphere Commerce(WCS)

To avoid having to hard code SEO friendly URLs in the storefront pages, the WebSphere Commerce Search Engine Optimization feature provides a wcf:url tag that will construct SEO friendly URLs using the SEO pattern file(s) and tables. The current wcf:url tag is used by all starter stores to construct SEO friendly URLs. The UrlTag class has been enhanced to 

Continue Reading →