Java port Of Dashing
Last stable version:
<dependency>
<groupId>com.github.avarabyeu.jashing</groupId>
<artifactId>jashing</artifactId>
<version>X.X.X</version>
</dependency>
Add Jashing into your classpath, create main class and add the following code:
public interface MainClass {
public static void main(String[] args) {
Jashing.builder().withPort(8282).build().bootstrap();
}
}
That's it! Jashing has started on port 8282 and ready to show you demo dashboard
You can easily deploy Jashing to Servlet container. Make sure Jashing in your and implement
com.github.avarabyeu.jashing.core.JashingFilter
Also make sure that your marked your filter with Servlet's WebFilter annotation
@WebFilter(urlPatterns={"/*"})
For now, Jashing supports the following list of extensions:
- Jira
- Jenkins
- Git
- SVN