Java
-

Java 9 Behind the Scenes: Where Do New Features Come From?
Find out what’s going on behind the scenes of Java, and how new features come to life In a previous…
Read More » -

WAI-ARIA support for AutoComplete widget
In this post I would like to discuss the accessibility for an AutoComplete widget. A typically AutoComplete widget provides suggestions…
Read More » -

New Custom Control: TaskProgressView
I have written a new custom control and commited it to the ControlsFX project. It is a highly specialized control…
Read More » -

JPA Tutorial: Mapping Entities – Part 3
In my last article I showed two different ways to read/write persistent entity state – field and property. When field access mode is…
Read More » -

Java And The Sweet Science
When you have been developing in Java for 15 years and a coworker asks you to help them debug a…
Read More » -

A Java conversion puzzler, not suitable for work (or interviews)
A really hard interview question would be something like this: int…
Read More » -

Injecting domain objects instead of infrastructure components
Dependency Injection is a widely used software design pattern in Java (and many other programming languages) that is used to…
Read More » -

Spring @Configuration and injecting bean dependencies as method parameters
One of the ways Spring recommends injecting inter-dependencies between beans is shown in the following sample copied from the Spring’s…
Read More » -

Factory Without IF-ELSE
Object Oriented Language has very powerful feature of Polymorphism, it is used to remove if/else or switch case in code.…
Read More »




