I am using Eclipse Juno with Scala plugin. As of now to work with play2 web application I have to first fire terminal and execute play debug ~run
( or play run
if I don't want to debug ), and then I can work in Eclipse and after each save play
does it job of deploying the code again to jetty.
Can I somehow skip this terminal step? I just want to run the web app from Eclipse. For J2EE web application, Eclipse have nice server integration. We can deploy and run the application from Eclipse to tomcat ( or any other server ) easily. Is there something similar for Play2?