« March 2004 | Main | May 2004 »

April 2004 Archives

April 4, 2004

I love the <import> task in Ant 1.6...

What can I say? I love the <import> task. :) If the Jolt Awards were accepting nominations at the moment, I'd be nominating that one bit of Ant 1.6 all by itself. :)

Continue reading "I love the <import> task in Ant 1.6..." »

April 14, 2004

An Amusing Thing Happened On The Way In Tonight...

In my role, I'm the defacto tools librarian; I'm the guy who sucks down the latest and greatest copies of everything so that other people don't have. Or more accurately, I'm the guy who sticks the files up on the intranet share so that other people can look there first...

Continue reading "An Amusing Thing Happened On The Way In Tonight..." »

Web Application Design Principle #1

There's a fundamental design principle with web-based applications that constantly amazes me people forget. It's a simple one, too.

Web applications are inherently stateless

Continue reading "Web Application Design Principle #1" »

April 16, 2004

More on stateless web apps

I thought I'd expand on my previous point. It's a simple one, but they're always the trickiest.

Web apps are by their nature stateless. Stateless applications are a pain in the butt to build, because they are extremely complex (not just complicated). By stateless, what I really mean is that the client state and the server states are disconnected. This is due to the (truly) stateless nature of the HTTP protocol that underlies all web apps.

Continue reading "More on stateless web apps" »

April 28, 2004

XDoclet 1.2 vs SGen

Update: I had a couple of simple mistakes in my presentation, which are now corrected.

I gave a talk at AJUG-QLD last night, on using XDoclet for code generation. Went down pretty well, I think, though that could be just my flattered ego talking.

Continue reading "XDoclet 1.2 vs SGen" »

JUnit Architecture Redux

Looks like I'm talking about another post of Cedric's. It seems he doesn't like JUnit's test suites, and decided to write a new tool to solve his problem.

Continue reading "JUnit Architecture Redux" »

About April 2004

This page contains all entries posted to Software is too expensive to build cheaply... in April 2004. They are listed from oldest to newest.

March 2004 is the previous archive.

May 2004 is the next archive.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.
Powered by
Movable Type 3.35