Develop the Data Transfer Object
We will look at defining the data transfer object in this lesson.
We'll cover the following
The three major tasks during the development of the mock user interface are:
- The development of the data transfer object
- The mock service
- The mock user interface
We will develop them one by one.
Data transfer object
The WorkerDto
data transfer object has an identifier and the name of the worker. The join object WorkerWorkerDto
has two instances of WorkerDto
and a relationship type field of String.
Get hands-on with 1400+ tech skills courses.