Reputation:
I am working on SAP Hybris
and newbie in that. If we talk about standard SOA
architecture or Web based
application, now a days applications are developed using AngularJS
at UI and Spring MVC + Spring RestFul
services at the backend.
We are looking to developed the end to end development for our eCommerce
site using SAP Hybris
. We're looking to keep the architecture like AngularJS at UI and Spring MVC + Spring RESTFul services at the backend
and also Apache Solr for index based searching
. Will this approach be work?
Or SAP Hybris is proritary tool and we can do any customizations. Please guide.
Upvotes: 0
Views: 1632
Reputation: 20065
SAP hybris is a proprietary solution which is highly customizable. I mean you can do whatever you want if you're willing to do some customization.
Out of the box hybris expose some REST WS. You can also use SOAP if you need, you just have to develop it.
FYI, Spring is already integrated in hybris and it's one of the main framework used by hybris. Solr is also already integrated for indexing. Finally you just have to develop your front layer with Angular if you want.
Upvotes: 0
Reputation: 974
There shouldn't be any problem using Angular as frontend. Hybris provides a good out of the box Web Services REST API and if you don't like it, you can extend it however you need. If you need a SOAP service to connect to Hybris backend, you have to create one yourself.
In general Hybris is quite customizable so it can cover your needs. Here are some reference links:
Hybris Platform Web Services
Some docs
Upvotes: 3