Skip to content

Setup Development Environment

Anton Kharenko edited this page Aug 8, 2016 · 9 revisions

Install the necessary build tools

Your require to have latest stable Oracle JDK 7, latest stable Apache Maven and Git installed on your machine.

Set up IntelliJ IDEA

ScaleCube project team uses IntelliJ IDEA as the primary IDE, although we are fine with using other development environments as long as you adhere to our coding style.

Code style

ScaleCube project team uses Google code style with next modifications:

  • Maximum line length is 120
  • Special package in import order is io.scalecube.

We use [Eclipse code formatter plugin] (https://github.com/krasa/EclipseCodeFormatter#instructions). Download this code style configuration and import order configuration and configure your IDEA plugin with the settings. Configuration is also available in the root project folder.

Clone this wiki locally