Develop the Data Transfer Object
We will look at defining the data transfer object.
We'll cover the following
The three main tasks we will study during the development of the mock user interface are the following:
- The making of the data transfer object
- The mock service
- The mock user interface
Data transfer object
The ManuscriptDto
data transfer object has an identifier and the name of the manuscript. Likewise, the AuthorDto
object has an identifier and a name. The join object ManuscriptAuthorDto
has an instance of ManuscriptDto
and AuthorDto
along with the publisher of type String.
Get hands-on with 1400+ tech skills courses.