Artemis Code
Cassandra "ORM" with hooks for Jersey integration if desired
Status: Beta
Brought to you by:
soloha
File | Date | Author | Commit |
---|---|---|---|
artemis-core | 2015-07-28 |
![]() |
[2a5ed1] streamlined code, changed a few method names to... |
.gitignore | 2015-01-15 |
![]() |
[cc0525] Initial commit |
README.md | 2015-04-22 |
![]() |
[c091a6] simplified DAO calls by introducting MappedResu... |
pom.xml | 2015-07-28 |
![]() |
[2a5ed1] streamlined code, changed a few method names to... |
RESTful Web SErvice built on Jersey 2 and CQL3
If you are implementing a new Service, check the artemis-example project. The top level pom in your project must declare artemis as
it's parent. The only dependencies you will need to declare will be those that are unique to your project.
Dependencies already provided:
Netty
LogBack
javax-rs
Google Guava
Jersey 2
Datastax Driver
javax.Servlet
Maven Plugins already provided:
Jetty Maven
Maven War
Your Jersey Resource classes must be in the package:
net.disbelieve.artemis.jersey.resource
You may provide a web.xml, but none is required. To configure your application, extending net.disbelieve.artemis.jersey.ArtemisApplication
is preferred.