Skip to content

{ Tag Archives } Programming

Essential Eclipse Plugins

With the release of Eclipse 3.4 “Ganymede” I’ve had to reinstall all of the plugins I use. So, I decided to share with the world the suite of plugins that I use. I use the Eclipse JEE bundle since this already includes much of what I want - if you use a different bundle YMMV.
On [...]

Also tagged ,

Spring WS, Tomcat 6, Java 6 - Problems & A Simple Solution

I’ve been working on a project using Spring WS recently. During development I run/test webapps using the Maven Jetty plugin. All was well, everythings works as expected, and I was at a stage where I needed to deploy on a Tomcat 6 server for some larger scale testing. In the past I have had no [...]

Also tagged ,

MIDP Low-Level UI Pains

Over the last couple of week I’ve been doing some work with the MIDP low level UI API. I’ve used the API before, but not for anything that complex. This time however I am building a set of fairly complex rich UI screens, so it’s been a good opportunity to really get to grips with [...]

Also tagged ,

Index Annoyance

I’ve just spent 10 minutes or so digging through database code looking for the source some rather troublesome SQLExceptions. One of the field names was ‘index’, and I wasn’t enclosing it in properly in the query.
That’ll teach me to use ‘index’ a field name…

Also tagged

Learning To Love UML

For the past month or so I have been thinking about satistica’s development in the long term. One of the core aspects that I am considering is the set of classes which represent the fairly complex data types that the system manipulates. I found myself sketching out class relationship diagrams on paper and struggling to [...]

Also tagged