This library gives you a way to drop Backbone.js into your project as a Maven dependency, which means you don't have to include these third party files in your own source control.
Add this to the element of your pom.xml
<dependency>
<groupId>com.efsavage</groupId>
<artifactId>backbonejs</artifactId>
<version>0.9.2</version>
</dependency>
The files will "mount" themselves at the following URLs:
- /ext/js/backbone.js
This requires a Servlet 3.0 container, such as Jetty 8.
The minified versions of .css and .js files are used by default, append ?min=false to see the full versions.
The files served have not been modified in any way from their original distribution.