Category Archives: Java

GWT Notes: TabLayoutPanel

I’ve been putting in some time over the past week building UI’s with GoogleWebToolkit and the new UIBinder. It is all very spiffy and so much easier to use than 1.7 was. Last summer I tried to put together some … Continue reading

Posted in Coding, Google Web Toolkit, Java | Tagged , , | 1 Comment

ConcurrentModificationError Mystery

So, today I got bit by the ConcurrentModificationError. I had some code which had a bit of a bad smell but was working fine. The class is a batch process, that processes a request. Based on the request, a particular … Continue reading

Posted in Coding, Java | Tagged | Leave a comment

JADclipse and Eclipse 3.5

JADclipse and Eclipse 3.5 Yesterday was the second time in as many months where I was really, really glad I had a decompiler handy. When you need a decompiler, it turns out, you really need one. Despite the fact that … Continue reading

Posted in Coding, Java | 4 Comments

good to be a Java programmer

It’s an exciting time to be a Java programmer. That’s a big change of opinion for me. I started my career with interpreted languages (Usertalk, Python, Perl) and Java seemed really verbose and unproductive.  And it’s still verbose. But a … Continue reading

Posted in Coding, Java | 1 Comment