Want to create an interactive transcript for this episode?
Podcast: airhacks.fm podcast with adam bien
Episode: Modules, Interfaces and Microservices
Description: An airhacks.fm conversation with Mark Struberg (@struberg) about:
Mark loves microservices, "if all you have is a hammer, everything looks like a nail", by Abraham Maslow,
Hype Driven Development, the right size of a Microservice, splitting an application with Apache Maven, interfaces and DTOs, structuring a monolith, the killer argument against modules,
interfaces with a single implementation, what if all the modules have the same version, testing against interfaces, pure unit tests are problematic in microservice world, avoid testing mocks,
most problems and errors are in the database, System Tests in production-near environment over CDI Unit,
Arquillian and Delta...