Summary
This chapter was full of new technologies! We discussed what an object-relational mapping framework is, and studied practical examples on how to use three popular persistence technologies for Java: JPA, MyBatis, and jOOQ. We saw how Vaadin Framework allows us to consume any kind of Java API directly, usually through custom abstractions that encapsulate details (such as service and repository classes). We learned the most basic form of data binding in Vaadin, which consists of setting and getting the values directly from domain objects to UI components. We also learned how to separate code that builds up the UI from the code, which adds behavior to it in order to improve its maintainability.
In Chapter 7, Implementing CRUD User Interfaces ...
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.
Read now
Unlock full access