Crash Course In Java Brain Surgery

insinuation and speculations: My thoughts about Java, HTML5, software development and IT in general

WebJars for assets management in your project

Usage automatic build tools for dependency management is best practice in Java world and usage of tools such as Maven has been proven by the years.
But what if utilize existing Maven knowledge of Java dependencies management for JavaScript projects. Hopefully, some Java and JVM frameworks (like Grails or Play2) provided their own way of dealing with static resources.
But in most common situations, you don’t have lot of options for deployment your application.

To read the full post, surf on over to the Farata Systems Blog: http://flexblog.faratasystems.com/index.php/using-webjars-for-assets-management-in-javascript-projects/

Thanks everyone