...

/

Summary and Quiz: Driving the Web Layer

Summary and Quiz: Driving the Web Layer

Test your knowledge of implementing the web layer.

We'll cover the following...

Chapter’s recap

In this chapter, we completed our Wordz application. We used an integration test with TDD to drive out an HTTP endpoint for Wordz. We used open-source HTTP libraries—Molecule, Gson, and Undertow. We made effective use of hexagonal architecture. Using ports and adapters, these frameworks became an implementation detail rather than a ...