Posts

Showing posts from 2017

Deploy CSA 11.3 (Commerce Store Accelerator)

Image
Oracle Commerce ATG released a new reference application called Commerce Store Acceleator (CSA) in 11.2 and later versions. Basically, this application is an accelerator to start implementing ATG with best practices, but the difference in comparison with the CRS, is that use RESTful web services, KnockoutJS and Bootstrap in the front-end to separate the views from the back-end, so this application does not use JSPs, droplets, etc. Pre-configuration for CSA In order to deploy the CSA, previously you must have installed: A SQL database, in my case  Oracle Database An Application Server, in my case  JBoss EAP 7.0 JDK 1.8.0-121 Then we need to create the schemas and users in the database.  Start your Oracle database and o pen a terminal and type this $  sqlplus Connect as  system SQL*Plus: Release 12.1.0.1.0 Production on Fri Oct 13 18:06:58 2017 Copyright (c) 1982, 2013, Oracle.  All rights reserved. Enter user-name:  system ...