Formation Scala animée par Trond Bjerkestrand
Inscription pdf Inscription en ligne Catalogue 2012This two-day course, designed by Martin Odersky, the creator of the Scala programming language, and Heiko Seeberger, a recognized Scala expert, will give you an excellent grounding in Scala.
It is intended to enable developers or development managers, who are experienced programmers in Java or other production languages like C++, C# or Ruby, to confidently start programming in Scala. No previous knowledge of Scala is assumed. Although intense, the course ensures you will have a solid understanding of the fundamentals of the language, the tooling and the development process as well as a good appreciation of the more advanced features. If you already have Scala programming experience, then this course could be a useful refresher.
After having participated in this course you should
- be a competent user of Scala constructs in application code
- know and be able to apply the functional programming style in Scala
- know how to use the fundamental Scala tools
- be confident to start using Scala in production applications
- The presentation will frequently be mixed with hands-on exercises that give you a good opportunity to try what you have learnt and a chance to clarify your understanding. Therefore it is necessary that you bring your notebook with Java 6 installed.
Informations
- Dates 2011 : 13 et 14 décembre (Cette session sera animée par Fredrik Ekhodt), Selon les demandes du client
- Dates 2012 : 28-29 mars, 28-29 juin, 20-21 septembre, 19-20 décembre
- Type : Inter-entreprise et intra-entreprise
- Prix : 1700€ HT
- Durée : 2 jours
- Lieu : Paris
- Contact : Tél : +33 (0)1 53 89 99 99
- eMail : info@xebia-training.fr
Why Scala?
- Short history
- Overview of Scala’s core characteristics
Setting up the development environment
- Installing the Scala distribution
- Installing Eclipse and the Scala plugin
- Installing sbt
First steps
- Interactive programming in the REPL
- Variables and methods
- Expressions and type inference
- First glance at functions
Basic OO features
- Classes, class parameters, constructors
- Fields, class parameters as fields
- Methods
- Operators
- Named and default arguments
- Packages and imports
- Access modifiers
- Singleton objects, companions, Predef
- Case classes
Testing in Scala
- SBT managed dependencies
- Test-driven development with triggered test (~test)
- Testing with specs2
Learning FP by collections
- Collection hierarchy, creating instances
- Type parameters
- Tuples
- Immutability versus mutability
- Some important collection methods
- Higher-order functions and function literals
- Functions values, function types, short notation
- Important higher order functions: map, flatMap and filter
For-expressions and -loops
- Generators
- Filters
- Definitions
- Translation of for-expressions and -loops
Inheritance and traits
- Extending classes
- Final and sealed classes
- Enumerations
- Overriding members
- Abstract classes
- Implementing abstract members
- Standard type hierarchy
- Traits and mix-in composition
Pattern Matching
- Match-expressions
- Pattern types
- Pattern guards
- Patterns outside of match expressions
XML support
- Built-in literals
- XML library