I am developing an Akka project, taking advantage of the actor model. Now I would like to expose some of the business logic as REST services and I am considering using Play Framework (it seems easier) or Akka Http (more low level).
Input would opt for Play 2.5 but the Play projects have a defined layout. For example, the root folder for the source code is "/ app". To integrate Play into the Akka project, should I rearrange the code to adapt it to Play or is there some simple way to integrate Play without having to move all the code?