ondro.inginea.eu
CDI events in Swing application to decouple UI and event handling - .Lost in Coding
After having the pleasure of building my code around CDI for couple of years, it feels very natural to use it to structure my code according to well-known patterns. CDI is a dependency injection mechanism designed to be used within Java EE application servers, and this could be perceived as a disadvantage. However, I want […]
Ondro Mihályi