DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Documents Copyright © 2014, Oracle and/or its affiliates. All rights reserved.Public 1.

Slide 1Copyright © 2014, Oracle and/or its affiliates. All rights reserved.Public 1 Slide 2 Copyright © 2014, Oracle and/or its affiliates. All rights reserved.Public 2…

Documents Dependency injection when you only have one dependency JavaZone Johannes Brodwall, Recovering Spring...

Slide 1Dependency injection when you only have one dependency JavaZone Johannes Brodwall, Recovering Spring User Steria Norway Slide 2 Let’s get rid of dogmatic dependency…

Technology От Java Threads к лямбдам, Андрей Родионов

1.От Java Threads к лямбдам Андрей Родионов http://jug.ua/ 2. javaday.org.ua 3. ? 4. The Star7 PDA • SPARC based, handheld wireless PDA • with…

Software JDK 8

1.JDK8 The New Features 2. Language 3. Lambdas and functional interfaces new Thread(new Runnable() { @Override public void run() { System.out.println("Hello from thread");…

Technology Java8.part2

1.New Features in JDK 8 part 2 Ivan St. Ivanov Nayden Gochev Martin Toshev Dmitry Alexandrov 2. Agenda • Lambda and Stream API refresh • Annotations on Java types (JSR…

Technology 2013 Human Talks - Vaadin Teaser in 10 minutes

1.Thinking of U and I 2. 30 seconds ego trip  Nicolas Fränkel  Software developer / architect, author & trainer  +12 years experience  Focused on Quality…

Technology Dependency Injection for Android

1.Automated testing Android Dependency Injection and Dagger 2. Dependency Injection Dagger Live Coding Sample 1 Live Coding Sample 2 3. The Business Goal 4. Why not automated…

Technology WebSockets wiith Scala and Play! Framework

1.WebSockets in Play! Framework Fabio Tiriticco @ticofab Scala Academy 20 March 2014 Amsterdam Scala 2. Two words about myself Currently freelancing and working on my own…

Technology Java 8 new features

1.JAVA 8 18.3.2014 FinJUG - Petteri Hietavirta @FinJUG @pethie 2. History • Timeline of Java – JDK 1.0 1996 – JDK 1.1 1997 – J2SE 1.2 1998 – J2SE 1.3 2000 – J2SE…

Technology Implementing STM in Java

1.Implementing STMMisha Kozik@mishadoff2. What is STM? S oftware T ransactional M emoryjust another one concurrency control mechanism like locks or actors 3. What is STM?…