Skip to content

Instantly share code, notes, and snippets.

@tomdwaggy
Created April 10, 2015 13:19
Show Gist options
  • Save tomdwaggy/fc6422af83cff3a1a63b to your computer and use it in GitHub Desktop.
Save tomdwaggy/fc6422af83cff3a1a63b to your computer and use it in GitHub Desktop.
@FlareServlet(value = "/example/*", filters = {ApiOriginFilter.class})
public Servlet jaxrsServlet() {
return new CXFNonSpringJaxrsServlet(CDI.current().select(MicroBlogApplication.class).get());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment