Spring Framework

Programming Talks tagged with: "Spring Framework"

Living in the Matrix with Bytecode Manipulation

Ashley Puls
an hour
Living in the Matrix with Bytecode ManipulationWith Spring and Hibernate on your stack, your application's bytecode is likely enhanced or manipulated at runtime. This session examines three common byte code manipulation frameworks: ASM, CGLib, and Javassist (Java Programming Assistant). We will discuss how these tools work and why frameworks like Spring use them. You will learn ...

Java 8 Language Capabilities, What's in it for you?

Venkat Subramaniam
an hour
Java 8 Language Capabilities, What's in it for you?There is a good amount of excitement about the new version of Java. The big evolution of course is the lambda expressions. In this presentation we will dive into the language features in Java 8, take a look at some of their nuances, and look at ways to put them ...