After some research before decision making, decided to start a heavy comet based project on Scala's Lift.
What's a recommended application stack for lift on scala?
I'm leaning towards: Jetty / (DB ? (Postgre/Mysql ?) / Scala / Lift / SBT / (Eclipse as IDE )
I'm probably going to be developing on Windows and deploying on Ubuntu Server, so what would be a recommended way to start off.
I'm thinking of: Install full Java SDK (do I need J2EE ? ) , then JEtty, Scala, Lift, SBT, then Eclipse with the Scala plugin (should I be looking into IntelliJ or Netbeans ? )
Anything I need to keep in mind?