/FemtoWeb

FemtoWeb is an extremely minimalistic non-intrusive action based Java web framework.

Primary LanguageJavaOtherNOASSERTION

FemtoWeb

FemtoWeb is an extremely minimalistic non-intrusive action based Java web framework. More information and downloads can be found on the wiki page.

License

Copyright (c) 2015 QuarterCode http://quartercode.com/

FemtoWeb may be used under the terms of the GNU Lesser General Public License (LGPL) v3.0. See the LICENSE.md file or https://www.gnu.org/licenses/lgpl-3.0.txt for details.

Compilation

We use maven to handle our dependencies and build, so you need the Java JDK and Maven for compiling the sourcecode.

  • Download & install Java JDK

  • Download & install Maven 3.

  • Check out this repository (clone or download).

  • Navigate to the project folder of this repository which contains a pom.xml and run:

      mvn clean install