templates.index.html Maven / Gradle / Ivy
Show all versions of spincast-website Show documentation
{#==========================================
Index
==========================================#}
{% extends "./layout.html" %}
{% block sectionClasses %}index{% endblock %}
{% block meta_title %}Java web framework{% endblock %}
{% block meta_description %}Highly Flexible Java Web Framework Based On Guice{% endblock %}
{% block scripts %}
{% endblock %}
{% block body %}
Propulsion for your web backend
Spincast is an highly flexible
and open source Java web framework, based on Guice.
{#==========================================
Main content
==========================================#}
{#==========================================
Impress presentation
==========================================#}
{#==========================================
Impress not supported
==========================================#}
Any web application
Spincast is a framework to serve as a backend for Single Page Applications (SPA),
to develop old-school HTML generated websites or
even to be a REST web service / microservice platform.
Flexible...
Spincast is based on Guice from the ground up.
It is very flexible: each part can be tweaked/overridden, even
the core classes.
There are no static methods and
no private methods.
.... very flexible!
Spincast aims to feel more like a library than like a framework.
It is not opinionated and favors configuration over convention.
Embedded server
The embedded server
makes everything easy to develop, test and deploy...
Think Node.js + Express, but easier to develop
(no asynchronous code)
and using a better language than Javascript!
Powerful router
Spincast's powerful router is injectable
and dynamic. That means you can add and remove
routes from anywhere in your application, at any time.
Compatible and tested
Spincast is Java 7 compatible and is validated using more than 800 tests.
{#==========================================
We hide the "No preesentation" as soon as possible
if javascript is enabled.
==========================================#}
{#==========================================
Right sidebar
==========================================#}
{# End right-sidebar #}
{# End row #}
{% endblock %}