CORS For JAX-RS 2.0 / Java EE 7 Released 📎
Cross-origin resource sharing support for Java EE 7 / JAX-RS 2.0 is released.
The following dependency in a WAR will install and setup the CORS extension automatically:
<dependency>
<groupId>com.airhacks</groupId>
<artifactId>jaxrs-cors</artifactId>
<version>0.0.1</version>
<scope>compile</scope>
</dependency>
CORS is opensource and Apache licensed: https://github.com/AdamBien/cors
See you at Java EE Workshops at MUC Airport or on demand and in a location very near you: airhacks.io!