What are domain objects and domain services in software architecture? I am not familiar with them or how they differ from the business logic layer?
The Business Logic Layer is also called the Domain Layer. This is the layer/tier that handles all the business logic.
Domain Objects and Domain Services are classes that you use to build your Domain Layer.