Posts Categorized: Blogroll

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 […]

Java Catalog 1.1

Posted by & filed under , .

It’s only been 1 day since I published Java Catalog 1.0 and I got already feedback on this from 3 visitors! This beats any previous “records” on my website, I must confess, hence the rush to incorporate these into the code/package and publish a new version! Simone Tripodi, being the helpful guy he always is, […]

Java Catalog 1.0

Posted by & filed under , .

It’s amazing what you find when you look closely at how you use a computer nowadays — I only just realised that ages ago I have put together this little Java application to help me sort out my mobile phone image collection every time I download them onto my computer…yet even though I’ve been using […]