August 2017
Intermediate to advanced
142 pages
3h
English
© Jorge Acetozi 2017
Jorge Acetozi, Pro Java Clustering and Scalability, https://doi.org/10.1007/978-1-4842-2985-9_5
Jorge Acetozi1
(1)São Paulo / SP, Brazil
Configuring the development environment for this project is quite straightforward. In this chapter, you will install Apache Maven and import the application to the Eclipse integrated development environment (IDE).
The chat application uses Apache Maven1 as the build automation tool. Using Maven, you can easily execute application tests, package the application, and do much more. Maven also manages the application dependencies that you declare in a special file called pom.xml in your Maven project.
The installation on Linux Ubuntu is ...
Read now
Unlock full access