Reputation: 21
I am new to ATG and i installed ATG CRS 11.2 using CIM and it is installed properly and i am able to access the site but i want to import the CRS module in eclipse and customize the existing code for my learning purpose. I tried the ways given on net, install atg plugin and trying to import but it is not importing.
Please explain the steps to do same.
Thanks
Upvotes: 1
Views: 610
Reputation: 1008
For customizing CRS, it is not recommended to modify the existing CRS code. You can create a new module, and layer it on top of CRS to customize it. For more details on creating a new module above CRS, and doing an assemble-deploy via CIM, you can follow this article provided below. It has 3 small parts which can get your task done!
Here is the article: http://learnoracleatg.blogspot.in/2016/12/create-and-deploy-new-atg-module-on-local-from-scratch-part-1.html
Upvotes: 0
Reputation: 960
The Oracle A-Team have an article Building Oracle ATG Commerce With Maven. They have created a sample github project which uses CRS 11.2 as the basis for the project. You should be able to import this as a Maven project within Eclipse.
Upvotes: 0