name

Milen Dyankov

Developer Advocate
Liferay

Milen is a Developer Advocate at Liferay and focuses on Java and OSGi Platform. He is passionate about designing and building software as well as helping others design and build good software! After more than 15 years developing, designing and consulting on various Java EE solutions for leading European companies, he currently spends most of his time teaching, speaking at conferences all over the world and researching his favorite topics around Java modularity, μservices, distributed systems architecture and software craftsmanship.

Talks

  • Decomposing Java applications (2018)

    Most Java developers happily use libraries in their applications. Many developers split their own code into what they call modules hoping that brings benefits. Yet way too often they end up having a (distributed?) big ball of mud sooner or later? This session aim to answer the question: why simply cutting things down into smaller pieces and calling them libraries, modules, microservices, … does not work?

    In this talk we’ll go one abstraction level above and look at the process of decomposing a Java application into reusable components. We’ll examine different ways to organize Java code in methods, classes, packages and modules. We’ll talk about APIs, SPIs, hiding implementation details and enforcing module boundaries. Some of you will be surprised how well SOLID principles fits into the picture. But most important of all, we’ll end up with application design that has good chance to evolve over the years without introducing additional accidental complexity.