0

I have two application written in playframework. I would like to join one to another. I have one database, and I would like to share my login classes between thems. Applications have difrent names used for classes, methods, variables.

How can I achive it? Should I create jar version and try to join them. Or Should I move code from one app to another with new package name like application name But what about shared views or main controller and configuration files

Please give me some advice.

masterdany88
  • 5,041
  • 11
  • 58
  • 132

1 Answers1

1

One project make as sub-project of another one. See this link:

https://www.playframework.com/documentation/2.1.x/SBTSubProjects
Sarwar kamal
  • 111
  • 5
  • Can You help me with this? Here is new issue post http://stackoverflow.com/questions/25746065/play-sbt-subprojects-routes-shopping-routes5-object-application-is-not-a-memb – masterdany88 Sep 10 '14 at 07:22