- Mastering Spring 5.0
- Ranga Rao Karanam
- 39字
- 2021-07-02 22:11:59
Business
The business layer is focused on executing the business logic of the applications. With Spring, business logic is typically implemented in Plain Old Java Object (POJO).
Spring Transactions (spring-tx) provides declarative transaction management for POJO and other classes.