Читать книгу Beginning Spring - Höller Jürgen - Страница 5

INTRODUCTION
WHAT YOU NEED TO RUN THE SAMPLES

Оглавление

To run the samples that reside in the book you will need

Java Development Kit (JDK) 8.0

Maven project build and management tool: You can find all the samples given in the book at www.wrox.com/go/beginningspring on the Download Code tab with the Maven-based project structure.

NOTE Maven demands that the Java Development Kit be installed on your local environment instead of the Java Runtime Environment.

A Java web container: For running the web project samples given throughout the book we've used Tomcat 8.0.12 and Jetty version 9.2.3.

A Java IDE: The samples given in the book are implemented with Eclipse IDE, but because Maven is used for the project structure, you could build the samples with other IDEs such as NetBeans or IntelliJ IDEA without any difficulty.

Beginning Spring

Подняться наверх