managing static web dependecies wirh webjars

12
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

Post on 14-Sep-2014

210 views

Category:

Technology


0 download

DESCRIPTION

 

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