In Adobe Commerce as a Cloud Service(ACCS) how do we create a table and how do we do CURD operations on it?
Can we use the same old Magento framework like ResourceModel, Model, ServiceContracts for CURD or is their any change and If I want to create REST and GraphQL API's also do we need to follow the same old Magento Framework or any change.
Adobe Commerce (Magento 2) backend development is their any change or AS IS?
We find on internet more about the storefront only not about the backend.
https://experienceleague.adobe.com/en/docs/commerce/cloud-service/overview
https://experienceleague.adobe.com/developer/commerce/storefront/
Thank you,
Nagendra Kodi
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @NagendraKo,
ACCS is a SaaS platform, so the database will be closed to direct modifications.
The approach of extending the core database with additional tables or columns via PHP extensions deployed along with the core will not be available, as there will be no option to deploy additional PHP extensions.
ACCS proposes an extensibility paradigm called OOPE (out-of-process extensibility), which is based on App Builder (ref: https://developer.adobe.com/commerce/extensibility/).
When extending Commerce core functionality, the options that you have at hand in terms of persistence are:
Views
Replies
Total Likes
I'm glad to hear about the launch of ACCS!
I would appreciate your advice on developing an app using the Adobe App Builder.
For now, is it possible to create a standalone app for social login or OTP login (via mobile or email) within the Adobe App Builder?
Views
Replies
Total Likes
Hi rojoangel,
Thanks for the update. Above links are not clear to me, little confusing, front-end I am not looking as of now, my concentration is only on backend functionality how we support to frontend.
Can we have any tutorial video for the app builder custom example with source code.
How to create a table and CURD operations in ACCS backend, is their any standard's and any lib/framework do we need to follow.
Adobe is saying we can create any custom DB and we can access it.
second thing, If I want to join any custom table with the commerce OOB table, and filter on top of it, how do we do, as commerce tables are going to be available only with the API's. Do we have any lib/framework, like Magento to follow.
Thank you,
Nagendra Kodi
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies