Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 481 Bytes

readme.md

File metadata and controls

25 lines (18 loc) · 481 Bytes

Sparkle Runtime On Servlet

use Servlet as Sparkle runtime, within this environment you will use Servlet container's thread model.

How to use

Include 'org.agile:sparkle-servlet:{version}' in your pom or gradle.

For Maven pom:

<dependency>
  <groupId>org.agilej</groupId>
  <artifactId>sparkle-servlet</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

For gradle:

dependencies {
  compile "org.agilej:sparkle-servlet:1.0-SNAPSHOT"
}