-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Persistence Best Practices for Java Applications
By :

In this chapter, we’ve discussed the importance of application layers for development and how they can impact the maintainability and complexity of a project. We’ve also looked at the application’s model and its relation to the database in an MVC architecture. But wait a moment… when it comes to the view and controller (of MVC), are there any potential impacts on the database integration and its performance?
The answer is yes. Let’s take a better look at how data transfer from the presentation layer to the underlying layers can benefit or impact your solution.
Most of the time, when developers decide to use the data model on the client side, challenges such as the following can show up:
Book
, for example – can directly impact the view layer and require changes to it as well.