-
Core Java
Thread Magic Tricks: 5 Things You Never Knew You Can Do with Java Threads
What are some of the least known facts and use cases for Java threads? Some people like mountain climbing, others do…
Read More » -
Enterprise Java
Building a HATEOAS API with JAX-RS and Spring
In my previous blog post I showed how easy Jersey can be configured with Spring Boot. My exploration on Spring…
Read More » -
DevOps
Docker orchestration using Fig
Tech Tip #65 showed how to run a Java EE 7 application using WildFly and MySQL in two separate containers. It…
Read More » -
Core Java
Java 8 Stream and Lambda Expressions – Parsing File Example
Recently I wanted to extract certain data from an output log. Here’s part of the log file: …
Read More » -
Software Development
Breaking Bad … interfaces.
A question of efficiency. So, you start working on some code and a monstrous interface snarls back at you, picking…
Read More » -
Desktop Java
JavaFX List Example
This is an example list application built using JavaFX. The app is a list of todo (to do) items. This…
Read More » -
Java
Java Design Patterns course launched on JCG Academy!
It has been a while since we have launched JCG Academy, a premium content, subscription based site offering a number…
Read More » -
Software Development
Why you should pay developers to learn
A true story We were having a meeting with a customer and he had just presented a project idea. He…
Read More » -
Core Java
Dependency Injection – Field vs Constructor vs Method
Hi, today I would like to discuss in short different ways of injecting dependencies into your classes. In general you have…
Read More »