Hi all
I just did a first cut at a simple quickstart showing how you can use:
* DeltaSpike Authorization
* CDI
* JAX-RS
* DeltaSpike exception handling
to restrict access to a REST resources, and do something with the AccessDeniedException
other than just rethrow it.
Please take a look:
https://github.com/pmuir/quickstart/tree/deltaspike-authorization/deltasp...
Known issues:
* I'm not handling bad responses in the UI at all. Please tell me what to do someone
:-)
* The README isn't done