Reputation: 68
If I create following the Servlet 3.0 specification a web application fragment how can I attach resource files, like css or images, to the fragment jsr?
Is it possible?
Upvotes: 2
Views: 1067
Reputation: 7807
Yes you can.
You need to create the resources folder under your META-INF fonder, and put files there.
Maybe this article can help you.
Upvotes: 1