Andrewbeacock - blog.andrewbeacock.com - Andrew Beacock's Blog
General Information:
Latest News:
cvc-complex-type.2.4.c issues - a few things to check 14 Jan 2013 | 02:43 am
I've battled with the Spring cvc-complex-type.2.4.c issue on a few occasions but with them far enough apart that I can't remember what the steps are to solve it. This time round I thought I would writ...
cvc-complex-type.2.4.c issues - a few things to check 14 Jan 2013 | 02:43 am
I've battled with the Spring cvc-complex-type.2.4.c issue on a few occasions but with them far enough apart that I can't remember what the steps are to solve it. This time round I thought I would writ...
Java Date & Time manipulation using Apache Velocity 26 Mar 2012 | 08:33 am
Apache Velocity is an excellent tool if you need to bang out a quick bit of XML output or a text file with a particular layout and you don't want to do it all in Java. You create a Velocity template w...
Java Date & Time manipulation using Apache Velocity 26 Mar 2012 | 04:33 am
Apache Velocity is an excellent tool if you need to bang out a quick bit of XML output or a text file with a particular layout and you don't want to do it all in Java. You create a Velocity template w...
Beware of JavaScript's parseInt function - 010 does not equal 10... 26 Jan 2012 | 01:47 pm
I use JavaScript & jQuery quite a bit in my day job helping to add a bit of 'shiny' to our web applications. One feature that I added recently kept a track of the percentages that you had typed in the...
Beware of JavaScript's parseInt function - 010 does not equal 10... 26 Jan 2012 | 04:47 am
I use JavaScript & jQuery quite a bit in my day job helping to add a bit of 'shiny' to our web applications. One feature that I added recently kept a track of the percentages that you had typed in the...
Do 'is' boolean methods work in JSPs with JSTL? 1 Nov 2011 | 10:32 am
When coding in JSTL you often want to use conditional logic (I'm thinking and the like) to be able to structure your page correctly. Auto-generated getter & setter methods will normally create isX() m...
Do 'is' boolean methods work in JSPs with JSTL? 1 Nov 2011 | 06:32 am
When coding in JSTL you often want to use conditional logic (I'm thinking and the like) to be able to structure your page correctly. Auto-generated getter & setter methods will normally create isX() m...
How to stop Eclipse reformating your Java enumerations & comments 28 Oct 2011 | 07:29 am
Eclipse is a wonderful IDE for the Java language and I’ve used it daily for at least the past 4 years but it does have some 'issues'. One is regarding it’s code formatting (or reformatting) support, n...
How to stop Eclipse reformating your Java enumerations & comments 28 Oct 2011 | 12:29 am
Eclipse is a wonderful IDE for the Java language and I’ve used it daily for at least the past 4 years but it does have some 'issues'. One is regarding it’s code formatting (or reformatting) support, n...