FuWeSta

A fulll web stack based on Spring

Motivation

In 2012 I had studied the Play-Framework and wondering if it's possible to get a similar productivity with Spring MVC. So I took a deeper look into the possibilities and ended with FuWeSta.

Goals

There are following goals:
  • Make the database access as easy as possible.
  • Use a template engine which has a good productivity.
  • Make as much functionality as possible compiler-safe.
  • Good testability.
  • Should work smartly together with prototyping.

Initiales Setup

Use the normal Standard Java-Edition

You can find further information in the Readme.md in the sample-project.

Advantages

You can get the following advantages.

Interested?

Download at github.