Skip to Content
Job Ready Java
book

Job Ready Java

by Haythem Balti, Alan Galloway
March 2021
Intermediate to advanced
768 pages
15h 31m
English
Wiley
Content preview from Job Ready Java

Lesson 28Exploring the Service Layer

This lesson introduces the service layer to our tiered/MVC application design. The service layer sits between the controller and the data access object (DAO) and contains the business logic for the application. We'll discuss why service layers are needed, their role in an application, and how they relate to the other application components.

THE ROLE OF THE SERVICE LAYER

So far we have the model, view, and controller components in our tiered application design. Let's review some of the MVC rules we've seen in earlier lessons.

  • The model is responsible for persisting, retrieving, and ferrying data around the application.
  • The controller is the orchestrator of our application: it knows what needs to be done and when it needs to be done, but it doesn't do any of the work. All work is done by other components.
  • The view knows how to display what it receives, but it can't do any calculations.

This works well for CRUD applications. If all you need to do is create, read, update, and delete data and there is no business logic in your application, you are all set. But what if you need business logic? What if you need to make calculations such as tax and shipping on an order? What if you need to validate inputs such as a credit card number ...

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

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Job Ready Python

Job Ready Python

Haythem Balti, Kimberly A. Weiss
The Java Workshop

The Java Workshop

David Cuartielles, Pradeep Kumar Gupta, Scott Cosentino, Andreas Göransson, Eric Foster-Johnson, Avinash Kate

Publisher Resources

ISBN: 9781119775645Purchase Link