Posts tagged “java”
10 Minutes Setup for Spring, Jersey and MongoDB
A quick setup guide to wire up Jersey and MongoDB for a Spring MVC project. Most existing guides only do one of two or have a Maven POM that imports duplicate (but different versions) of libraries. Spring Data Jersey JSON Jersey Spring Mongo DB
Server Side Modernizr
Modernizr is a great JavaScript library for detecting browser capabilities, especially for HTML5 and CSS3 features. But doing everything on the client side on every request can get messy pretty quickly. Wouldn’t it be better if the decision on what actions to take, based on the browser capability, be off-loaded to the server side?