Posts By: Liv

Running Tomcat on Port 80 on a Mac — shell script

Posted by & filed under , .

If you’ve been messing about with Tomcat on a Mac OS X, you probably came across the problem of not being able to run the damn Tomcat on port 80. This to many won’t come as a problem, as in most cases port 8080 works fine for local development/testing. However, I found out that this […]

Advertising or Information?

Posted by & filed under , , , , .

This goes out to all you ad skeptics out there who bang on about how useless the internet advertising is and how it should be banned / destroyed / 101’d etc: it is sad that not often advertising is delivered as a complement to the content being viewed, and as such it doesn’t come across […]

The Sad State of Banking

Posted by & filed under , , .

OK, I’ll give you the fact that this is a pretty bold title! I’m not going to talk about the state of banks per se though, why are they struggling in the current climate and/or falling over — I am simply going to talk about the way the banks employees feel about working there (I […]

With My Niece in a Supermarket

Posted by & filed under , , , .

This was taken in Constanta, Romania — went shopping and my niece wanted to go for a “ride” on one of the animals the supermarket had in the kids section. She didn’t want a dinosaur, or a lion, or a horse — nope! She wanted a pig! More specifically: Pippa Pig, according to her 🙂

Piccadilly Circus, London, Christmas 2011

Piccadilly Circus this Xmas

Posted by & filed under , , .

It’s come to that time of the year when I’m downloading pictures from my phone and start finally uploading them here 🙂 These ones were taken in Piccadilly Circus, Christmas 2011…

Scripting

Groovy Scripting at the Power of Commons CLI

Posted by & filed under , , .

I’ve found myself more and more scripting stuff in Groovy — partly I’m guessing it’s cause of my Java background, partly because I’m probably not such a good bash/awk/perl/sed/etc script hacker 🙂 Nevertheless, make no mistakes, Groovy is an awesome scripting tool! (I’m not going to praise its benefits in terms of building applications — […]

System Console Support — JDK 1.6

Posted by & filed under , , , .

I’m sure some of you have found the need occasionally to use the “console” input/output support provided by the JDK via System.in and System.out — if nothing else just to implement an occasional more complicated command-line “scripty” app to be run in a Linux environment and piped input in or out from/to another program. The […]

Dealing with Java Beans via Apache Bean Utils

Posted by & filed under , , .

Ok some of you are probably already familiar with the Apache Commons‘ BeanUtils framework, so this might not come as a surprise, but I have just discovered recently a class which I found myself in the past implementing bits of, one way or another: the BeanMap class! I swear, when dealing with loading random properties […]