InfoQ Homepage Java Content on InfoQ
-
Tuning Large Scale Java Platforms
The session covers various GC tuning techniques, in particular focusing on tuning large scale JVM deployments and showing how to optimally size a platform for enhanced memory consumption.
-
What's New in Spring Data?
This talk provides a broad overview of the new features introduced in the latest Spring Data release trains: recent additions in Spring Data Commons and the latest features of individual store modules
-
Developer Tooling - What’s New and What’s Next
Andy Clement and Martin Lippert present the latest changes and new features of the Spring Tool Suite, the IDE that supports Spring, Groovy, Grails, Gradle, AspectJ, and Cloud Foundry.
-
Gaining Application Lifecycle Intelligence
Damien Dallimore demonstrates some of the ways in which Splunk software can be used to collect and correlate data throughout the various stages of the lifecycle of your code.
-
Living in the Matrix with Bytecode Manipulation
Ashley Puls examines three common byte code manipulation frameworks: ASM, CGLib, and Javassist (Java Programming Assistant), showing how these tools work and why frameworks like Spring use them.
-
SpringOne Technical Keynote 2
Day 2 technical keynote from SpringOne 2GX 2014. Topics include Spring Framework 4.1. Spring XD,Spring Cloud Components, and Reactor.
-
SpringOne Technical Keynote 1
Opening Night Keynote from SpringOne 2GX 2014. Topics include Spring IO and Microservices, Groovy 2.3 and 2.4 and Grails 3.0 plans.
-
Unit Testing Beyond Mock Objects
Sven Rosvall discusses the new generation of mocking frameworks useful for mocking out static methods, creating objects of classes without public constructors, and others.
-
Have You Seen Spring Lately?
David Turanski makes a tour of the latest Spring platform including Spring.IO, Spring Boot, Websocket support, Spring HATEOAS, and others.
-
What's New in Spring?
Craig Walls presents some of the features supported in Spring 4 including WebSockets, REST controllers, conditional configuration, ordered list injection, compatibility with Java 8 and Java EE 6&7.
-
Retro Gaming with Lambdas
Stephen Chin shows how to use lambda in Java to create a video game with JavaFX. Other features covered are: enhanced collections, functional interfaces, simplified event handlers, and the stream API.
-
An Introduction to Spring Data
Frank Moley introduces Spring Data and how to use it for applications connected to either RDBMS or NoSQL databases.