You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Iowa Scala Enthusiasts
For any of you that are interested in akka, I pushed a blank template
to github. It should have everything you need to dev a serious scala/
akka project including ::
SBT-Akka-Bivy for easy deployment
sbt-akka-plugin for easy updates to new releases
sbt-idea-plugin for super quick IDEA project setup
also deps for:
ScalaTest
Specs
Awaitility [this makes it a hell of a lot easier to test async code]
Squeryl
Postrgres
as long as you have sbt installed, you should be able to do the
following:
git clone g...@github.com:b3n00/akka-template.git
cd akka-template
sbt
update
idea
...and you should have a fully functioning akka environment with an
Intellij project and everything on the classpath.