Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daggerok/deltaspike-exception-handler-example

DeltaSpike Exception handling (Maven Java Weld CDI).
https://github.com/daggerok/deltaspike-exception-handler-example

deltaspike weld weld-se

Last synced: 3 days ago
JSON representation

DeltaSpike Exception handling (Maven Java Weld CDI).

Awesome Lists containing this project

README

        

# deltaspike-exception-handler-example [![Build Status](https://travis-ci.org/daggerok/deltaspike-exception-handler-example.svg?branch=maven-java)](https://travis-ci.org/daggerok/deltaspike-exception-handler-example)
DeltaSpike Exception handling (Maven Java Weld CDI).

## getting started

```bash
git clone --depth=1 https://github.com/daggerok/deltaspike-exception-handler-example.git
# ...
./mvnw clean ; ./mvnw ; java -jar ./target/*-all.jar
# ...
./mvnw clean ; ./mvnw -Pcapsule ; java -jar ./target/*-all.jar
```

NOTE: _This project has been based on [GitHub: daggerok/main-starter (branch: maven-cdi)](https://github.com/daggerok/main-starter/tree/maven-cdi)_

links:

- [Exception Handling reference](https://svn.apache.org/repos/infra/websites/staging/deltaspike/trunk/content/retired/exceptions.html#handles-and-beforehandles)