Top Banner
Presented by Angel Ruiz @ Canberra J(ava) Users group 5 minutes Flash Talks - 13 February 2014 Managing static web dependencies with @aruizca http://aruizca.com
12

Managing static web dependecies wirh Webjars

Sep 14, 2014

Download

Technology

 
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Managing static web dependecies wirh Webjars

Presented by Angel Ruiz

@ Canberra J(ava) Users group

5 minutes Flash Talks - 13 February 2014

Managing static web dependencies with

@aruizcahttp://aruizca.com

Page 2: Managing static web dependecies wirh Webjars
Page 3: Managing static web dependecies wirh Webjars
Page 4: Managing static web dependecies wirh Webjars
Page 5: Managing static web dependecies wirh Webjars
Page 6: Managing static web dependecies wirh Webjars
Page 7: Managing static web dependecies wirh Webjars
Page 8: Managing static web dependecies wirh Webjars

- Anything in the META-INF/resourcesdirectory inside a JAR dependency of your web application is automatically exposed as a static resource by any Servlet 3.0+ compliant container.

Page 9: Managing static web dependecies wirh Webjars

- Anything in the META-INF/resourcesdirectory inside a JAR dependency of your web application is automatically exposed as a static resource by any Servlet 3.0+ compliant container.

Page 10: Managing static web dependecies wirh Webjars
Page 11: Managing static web dependecies wirh Webjars
Page 12: Managing static web dependecies wirh Webjars