Are there any good Scala-specific frameworks (for whatever purpose) and libraries worth taking a look out there other than Lift web framework?
|
feedback
|
|
Let's see:
These are my favorites. Of course, there are many libraries out there, but it would be pointless to list here all interesting Scala libraries that exist. | |||
|
feedback
|
|
Probably not as popular as some of the others, but I think these really show off what Scala can do: Squeryl - Basically a typesafe SQL DSL Scalatra - Ruby Sinatra clone Play Framework Scala Module - Scala programming for Play | |||
feedback
|
| |||
|
feedback
|
|
Circumflex ORM - raw but very interesting framework for object-relational mapping. | |||
|
feedback
|
|
| |||
|
feedback
|
|
The Twitter folks have produced some nice libraries. We're leveraging: Querulous (http://github.com/nkallen/querulous): for easy database access via JDBC and Configgy (http://www.lag.net/configgy): for accessing file-based configuration data | |||
|
feedback
|