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 […]
Posts By: Liv
Advertising or Information?
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
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
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 this Xmas
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…
Christmas 2011
With Jane, Meg and Sarah.
Groovy Scripting at the Power of Commons CLI
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
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 […]
Apache Commons Modeler — Simple/Sample Usage
I’ve dealt in previous posts (here and on Cognitive Match‘s blog) with JMX and various things around it — as this is an area I have found more than useful in the JDK. It is therefore no surprise that recently I have turned my eyes to Apache Commons Modeler. The project lacks documentation, granted, and […]
Dealing with Java Beans via Apache Bean Utils
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 […]