Java
-

Using libGDX with Kotlin
Iāve been reading lately about different languages and what they can bring to the already crowded table of software developers,…
Read More » -

Adding JAR Dependencies to an Eclipse Plugin Maven Tycho Build
Something that is constantly bothering me when developing the OPP project is the use of hard-coded Java library dependencies. I…
Read More » -

Kotlin-like Builders in Java and Python, Continued: Additional Parameters
Intro In todayās article, we follow up last weekās article about making Kotlin-like builders in Java and Python, expanding the…
Read More » -

Java 8 Lambda Expression for Design Patterns ā Strategy Design Pattern
The strategy pattern defines a family of algorithms encapsulated in a driver class usually known as Context and enables the…
Read More » -

JavaOne 2015: Advanced Modular Development
JavaOne 2015 saw a series of talks by the Project Jigsaw team about modularity in JavaĀ 9. They are all very…
Read More » -

Dependency Injection in JavaFX with Gluon Ignite and Dagger
The Dependency Injection abstraction framework Gluon Ignite creates a common abstraction over several popular dependency injection frameworks like: Spring, Dagger…
Read More » -

Wildfly Swarm, towards maturity and a small contribution
One of the projects I follow lately, is Wildfly Swarm. Eventually my request during this year’s Devoxx in the JBoss…
Read More » -

Use JUnitās expected exceptions sparingly
Sometimes, when we get pull requests for jOOQ or our other libraries, people change the code in our unit tests…
Read More » -

A Working DeltaSpike Tutorial
On a recent project, I was faced with an interesting problem: take a service method that was given a single…
Read More »







