Sunday, August 28, 2016

SAP hybris sample recipes

SAP hybris sample recipes, the following tables list eh different flavors of recipes.
HTML Table Header
SAP hybris Component/Module Recipe
B2B Accelerator b2b_acc
B2B Accelerator Plus b2b_acc_plus
B2C Accelerator b2c_acc
B2C Accelerator and Order Management b2c_acc_oms
B2C Accelerator and B2B Accelerator b2c_b2b_acc
B2C Accelerator, B2B Accelerator and Order Management b2c_b2b_acc_oms
B2C Accelerator with Commerce Infrastructure Services and Hybris Server b2c_acc_cis_server
B2C Accelerator with Event Tracking b2c_acc_eventtracking
B2C Accelerator Plus b2c_acc_plus
B2C Assisted Service Module b2c_asm
B2C Commerce Accelerator for China b2c_china
CMS SmartEdit smartedit_cms
Platform Cluster platform_cluster
Financial Services Accelerator financial
Financial Services Accelerator with ATDD tests financial_atdd
Platform platform_only
SAP Asynchronous Order Management for B2C sap_aom_b2b
SAP Synchronous Order Management for B2B sap_som_b2b
SAP Asynchronous Order Management and SAP Synchronous Order Management for B2B and B2C sap_aom_som_b2b_b2c
Telco Accelerator with cissubscription b2c_telco
Telco Accelerator with cissubscription and Acceptance Test Driven Development b2c_telco_atdd
yForms b2c_yforms
yForms with Acceptance Test Driven Development b2c_yforms_atdd
B2C Accelerator with ASM, Customer Ticketing Module, C4C Customer Data Extension with the Data Hub .war file, and ATDD test b2c_c4c
B2C Accelerator with ASM, Customer Ticketing Module, and ATDD tests b2c_customerticketing

Saturday, August 27, 2016

How to access the B2B and B2C Accelerator storefronts?

To access the sample storefronts, need to add a localhost mapping to your computer's hosts file. The host file approach requires an extra setup step on machine and it represents how storefronts are organized in terms of domain URLs.
Add the following line to your hosts file. The location of the hosts file varies depending on your system.

127.0.0.1 apparel-uk.local apparel-de.local electronics.local powertools.local

Access the sites as follows:
  • http://apparel-uk.local:9001/yacceleratorstorefront
  • http://apparel-de.local:9001/yacceleratorstorefront
  • http://electronics.local:9001/yacceleratorstorefront
  • http://powertools.local:9001/yb2bacceleratorstorefront

Note: Ensure that you have installed B2C and B2B Recipe Installed to access storefront. Ex: b2b_cc or b2c_cc

Thursday, February 6, 2014

hybris supported Application Servers and Database

In addition to the pre-configured hybris Apache Tomcat, the hybris CS supports following third-party Application servers.

Application Servers:- 

  1. Oracle Weblogic Server
  2. IBM WebSphere Commerce Server
  3. Spring Source tcServer
  4. Apache Tomcat

Databases

  1. HSQLDB (Pre-Bundled, runs as out of box)
  2. Oracle
  3. MySQL
  4. SQL Server
  5. SAP Hana


hybris Basic Architecture

Hybris Commerce Suite is divided into individual packages.


hybris Commerce Suite diagram

  1. Commerce
  2. Content
  3. Channel
  4. Orders

From more technical point of view, packages consist of individual modules( also referred to as extensions)


An extension is a group of functions representing a subset of the hCA. An extension is an encapsulated piece of the hybris Commerce suite that can contain business logic, type definitions, a web application or hybris Managment Console (hMC) configuration and many other things. If you write an extension, you need to maintain them by yourself. but you are free to implement any business functionality you need. 



Platform:- hybris Platform contains several pieces of hybris software such as third-party software, pre-bundled Apache Tomcat, Build framework providing the main functionality of a hybris installation..