Migrating Spartacus SAP Commerce Cloud 2011 - spartacus-storefront

I am migrating Spartacus on SAP commerce cloud 2011 and we do not have custom commercewebservice extension, enabling this OOB extension giving error on server start

Related

Getting started with Spartacus and integrating with Hybris

I am a SAP Hybris commerce developer.
Recently we are migrating to Spartacus.Does it integrate with SAP Hybris?What are the learning paths for this?
Spartacus does integrate with hybris using APIs.
For learning paths check the official docs on our GitHub page here: https://github.com/SAP/cloud-commerce-spartacus-storefront and our wiki here: https://github.com/SAP/cloud-commerce-spartacus-storefront/wiki

Get auth token for Power Bi native app using Rest API for .Net core web app

I have MSC 6 Web application (.Net Core 2.1) and wants to embed the Power BI report using REST API. I am easily able to embed the report in.Net 4.6 web app, but facing issues in .Net Core app.
I am getting issue while getting the auth token for a native app created on Azure. I followed example here but it didn't work for me.
I have created the Power BI workspace on Azure and provided access to me
Registered the new native app on Azure and provided the AAD & Power BI service access.
Anybody having PoC of accessing Power BI REST API for .Net core app? Please provide the pointers for this issue.
Thanks,
Rohan
My team had this issue. The AAD account could not follow through the authentication channels. However, we were able to make it work with a tenant account ( tenant#MyOrgOnline.onmicrosoft.com ).

sap cloud platform List HTML5 Applications via API or CLI Tool

is there an API or CLI Tool to display all HTML5 Applications and there current active version of an subaccount.
We need this for our build / deploy chain and work in the NEO Environment.

IBM Mobilefirst 7.0 - Difference between SAP Netweare Gateway and SAP JCo adapters

What is the difference between SAP Netweaver Gateway and SAP JCo Adapters ?
SAP Netweaver Gateway Adapter:
IBM MobileFirst Platform Foundation applications can communicate with SAP Netweaver Gateway back-end services by using SAP adapters. Using HTTP rest calls and the OData protocol, applications can remotely create, retrieve, update, and delete entities through the adapter.
No additional middleware required to communicate with SAP system.
SAP JCo Adapter:
The SAP Java Connector (SAP JCo) is a middleware component that enables the development of SAP-compatible components and applications in Java.
Correct me if I am wrong.
The Service Discovery for SAP NetWeaver support enables the ability to codelessly generate MFP Adapters through exploring SAP sources and altering response data from SAP, through their Gateway product. Gateway is an extra layer of SAP middleware. For clients that have Gateway as part of their topology, this is a solid tool for generating custom mobile services.
The MFP JCo adapter provides support for writing custom implementation of service creation. This solution requires custom coding, using the JCo APIs, but is available for all SAP installations.
Summary, they are different animals that solve the same problem, in dramatically different way. Hope this helps.

MobileFirst configuration for mapping service ArcGIS

We are exploring IBM Mobilefirst capabilities with a mapping application. We are using Esri ArcGIS Mapping service.
Where can I find the available resources or sample tutorial to use Esri ArcGIS with IBM MobileFirst hybrid applications?
Not every available tool out there has guides for IBM Worklight/MobileFirst.
It looks like Esri ArcgGIS has a developer website.
You should start there: https://developers.arcgis.com/en/sign-up/?origin=developer
Read how to integrate it into applications.
If there are SDKs then you will need to integrate those like you would any other SDK - that is outside of the Worklight/MFP scope (the integration).
I would assume that if it an SDK, you could then add a Cordova plug-in that would allow you to access that SDK from your app, or even better you could use the Send Action feature to bridge between Web and Native and vice versa.
Adding native functionality to hybrid applications with Apache Cordova
Action Sender