Announcement - Soabase Web

https://github.com/soabase/soabase-web

Soabase Web is a Dropwizard extension that I use to build websites. It also 
server as nice example code on how to build a multi-language website using 
Dropwizard and Handlebars.

Features:

   - Can serve from a directory or a ZIP/JAR file
   - Serving from a directory makes development simpler
      - Serving from a ZIP/JAR makes production deployment/management easier
   - Can serve a main application and, optionally, a separate admin 
   application
   - Two modes:
   - Development - application assets are reloaded on each request for 
      real-time development
      - Production - application assets are cached using Dropwizard's 
      standard CachedAsset
   - Supports multi-language subsitutions using Handlebars templates
   - Optional Root filter that redirects from "/" to the configured main 
   page
   - Optional Language filter for managing page language via a cookie
   
There's a simple example app 
here: https://github.com/soabase/soabase-web/tree/master/example

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to