Should I change the structure of my Akka project to integrate Play?

1

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?

    
asked by jorgenota 30.11.2016 в 19:03
source

1 answer

0

Maybe I'm wrong, but you can try putting the actors in your global settings and from play manipulate them. I say it for this answer that I got here ... link

I hope it's your help, good day. link

    
answered by 26.03.2017 в 14:49