Skip to Main Content
Java EE 8 Design Patterns and Best Practices
book

Java EE 8 Design Patterns and Best Practices

by Rhuan Rocha, Joao Purificacao
August 2018
Intermediate to advanced content levelIntermediate to advanced
314 pages
8h 9m
English
Packt Publishing
Content preview from Java EE 8 Design Patterns and Best Practices

Motivation for using the business-object pattern

Whenever the conceptual model involves a greater complexity, we use the business-object pattern. This high complexity may be because the BO uses a combination of other objects and has complex business logic, such as validation rules. So, separating this business logic from the rest of the application is required (data persistence would be an example of this).

Not implementing this pattern can lead to problems, such as reducing code reusability. As a consequence of this, there are several possible solutions that make code maintenance time-consuming, as it would lose the uniformity that comes with using design patterns.

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Professional Java EE Design Patterns

Professional Java EE Design Patterns

Murat Yener, Alex Theedom
Java EE 8 High Performance

Java EE 8 High Performance

Romain Manni-Bucau
Design Patterns and Best Practices in Java

Design Patterns and Best Practices in Java

Kamalmeet Singh, Adrian Ianculescu, Lucian-Paul Torje
Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs

Pro JPA 2 in Java EE 8: An In-Depth Guide to Java Persistence APIs

Mike Keith, Merrick Schincariol, Massimo Nardone

Publisher Resources

ISBN: 9781788830621Supplemental Content