Scala On Cloud
Wednesday, October 28, 2015
Generate CSV in Playframwork
›
Example of generate CSV by modify output header. def exportCSV = Action { val data = "data 1, data 2" Ok(data).with...
Sunday, December 21, 2014
A great scala introduction with all available tools for developer
›
http://assist-software.net/blog/awesome-scala
Sunday, November 16, 2014
Web Services - SOAP vs REST
›
SOAP and REST have been widely used for web services. SOAP is developed by Microsoft in 1998. Due to the complexity, REST has been introduc...
Tuesday, November 4, 2014
Using Scala Recursion Functions For Permutation Calculation
›
Permutation is an ordered combination - how many possible ordered combination. There are 2 types of Permutation: Permutation with Repe...
Sunday, November 2, 2014
MongoDB / Salat plugin for Play 2.3
›
Here is complete installation steps on Salat plugin for Play 2.3: You modify your project/Build.scala: import sbt._ import Keys._ im...
‹
Home
View web version