The Java Code Monkey

This blog contains my comments about developing software, not limited to just coding but also architecture, design and test. I mainly work with Java, but my experience is not limited to that, I've coded C, C#, assembly and more. However, so far, Java is my favorite. It has beauty in its simplicity and the open and diverse nature of the Java community simply makes it fun to be a Java developer.

Sunday, September 16, 2007

JMS: So simple yet sometimes so tricky

›
The Java Messaging Service (JMS) API as provided as part of the Java EE appear to be a small, limited scope API. However, appearances can be...
2 comments:
Saturday, August 18, 2007

Managing threads in your Java (or other) applications.

›
In my previous blog entry, I went through techniques to create a thread safe class. However, I also pointed out that correctly implementing ...
Saturday, August 11, 2007

Making your Java Class thread safe.

›
Thread safety is a very hot topic for Java programmers right now. At the JavaOne 2007, I noticed a fairly large number of technical sessions...
8 comments:
Monday, August 6, 2007

Using AspectJ to detect violations of the Swing single thread rule.

›
As I pointed out in my previous entry, all swing components must be initialized and accessed through the Event Dispatch Thread (EDT) only. W...
7 comments:
Sunday, August 5, 2007

Developing a Swing application: Why all the cursing?

›
If you’ve been around for enough time you have certainly heard your share of complaints about Swing, which usually from it is too complex, t...
3 comments:
‹
Home
View web version

About Me

Anders Prisak
Software Engineer
View my complete profile
Powered by Blogger.