Integrating Scala into an existing project in Java

后端 未结 4 492
闹比i
闹比i 2020-12-29 22:40

we have a project written in Java. It is a maven project, that has jsp pages and a lot of java code:

  • servlets for handling user requests and dealing out respon
4条回答
  •  滥情空心
    2020-12-29 23:20

    This: http://scala-tools.org/mvnsites/maven-scala-plugin looks like a good way to integrate your Scala code into your Maven build, though I haven't tried it. (I use SBT, which does Scala/Java integration nicely, as well as IDE project creation (Idea & Eclipse) via plugins. You wouldn't want to change your whole build process, though).

提交回复
热议问题