I am Very beginner in ATG and Spring, I have done UI in AngularJs. is it possible to use AngularJs for Oracle ATG web commerce? And how can I use spring in between to give http request to AngularJs? and is there any guide for these?.
I was not able to work from local host as my work location is in Local system and ATG installed in server,
From where can I get complete spring supported ATG .Jar files for web functionality development Please give a clear picture about ATG and available codes with good references. Please Advise.
You don't need to use
Spring
in order to haveAngularJS
read theHttpRequests
from ATG. In fact it will probably complicate things if you try to do so.What you should do is enable the ATG Web Services Framework. This will allow you to expose all the important functions in ATG as RESTful Services. Once you've done that you can use
AngularJS
to interact with ATG.