Prerequisites for a Java Web Application
If there is no JDK installed on your System you must first download it for the appropriate platform.
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
You also need a current installation of Netbeans which you can download from:
https://netbeans.org/downloads/
Last but not least we also need an application server and choose therefor Tomcat, which you can find here:
Comments are closed
[…] In the following tutorial we will integrate access to the REST/XML API of Foursquare in a Java Web Application. Please setup before an appropriate environment as this tutorial requires you to use a current Java Development Kit JDK, the Netbeans IDE and a working Tomcat Installation as described in the Prerequisites. […]
[…] In the following tutorial we will integrate access to the REST/JSON API of GOOGLE MAPS ROADS in a Java Web Application. Please setup before an appropriate environment as this tutorial requires you to use a current Java Development Kit JDK, the Netbeans IDE and a working Tomcat Installation as described in the Prerequisites. […]