Working Principle of Service Layer Direct
SAP Commerce Cloud currently supports two ways for the service layer to interact with the persistence layer.
- Jalo is our legacy mechanism and is still the default to support backward compatibility.
- Service Layer Direct (SLD) is more efficient and uses fewer resources. It can be used on an as-needed basis in your Java code or when invoking ImpEx.
Leave a Reply