Quick Start
Get Status
Pulling from maven repository
Add these dependencies to your pom.xml:
<dependencies>
<dependency>
<groupId>com.indeed</groupId>
<artifactId>status-core</artifactId>
<version>1.0.4</version>
</dependency>
<dependency>
<groupId>com.indeed</groupId>
<artifactId>status-web</artifactId>
<version>1.0.4</version>
</dependency>
</dependencies>
Building from source (using maven)
Use git to clone https://github.com/indeedeng/status, and run mvn install
to build.
Using status in code
Create a new dependency manager for your app
Create a servlet that will return your dependency manager
Create a simple dependency
Using your favorite way to serve a servlet (such as Jetty), add the dependency to the manager and serve the servlet.