geeky · javascript

jQuery ON (syntax difference from live)

Since jQuery live is marked as deprecated. I thought it’d be a good thing to switch to use jQuery on. I was at first shocked to find out that “ON” did not work like “LIVE”. Without digging very far, I simply switched my old syntax that had to It worked for non dynamically generated DOM… Continue reading jQuery ON (syntax difference from live)

geeky · java

Spring JdbcTemplate to get db function output

e.g. SQL returns a String value. Do this using Spring JdbcTemplate via: See any big issue doing it this way? I personally don’t. I assume Spring will throw a SQL exception if for any reason the function errs out?