LINQ-style Queries in Java with Jinq - JVM Language Summit 2015

LINQ-style Queries in Java with Jinq - JVM Language Summit 2015

Java via YouTube Direct link

Intro

1 of 18

1 of 18

Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

LINQ-style Queries in Java with Jinq - JVM Language Summit 2015

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Embedding Database DSLS in Java 8
  3. 3 LINQ Syntax
  4. 4 Conceptual Model: LINQ-Style Queries
  5. 5 In Reality: Lazy Evaluation of DB Queries
  6. 6 How Does This All Work?
  7. 7 Same Code, Different Bytecode
  8. 8 Understand Code by Executing It
  9. 9 Query Generation
  10. 10 Same Code, Different "Bytecode"
  11. 11 Paths through Control Flow Graph
  12. 12 Execute Code Symbolically in Each Path
  13. 13 Analyze Both Paths
  14. 14 Merge Analysis of Paths
  15. 15 Different "Bytecode", Same Analysis
  16. 16 Lambda Deserialization
  17. 17 Serialization Limitations
  18. 18 Conclusion

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.