Posts Tagged ‘Scala’

Java 4-ever video

Written on June 29th, 2010 by Thorno shouts
Filed under Uncategorized Tags:,

Scala reading content from the Web

Written on October 16th, 2009 by Thorno shouts

I use scala.io.Source in my previous post, and now I am going to show another usage of this util. Let’s write a simple RSS feed parser that reads feed from [...]

Filed under Programming Tags:,

File Reading in Java and Scala

Written on October 1st, 2009 by Thorone shout

Today we are going to look at reading files in Java and how to do the same thing in Scala. This is normally how we read files in Java.First we [...]

Filed under Programming Tags:,

Scala And JDBC

Written on September 27th, 2009 by Thorone shout

I was writing some small programs yesterday trying to read data from one database and input to another database.Hence,I tried to use Scala to do that.I’ve never write scala to [...]

Filed under Programming Tags:

Installing Scala on Windows

Written on September 2nd, 2009 by Thorno shouts

Here’s some simple guide for you to install Scala in Windows environment. 1.Make sure you have Java installed. Fire up a command line window and type “java -version”, if you [...]

Filed under Programming Tags:

Say hello to Java and Scala

Written on August 30th, 2009 by Thorno shouts

Let’s write a legendary “Hello world” program in both Java and Scala language. This is how we do in Java. public class Hello { public static void main(String[] args) { [...]

Filed under Programming Tags:, ,