Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Scala for Java Developers: Transition Up!
Rating: 3.5 out of 5(37 ratings)
369 students
Last updated 7/2012
English

What you'll learn

  • teach you the basics of Scala
  • show you how to easily integrate Scala adoption into your daily work-flow

Course content

1 section8 lectures2h 22m total length
  • Technical Introduction -- Business Perspective27:15

    This lecture is a technical introduction from the business perspective. We will show you have you can attain faster time-to-market, higher quality, faster turn-around-times, and the prevention of several software development problems in traditional programming languages. Fasten your seatbelts.

  • Technical Introduction -- Technical Perspective33:38

    This lecture is the second part of the Technical Introduction. You will get a top-level, 30,000 ft. overview of the benefits of adopting Scala (in general, and in favor of Java).

  • Val vs. Var, Basic Types, and the REPL18:27

    This lecture is the beginning of the code section. In this class we will cover basic, fundamental principles of Scala, such as values vs. variables, basic types, and the REPL. Get ready to type away!

  • Functions as Objects, and Loops11:09

    In this lecture we'll show you how to set up your functions and objects for the extremely powerful functional and object-oriented programming paradigm that is combined in Scala. You'll learn how to handle and use functions, objects, and loops, to hit the ground running.

    In Scala, all functions and function values (including numbers and other primitives) are objects, which is an immensely powerful concept.

    Then we'll also look at for comprehensions -- a much more powerful extension of the "advanced for loop" in Java.

  • Higher-Order Functions, Lists, Maps, Arrays25:57

    In this lecture you'll see how easy it is to set up higher-order functions in Scala and immediately start using them. You'll also see how powerful deeply ingrained concepts like lists, maps, hashmaps, and arrays are in Scala. You can use higher-order functions directly as functional arguments in those collections, and you get tremendous performance, including instant parallelism, if you choose so!

  • Classes, Objects, and Traits14:43

    In this lesson we will cover the basic differences between Java classes and interfaces, and Scala classes, objects, and traits. Get ready for mind-boggling simplifications and easy-to-read, intuitive, straight-forward usage of classes, objects, interfaces, and mixins.

  • Actors4:28

    This lesson will focus entirely on actors, a much more powerful, flexible, and reliable concurrency system than Java's threads.

  • Practical Outlook7:10

    Practical Outlook: how to incorporate the Java -> Scala transition smoothly in our daily workflow, and use of the REPL for TDD and EDD. Fasten your seatbelts.

Description

This class shows you how to easily transition up from Java to Scala. Not only will you be shown the basics of Scala, but you will also see how you can integrate the Java -> Scala transition in your daily work-flow. There is no need to abandon the existing Java code base completely, this class will show you a) the basics of Scala, and b) how to transition smoothly, painlessly, and guarantee you a soft landing as a Java programmer in Scala. Over 2.5 hours in 8 lectures, and we're expanding and adding new material based on students' feedback!

Who this course is for:

  • Java