Menu

Tree [2a5ed1] master /
 History

HTTPS access


File Date Author Commit
 artemis-core 2015-07-28 Kevin Matthews Kevin Matthews [2a5ed1] streamlined code, changed a few method names to...
 .gitignore 2015-01-15 Kevin Matthews Kevin Matthews [cc0525] Initial commit
 README.md 2015-04-22 Kevin Matthews Kevin Matthews [c091a6] simplified DAO calls by introducting MappedResu...
 pom.xml 2015-07-28 Kevin Matthews Kevin Matthews [2a5ed1] streamlined code, changed a few method names to...

Read Me

artemis-core

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.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.