top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are major differences between Java-Based and Scala-Based Maven Project’s structure?

+1 vote
303 views
What are major differences between Java-Based and Scala-Based Maven Project’s structure?
posted Jun 28, 2016 by Satyam

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Most of the Java-based projects uses Maven as their Build tool. However, most of the people uses SBT as build tool to develop their Scala-based applications, but Some Teams uses Maven too as a build tool to develop their Scala-based applications.

Maven folder structure for both Java-based and Scala-based projects is almost same just one folder name change as shown in the below diagrams: java and scala folder names.

Java-based Maven Project Folder Structure:
enter image description here

Scala-based Maven Project Folder Structure:
enter image description here

answer Jul 7, 2016 by Karthick.c
...