21

Extending the Interfaces

In the previous chapter, we described how to create a graphical user interface (GUI) and what responsibilities should be taken care of. In this chapter, we will address all the other interfaces in the hexagonal architecture of our sample business domain and, in particular, look at data imports and the mobile GUI.

In the previous chapter, we took data for granted and showed it in the interface captures, but where does it come from, since we have not yet created any forms for users to enter data with? If you remember, there was an import function that was talked about, and this is what has been used to generate the entries in the new data referential service. We will start this chapter by explaining in detail how this ...

Get Enterprise Architecture with .NET 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.