Presentation: Migrating Speedment to Java 9
Abstract
Migrating a Java 8 application to Java 9 is not just an exercise in API management, but also a learning experience in areas such as memory management and package dependencies.
This talk will share insights from our experience migrating Speedment to Java 9 with a focus on 2 key areas. First, Speedment is an ORM with a Java 8 Streams API and one of its prominent features is acceleration based on in-memory off-heap caching of data. Because it relies on the efficient handling of Strings and sun.misc. Unsafe memory access, the migration entailed several interesting performance considerations. Second, the key feature of Java 9, Project Jigsaw, fits well with the already fundamentally modular design of Speedment. Having an API based on OSGi modularization helps when taking the step to Java 9 but there are several pitfalls to be avoided.
This talk will cover examples such as test frameworks failing and dependencies needing to be reworked to accommodate the stricter Java 9 modularization.
Similar Talks
Tracks
Monday, 26 June
-   
          Microservices: Patterns & Practices	    
  Practical experiences and lessons with Microservices. 
-   
          Java - Propelling the Ecosystem Forward    
  Lessons from Java 8, prepping for Java 9, and looking ahead at Java 10. Innovators in Java. 
-   
          High Velocity Dev Teams    
  Working Smarter as a team. Improving value delivery of engineers. Lean and Agile principles. 
-   
          Modern Browser-Based Apps    
  Reactive, cross platform, progressive - webapp tech today. 
-   
          Innovations in Fintech    
  Technology, tools and techniques supporting modern financial services. 
Tuesday, 27 June
-   
          Architectures You've Always Wondered About    
  Case studies from the most relevant names in software. 
-   
          Developer Experience: Level up Your Engineering Effectiveness    
  Trends, tools and projects that we're using to maximally empower your developers. 
-   
          Chaos & Resilience    
  Failures, edge cases and how we're embracing them. 
-   
          Stream Processing at Large    
  Rapidly moving data at scale. 
-   
          Building Security Infrastructure    
  How our industry is being attacked and what you can do about it. 
Wednesday, 28 June
-   
          Next Gen APIs: Designs, Protocols, and Evolution    
  Practical deep-dives into public and internal API design, tooling and techniques for evolving them, and binary and graph-based protocols. 
-   
          Immutable Infrastructures: Orchestration, Serverless, and More    
  What's next in infrastructure. How cloud function like lambda are making their way into production. 
-   
          Machine Learning 2.0    
  Machine Learning 2.0, Deep Learning & Deep Learning Datasets. 
-   
          Modern CS in the Real World    
  Applied, practical, & real-world dive into industry adoption of modern CS. 
-   
          Optimizing Yourself    
  Maximizing your impact as an engineer, as a leader, and as a person. 
-   
          Ask Me Anything (AMA)    
  




