Skip to content

ldaume/play-js-active.g8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies UpToDate License
Dependencies UpToDate License: MIT

Play JS Active

Abstract

A java Play 2.6.2 Giter8 template with JsFrameworks.

Usage

sbt new ldaume/play-js-active.g8

Introduction

A starting template if you want to develop a micro service with javascript frameworks.

Then, we have the following objectives:

  • Development should be simple. activator run should be enough to run all services at the same time.
  • Common code, dependencies and modules should be easily shared.
  • We should be able to compile, test and run each service separately in development and production.
  • We should distribute each service separately.
  • It should be a template ready to use with the following features:
  • It shoud explain:
    • How to share every common code to avoid duplications (models, controllers, views, Javascript, LESS, ...).
    • How to use it for development, test and production.

Logging

The logger is configured for a better output and contains a rolling file appender. The logs are look like 2015-08-17 10:21:17,914 INFO [ForkJoinPool-1-worker-3] application: Class::Method:#Line - Message.

About

Latest Play Framework with multiple JSFrameworks as Giter8 template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published