Software platform consisting mainly of Scala, Akka and Play framework supported by Typesafe.
My scala application will be packaged into a jar. When I run my app, it needs to read an additional …
scala configuration app-config config typesafe-stackI am learning akka-remoting and this is how my project looks The project structure looks like project/pom.xml project/…
scala maven akka typesafe-stack typesafe-configI am attempting to learn to use Slick to query MySQL. I have the following type of query working to …
scala typesafe-stack slickSo thus far I've been compiling my Scala project with SBT (via Typesafe stack). I want to run the code …
scala jar sbt typesafe-stack sbt-assemblyThis is a beginner question. So my app structure looks like src/main/java/... src/main/resources/application.conf src/…
java configuration akka typesafe typesafe-stackI'd like to persist a Config object (https://github.com/typesafehub/config) as a serialized string(maybe JSON ??) and read …
config typesafe-stackI am using Slick 1.0.0 with play framework 2.1.0. I am getting the following error when I query my Users table. The …
scala playframework-2.0 slick typesafe-stackHow does one insert records into PostgreSQL using AutoInc keys with Slick mapped tables? If I use and Option for …
scala slick typesafe-stackI have variables with defaults in my logback.xml configuration file, and I would like to be able to optionally …
scala configuration akka logback typesafe-stackMany Java x Scala comparisons seem to focus on the language alone (syntax, collections api, actors, etc) but what about …
scala jakarta-ee typesafe-stack