What are Business Objects and what is Business Logic?

后端 未结 7 1638
失恋的感觉
失恋的感觉 2020-12-23 11:40

When reading, I keep seeing references to what they call Business Objects. I\'ve looked up on Wikipedia and such but I keep not getting what a Business Ob

7条回答
  •  不思量自难忘°
    2020-12-23 12:18

    SAP series business object is different with the business object inside the oracle'core design pattern which interact with application service layer ... yes, business object does work with composite entity , but it has business logic , it can carry business state , some easy adjust methods and they are business info carrier with exchangeable the dynamic states and cross among application tiers or domains , but when at different context , it has different detailed specified name , for example, we can say web service request is a business object in xml format ...it is not the same as data entity

提交回复
热议问题