Agile Developer
Saturday, September 29, 2012
Git Headache Solved: 'Modified Files'
›
Pretty much all the dev team work on a mac environment except one! No rewards for guessing that its mine which differed from everyone else...
Friday, September 28, 2012
Hibernate Criteria Snippets
›
The very basic session.createCriteria(Car.class); session.createCriteria(Car.class) .add(Restrictions.eq(“engine.code”,...
Friday, August 31, 2012
JAXB - marshalling an entity with missing @XmlRootElement
›
I'm currently working on an application that needs to send/receive SOAP messages which are fairly large. With simple cases, I could si...
Monday, June 4, 2012
Stopping a windows process
›
I f you ever find yourself stuck (I was) with working on an old windows box and you dont have the benefits of using something better than ...
Thursday, July 28, 2011
Changing color scheme and font settings in gvim
›
I like using vim for quickly loading a file for view/edit etc on my windows m/c. At work, with the monitors being 21" in size.. I ...
Wednesday, July 6, 2011
JSON Hiccups
›
This is my first entry into the JSON world and everything looked pretty straight-forward from the outset. When the time came to dig in and ...
Monday, April 18, 2011
Maven Token Replacement
›
I've been trying to create a maven pom file that would do the same stuff that the current ant build file does. In the process, I've ...
3 comments:
‹
›
Home
View web version