Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

do you need to know scala to play around with java play framework

I have come across Java Play Framework and have decided to give it a shot but after digging into the tutorial I have started to see some Scala elements ( index.scala.html ) which has got some Scala related stuff, which I dont understand. I m planning to make a basic chat app with Play in a limited time frame, given the case will I have to learn Scala as well ?

like image 926
Vihaan Verma Avatar asked Dec 21 '22 02:12

Vihaan Verma


1 Answers

You can write your application in Java without knowing much Scala (except for the views). When things go wrong, though, you will want to be able to read Scala to debug the framework itself.

like image 162
Alex Varju Avatar answered May 02 '23 10:05

Alex Varju