Category Archives: Software Development

Hitting you over the head with the semicolon you left off the end of a C++ class declaration, comes the stumblings of a Developer and his pet sheep. Wooly.

Rick Wagner’s Blog: How to find which .jar a class is in (easily)

Holy heck, I needed this earlier today Rick Wagner’s Blog: How to find which .jar a class is in (easily). Makes mention of JBoss’ tattletale utility. The comments also mention the Java Class Finder plugin for Eclipse (I used the … Continue reading

Posted in Java, Outrospective.org | Leave a comment

Glassfish V3.0.1 and Update Tool

When installing plugins for glassfish at work I would receive a Premature EOF just after accepting the license terms for the plugin. This would occur regardless of method used, updatetool cli, gui or web. Strangely it worked at home, but … Continue reading

Posted in Java EE, Outrospective.org | Tagged , | Leave a comment

Java EE, Spring, and why I care

Finally a post that seems to be sticking up for the Spring framework. (nice change) Java EE, Spring, and why I care « techscouting through the news. Sure EJB 3.1 does make things easier, but it has taken a lot … Continue reading

Posted in Java EE, Spring | Leave a comment

Serialization under the magnifying glass

The Java serialization algorithm revealed | JavaWorld’s Daily Brew. A good post about what happens when Java takes your class and serializes it, including its fields, parents and collaborators and the class definitions of the object and the parents and collaborators involved.

Posted in Java, Outrospective.org | Leave a comment

The Seven Wastes of Software Development | Agile Zone

The Seven Wastes of Software Development – Introduction Waste #1 – Partially Done Work Waste #2 – Extra Features Waste #3 – Relearning Waste #4 – Handoffs Waste #5 – Delays Waste #6 – Task Switching Waste #7 – Defects … Continue reading

Posted in Development Practice | Leave a comment

The interruptible programmer

A read a good blog post about learning to work interrupted.  Work 2.0 – the interruptible programmer.  The blogger had to learn to switch from a conventional, anti-interruption, get in ‘the mode’ then stay there for as many hours as possible, … Continue reading

Posted in Development Practice, Time Management | Tagged , , | Leave a comment

Google’s guava java: the easy parts

More Guava goodness dzone.com – Google’s guava java: the easy parts.

Posted in Java | Leave a comment

PHP and GlassFish

The Aquarium: PHP and GlassFish – Links Update. Two free solutions PHP JavaBridge or LRWPInJava.

Posted in PHP, Platforms, Web Applications | Tagged | Leave a comment

Junit Kungfu

A great presentation with audio that talks about Junit 4, test naming and other things.  I liked this presentation because it starts expression Behaviour Driven Development concepts without actually using a Behaviour Driven Development Framework.  Additionally its one of the … Continue reading

Posted in Groovy, Java, Testing | Tagged , , , , | Leave a comment

HTML 5 Intro

Of all the recent HTML 5 noise of late, and some pretty flashy webapps to be demoed from them, I got a little concerned that the HTML we know and love was going to turn into some RIA scripting beast.  … Continue reading

Posted in Web Applications | Tagged , | Leave a comment