AJAX Friendly SimpleMappingExceptionResolver
If you have a Spring MVC application, you are probably using SimpleMappingExceptionResolver. Here's the snippet of code in Spring servlet.xml. In one of our applications, we needed the usual error…
If you have a Spring MVC application, you are probably using SimpleMappingExceptionResolver. Here's the snippet of code in Spring servlet.xml. In one of our applications, we needed the usual error…
This is a quick walkthrough of JsRender. JsRender is the next-generation jQuery Templates, optimized for fast, string-based rendering. We will be using jQuery in our examples below, but JsRender is…
Here's the JavaScript you need to avoid console errors in browsers that lack a console. This is taken from HTML5 Boilerplate 4, in plugins.js. If you use jQuery, you can…