Lesson 29Pulling It All Together: Coding the Class Roster Service Layer

It's time again to pull together what we've learned by implementing the Class Roster service layer that we designed in the previous lesson into an application. We will continue with the Class Roster application we updated in Lesson 27.

CREATE A SERVICE LAYER INTERFACE

The first step in updating our Class Roster application is to create the service layer interface that we designed in the previous lesson. We are going to have several classes and interfaces related to our service layer, so we will create a new com.sg.classroster.service package in the same way we've added packages before. To do this, open the ClassRoster project, right-click the com.sg.classroster package, and select New ➢ Java Package, as shown in Figure 29.1.

Figure ...

Get Job Ready Java now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.