Articles, Home

Java SE 11: The Great Removal

Java SE 11 has been released, with fairly few minor new features. That’s not surprising as Java 11 receives long-term support in Oracle’s new release cadence, so its main purpose is to stabilize th…

Articles, Home

From Monoliths to Pragmatic Microservices with Java EE

Java EE maybe isn’t the first thing we think of when talking about Microservices, but it’s invaluable for building maintainable and long living applications based on the Microservices architecture. MicroProfile complements Java EE that make Microservices even simpler and more productive.