spartacus with hybris marketplace is feasible or not - spartacus-storefront

Hi Team can we use #spartacus with hybris marketplace as I can see everything mention on tutorial is for B2C or B2B. Could you please suggest way. #spartacus 'spartacus'
I want to set up marketplace where storefront could be driven by spartacus as I was going through the tutorial and found everything was mentioned with b2c . As I will be using markeplace so it will have its own functionalities.
So is it feasible to use spartacus with marketplace ? should I install marketplace and then follow the exact steps mentioned in spartacus tutorial for installation.

Related

Multiple Spartacus site deployment in CCV2

I am working in the project where the Requirements is to build:
2x B2B site (no sites are identical in terms of functionality)
1x B2C site
I know that we can't combine Spartacus B2B and B2C in single code base which lead to this following Questions:
Does CCV2 support multiple Spartacus site deployment?
Will CCV2 support multiple contexts with Spartacus sites deployment?
I heard from my colleague that it's possible to support multiple JavaScript storefront in CCV2 now.
For details about configuration & setup, please refer to these urls below:
https://help.sap.com/docs/SAP_COMMERCE_CLOUD_PUBLIC_CLOUD/b2f400d4c0414461a4bb7e115dccd779/1c26045800fa4f85a9d49e5a614e5c22.html
https://www.sap.com/cxworks/article/2589633836/supporting_multiple_sap_commerce_cloud_storefronts

How to integrate Hybris with SAP Identity Management?

I already found some useful documentation about integrating Hybris with SAP Cloud Platform Identity Authentication in here https://help.sap.com/viewer/50c996852b32456c96d3161a95544cdb/1905/en-US/de5382b859aa437da1b0428555169a35.html
But what I need to do and was not able to find is how to integrate Hybris with SAP Identity Management(https://help.sap.com/viewer/product/SAP_IDENTITY_MANAGEMENT/8.0/en-US)
Is there someone who knows how can this be done and what OOTB extensions are needed in order to achieve this ?

Hybris storefront (template developer)

I am vue.js frontend developer and new to hybris, I came to know Hybris comes with a default store front which is written in jsp,js,jquery,css. how to use vue.js in the storefront for implementing or modifying template as per client requirements.
SAP Commerce Cloud also has an Angular storefront called Spartacus, which lets you customize CMS components using web components (but this is still an experimental feature): https://sap.github.io/cloud-commerce-spartacus-storefront-docs/customizing-cms-components/ Also, see Vue based CMS web component for Spartacus for an example.
At a high level, the storefront will need to interact with Hybris' OCC (Omni Commerce Connect) REST APIs for the business processes (and even CMS data).
I've no experience on this (and I haven't read the full article), but Vue Storefront + SAP Commerce: Open-source PWA Storefront Integration (+DEMO) might give you some ideas.

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

How to integrate with Jira ondemand

I'm working on a web application that I need to Integrate with Jira bug tracking tool. I have successfully integrated with the applications hosted at jira, but now I have to integrate with the JIRA hosted on other server (not the .atlassian ones).
The hosted solution will have the same capabilities as a REST API. So just point to the appropriate URL and it should work.
If you are just trying to integrate with the REST API, just try hitting it to see if its enabled.
If it isn't enabled, make sure the 'Allow Remote API Calls' is turned ON under Administration > General Configuration.