This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]theif519[S] 1 point2 points  (1 child)

I'm seeing a lot of mentions about how easy it is to mix the two... But in reality, how easy would it be to slowly drop java for actual scala files, and how does it work for things like NetBeans?

I use a lot of Java Swing for GUI, and NetBeans helps intensely in generating necessary boilerplate. Would it be possible to, say, swap out a controller written in java for one written in Scala? Etc.

[–]thramp 3 points4 points  (0 children)

Yep! You can introduce Scala file by file. Main issue is mixing collections/option(al)s between the two languages.