-
Desktop Java
Sometimes in Java, One Layout Manager Is Not Enough
Most often when developing Java Swing applications, we need to use several layout managers in several nested panels. This is…
Read More » -
Core Java
Java Concurrency Tutorial – Callable, Future
One of the beautiful things about Java from its very first release was the ease with which we could write…
Read More » -
DevOps
Getting to know the ‘hosts’ file
We had a lecture on DNS today in class and I thought I’d write something about the built-in domain name…
Read More » -
Software Development
CPU vs. GPGPU
GPGPU is a new trend and it has triggered many new questions in the minds of young computer scientists. In…
Read More » -
Core Java
Java Concurrency Tutorial – Thread Pools
One of the most generally useful concurrency enhancements delivered in Java 1.5 was the introduction of customizable thread pools. These…
Read More » -
Core Java
Java Concurrency Tutorial – Reentrant Locks
Java’s synchronized keyword is a wonderful tool – it allows us a simple and reliable way to synchronize access to…
Read More » -
Core Java
Mapping Objects to Multiple XML Schemas – Weather Example
I have written previous posts on EclipseLink JAXB (MOXy)‘s @XmlPath and external binding file extensions. In this post I will…
Read More » -
Software Development
[Sponsored Post] Java Development Opportunities
It is correct to think that the developments in the satellite and navigational sector are constantly changing and as it…
Read More » -
Core Java
Java Concurrency Tutorial – Semaphores
This is the first part in a series that we’re going to be doing on Java concurrency. Specifically, we are…
Read More »