Skip to content

Prerequisites

Michael Delamere edited this page Mar 13, 2017 · 14 revisions

geeMVC has been built on top of Java 8. You will therefore need:

  • Java 8+.
  • Java 8+ compatible servlet container. (included in the maven-pom for the tutorial)
  • Apache Maven version 3.1 or greater
  • Recommended: A Java-Editor, like Eclipse.

Before we begin

Before you move on to the Getting Started guide you must have a working JDK and Maven installation. If you have not yet, follow these steps:

  1. Download and install the Java SDK.
  2. Download and install Maven. Maven has a nice quick installation guide "Maven in 5 Minutes", so your best bet is just to follow that if you want to get started quickly.

You do not need anything else at this point as Maven will be downloading all the dependencies for you when we get started.


Eager to get started? Then jump straight to our Getting-Started guide.

Clone this wiki locally