Tag Archives: java

Build a mixed Scala 2.8/Java application from scratch with Maven [Eclipse Settings]

[EDIT 15.01.2011] There have been changes since i wrote this article. Although i don’t have experiences with it until know, I would suggest using the m2eclipse-scala Plugin which solves some bugs that occur when using the regular M2Eclipse plugin. Now i’m going to show you how to open the Maven project from Part 1 with Eclipse and [...]
Posted in General | Also tagged , , | 2 Comments

Build a mixed Scala 2.8/Java application from scratch with Maven

In this tutorial I will show you how to build an application by Maven that consists of Java and Scala source files. The project automatically uses the latest Scala 2.8-Snapshot until it’s released (Maven will look for the latest version of the Scala language each time you build it). We will setup the project to use [...]
Posted in General | Also tagged , | 14 Comments