adrianhurt/play-multidomain-seed

Plans to update to Play version 2.6?

DanielSOhara27 opened this issue · 1 comments

First of all, great tutorial and very helpful to a completely new developer just starting to learn how to use the framework. However, your last commit was on Nov 2016 and for Play version 2.5. Are you still maintaining this repo and updating for version 2.6?

For someone completely illiterate to Scala, but very knowledgeable of Java, could you point out any major points I should watch out for when translating your project into a hybrid Java/Scala?

Thanks.

P.S. I realize that Scala also works with the JVM, but I don't really have the time to learn Scala natively atm.

Hi @DanielSOhara27,

Yes, my intention is to keep all my repos updated, but unfortunately I don't have so much free time… So I'll update it as soon as possible.

Regarding to mixing Java and Scala code, I think you can do it directly without any problems. I've never test it (I changed to Scala directly with Play 2 and I'm forgetting Java more quickly than I'm learning Scala, hahaha). I only know you have to take into account some things to interoperate between Java and Scala. I've just found these links googling during a minute, so I suppose you could find better information:

Happy coding!