+ All Categories
Home > Technology > Managing static web dependecies wirh Webjars

Managing static web dependecies wirh Webjars

Date post: 14-Sep-2014
Category:
View: 209 times
Download: 0 times
Share this document with a friend
Description:
 
Popular Tags:
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
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

Recommended