What is the difference between business class and domain class? What is meant by persistent classes?
A domain class is a class from the Domain Model that Martin Fowler describes as follow in Patterns of Enterprise Application Architecture: An object model of the domain that incorporates both behavior and data. At its worst business logic can be very complex. Rules and logic describe many different cases and slants of behavior, and … Read more