Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala

Akka remoting and Heroku

scala heroku akka

How to create custom annotations like BeanProperty

scala annotations

Define a function parameter as a "var" in Scala?

scala syntax

What is an efficient way to concatenate lists?

list scala concatenation

Scala, doesn't like java collections API?

Cannot use getDeclaredFields() to retrieve fields of a Scala class

java scala reflection

Is there a Scala like Clojurescript? aka Integrated Scala Single Page Application

Scala closures compared to Java innerclasses -> final VS var

java.lang.NoClassDefFoundError: Could not initialize class

Scalaz - combining List and State Monad in for comprehension

How can I create an instance of a Case Class with constructor arguments with no Parameters in Scala?

Scala: abstract class constructor parameter vs Trait val members?

scala abstract-class traits

Chaining Scalaz validation functions: Function1[A,Validation[E,B]]

scala scalaz

object scalatest is not a member of package org

eclipse scala sbt scalatest

Why does @RequestMapping annotation accept String parameter in java but not in scala?

java spring scala annotations

Getting Scala type bound error: not found: type <%<

scala type-bounds

Scala Regular Expressions (string delimited by double quotes)

regex scala double-quotes

How to schedule a global period Akka job across multiple processes?

Chunked response handling with spray example

http scala spray

Basic Play framework routing and web sockets example