Closures in Scala PRO
Closures isn’t a simple topic. Trying to assist others with understanding this topic I chose to create a short video clip. I will be very glad to get feedback and suggestions. The video clip was developed as part of the Scala Fundamentals course. You can find this course available for free personal and academic usage […]
Scala Traits and Java Interfaces PRO
It seems that when we develop a trait (that includes both abstract and concrete methods) in Scala and compile it, the outcome includes two jave byte code files. The first includes the definition of an interface with an identical name to the one we gave our trait. The abstract methods that interface includes are the […]
The Scala Plugin for Eclipse IDE PRO
The Scala plugin for the Eclipse IDE is available for free download at www.scala-ide.org. You can easily install it and start using the Eclipse IDE for writing code in Scala. The following two video clips explain how to download and install the Scala plugin for the Eclipse IDE. The following video clip explains how to […]
Define Classes in Scala PRO
I have recently created three video clips that explain fundamental topics related to defining classes in Scala. These clips were created as part of the ‘Scala Fundamentals’ course, available for free personal and academic usage at www.abelski.com.
HIT Scala Programming Course Autumn 2010 ACD
During the coming semester I am going to deliver the Java & Scala Programming course in HIT. Its official name is ‘Internet Programming’. It is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are […]
Shenkar Scala Programming Course Autumn 2010 ACD
During the 2010 Autumn semester I am going to deliver the Java & Scala Programming course in Shenkar (www.shenkar.ac.il). This course is delivered as part Shenkar’s Software Engineering BSc academic program. It starts with a detailed coverage of the Java SE programming language and continues with a detailed coverage of Scala. The topics we are going […]
Scala Basics Video Clips PRO
I have recently completed to develop several video clips that explain fundamental topics in this programming language. The clips were developed as part of the ‘Scala Fundamentals’ course I am working on. This course is available for free personal and academic usage at www.abelski.com.
Scala and Java Integration PRO
The possibility to develop code in Scala and seamlessly integrate it as part of code written in Java allows us to enjoy the power of Scala without throwing away software systems that were already developed in Java. In addition, once specific modules are written in Scala we can at any time compile those modules into […]
Scala. Bridging The .NET and Java EE Worlds. BIZ
Scala is an object oriented and a functional programming language. If you already know Java or C# you will find Scala an easy to learn and a powerful one. Most of the new features that were added in C# (comparing with Java) exist as well, and apart of enjoying the power of OOP you will […]
HIT Scala Programming Course Summer 2010 ACD
During the 2010 Summer semester I am going to deliver the Internet Programming course in HIT. This course is delivered as part HIT’s Computer Science BSc academic program. It starts with a detailed coverage of the Java programming language and continues with a detailed coverage of Scala. The topics we are going to cover in Scala include the […]