epmills.com

Evan P. Mills’ Ramblings

Source for Cheatsheets

Filed under: Computing, Personal, Software Development, Technology — Evan at 1:17 pm on Tuesday, September 9, 2008

Check out Added Bytes and subscribe to the feeds.

Note-to-Self: Java Passion

Filed under: Computing, Software Development, Technology — Evan at 4:34 pm on Thursday, July 17, 2008

Make sure to check out free online Java-related learnig at http://www.javapassion.com.

Background Processing in a Spring Web Application

Filed under: Computing, Personal, Software Development, Technology — Evan at 5:46 pm on Thursday, May 1, 2008

From the “Huh, well that’s cool” department…

Today I figured how to run a background process from within a web application that utilizes Spring 2.0 or greater. At first, I investigated all sorts of ways of adding multithreading to a web application before stumbling upon this gem.

The key is that Spring provides a class, TaskExecutor, that allows you to run a background task by simply creating a class that implements the Runnable interface and hooking it up to your application with some simple configuration.

In short, as Spring allows Java web developers to program using POJOs and not against a set of interfaces, TaskExecutor and its cohorts allow us to do background processing using simple classes instead of forcing us to handle the ugly details of multithreading and synchronization ourselves.

Thanks, Spring dudes! Once again, you save the day.
See Chapter 23 of the Spring Framework documentation for more information.

It’s the Safety Dance!

Filed under: Computing, Personal, Software Development — Evan at 7:53 pm on Saturday, August 26, 2006

Well, my cousin threw down the gaunlet by proposing this quite humorous programmatic rendition of Sir Mix-a-Lot’s indominatable “I Like Big Butts”:

I.like(bigButts) && I.canLie(false);
otherBrothers.canDeny(false);
when (girl.walksIn())
{
if (girl.hasIttyBittyWaist() && roundThing.getLocation()==your.FACE)
{
you.getSprung();
}
}

Which I thought was quite clever. So, I felt I owed him a response comensurate with the length of time I made him wait for a reply.

(Read on …)

Internet Jive

Filed under: Computing, Personal, Software Development, Technology — Evan at 10:57 am on Tuesday, April 25, 2006

Confused by the acronyms you see in instant messages or web pages?

I found a great list in the FAQ section of the Gush IM/RSS page.

Now that you’ve read this, I have the perfect excuse to make my conversations even more terse and obscure.

To quote Linnea, “Put it in context!”