July 2018
Intermediate
186 pages
3h 24m
English
Let's look at our
chatbot program in a complete runnable project. Let's navigate to the
/day1-lesson1/1-project directory in our code supplement.
The code is available on Github at the following link: https://github.com/TrainingByPackt/Professional-Scala

The preceding diagram is the typical directory structure of a Scala project. If you are familiar with the Java tools ecosystem, then you will notice the similarities between the
maven project layout.
In
src, we can
see project sources (
main and
test).
target is a place where output artifacts are created, whereas
project is used as a place to
internally build ...
Read now
Unlock full access