Oracle Endeca Commerce Overview

post Oracle offers two Endeca solutions. Oracle Endeca Commerce. Oracle Endeca Information Discovery. (OEID) In this post I would talk about Oracle Endeca Commerce solution. This post is a brief overview of all the important packages of Oracle Endeca Commerce. If you are in a hurry then you can scroll down take a look at […]
Continue reading…

 

Oracle Endeca Certifications.

As of today Oracle offers two Endeca solutions. Oracle Endeca Commerce. Oracle Endeca Information Discovery. (OEID) Oracle Endeca Commerce is sold under the umbrella of Commerce Solutions. The second one is sold under Business Intelligence category. Oracle Endeca Commerce. Oracle offers four Endeca Commerce certifications. Oracle Endeca Commerce 3.1 Implementation Specialist. (1Z0-471) Oracle Endeca Commerce 3.1 Sales Specialist. Oracle […]
Continue reading…

 

Installing & Configuring Oracle Endeca in Windows with Discover application.

Finally I could successfully launch Endeca Discover application in my Windows 7 box. Though I have done this multiple times in Linux box somehow I didn’t get it properly in Windows box in the past. I thought I should share the details for other’s benefit. Endeca installers and version used. Oracle Endeca MDEX-6.4.1 (mdex_6.4.1.715066_x86_64pc-win32.exe) Oracle […]
Continue reading…

 

Intercept an ATG pipeline.

ATG pipeline allows developers to write modular code and inject the same in an execution path based on the result from another processor in pipeline chain. Nucleus component /atg/commerce/PipelineManager implement the commerce pipeline loading, execution and reloading logic. Commerce pipeline is defined in an xml file located in /B2CCommerce/config/atg/commerce/commercepipeline.xml. What is a pipeline? Pipeline is […]
Continue reading…

 

Oracle ATG Certifications.

Oracle offers three ATG certifications. 1. Oracle ATG Web Commerce PreSales Specialist. 2. Oracle ATG Web Commerce Sales Specialist. 3. Oracle ATG Web Commerce Suite 10 Implementation Developer Certified Implementation Specialist. (1Z0-510) ATG Pre-Sale and Sale certifications are online and made available only through partner network. Third one is developer certification and you can take […]
Continue reading…

 

Creating Pipeline in Oracle Endeca

So far I have written many posts about querying Endeca records from Oracle Endeca MDEX. In this post I would share the steps involved in creating Oracle Endeca Pipeline. I will be using a very basic product catalog data structure as the input for pipeline. The steps involved in creating a pipeline would be more […]
Continue reading…

 

Oracle Endeca – Query Types.

Since you are reading this post I assume that you already know about Endeca Dimension and related concepts. Please refer Oracle Endeca core concepts and terms post for more details on Endeca dimensions. “Overview of Query Types” is one of the Endeca commerce certification topics. Oracle Endeca guided search supports two kinds of queries. Navigation Query. […]
Continue reading…

 

ATG REST multipart input customizer.

ATG REST module provides two input customizers out of the box. 1. JSONInputCustomizer 2. XMLInputCustomizer This means that you can send the request parameters in JSON format or XML format and ATG REST is capable of handling it. In the current version of ATG, it doesn’t provide input customizers to parse the multipart form data. […]
Continue reading…