ScalaConsultants / rapid-development

0 stars 1 forks source link

Modularization #5

Open note opened 7 years ago

note commented 7 years ago

I think it is worth considering to split application into 2 modules: core - with business logic, interacting with DB and so on, and web - one which is responsible for gluing HTTP with core. That way only web would depend on Play. Moreover in such setup it would be possible to have another module with akka-http instead of Play.

leszekgruchala commented 7 years ago

Fine for me