Skip to content

jaybholanath/dropwizard-blog-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard sample application

This is a small sample application utilizing the nice dropwizard framework, which uses elasticsearch as its storage backend and Mozilla Rhino as javascript rendering engine on the server side (you read that right, no freemarker).

Installation

  • git clone https://github.com/spinscale/dropwizard-blog-sample
  • mvn package
  • java -jar target/dropwizard-blog-0.0.1-SNAPSHOT.jar
  • Go to http://localhost:8080/ or to http://localhost:8080/admin with login admin/test123
  • In case you want to check out the source, do not forget to run something like mvn eclipse:eclipse to support your IDE

About

A sample dropwizard application using elasticsearch as storage backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.9%
  • Java 31.7%
  • CSS 0.4%