InfoQ Homepage Java Content on InfoQ
-
Spring Boot for the Web Tier
This talk shows what Spring Boot has to offer the web developer out of the box: content negotiation, internationalization, view templates, security, messaging with websockets, etc.
-
Dr. Streamlove, or: How I Learned to Stop Worrying and Love the Flow
Viktor Klang shows the purpose and power of streaming concurrent data processing with safe bounds using back pressure, discussing Akka streams and dynamic runtime as well as compile time optimizations
-
Phosphor: Illuminating Dynamic Data Flow in Commodity JVMs
Jonathan Bell & Gail Kaiser introduce Phosphor, a dynamic taint tracking system for the JVM, describing the approach used to achieve portable taint tracking.
-
"Bootiful" Applications with Spring Boot
Josh Long and Phillip Webb present what Spring Boot is, why it's turning heads, why you should consider it for your next application and how to get started.
-
Reactive Oriented Architecture with Grails
Steve Pember discusses the tenants of the Reactive Pattern and the importance of moving away from Monolithic to Reactive architectures.
-
Testing with Spring 4.x
Sam Brannen provides an overview of what's been deprecated, what's changed, and what's been introduced in Spring's testing support, with real life examples and tips for best practices.
-
Tardis: Affordable Time-Travel Debugging in Managed Runtimes
Earl Barr, Mark Marron discuss building time-travel debuggers for managed languages, implemented with Tardis, and enabling developers to investigate what happened prior hitting a bug.
-
Ratpack Web Framework
Dan Woods talks about Ratpack, an asynchronous web framework for the JVM that was inspired by the simplistic nature of Ruby's Sinatra framework.
-
Web Clustering, Integration with Terracotta, BigMemory, Quartz & Grails
Ryan Vanderwerf speaks about the roles of cache clustering, session clustering, and quartz clustering with open source Terracotta, Quartz, and BigMemory.
-
Building a Continuous Delivery Pipeline with Gradle and Jenkins
Peter Niederwieser discusses building a continuous delivery pipeline using Gradle and Jenkins.
-
Testing Grails
Grails comes with extensive testing support, ranging from unit to integration to functional tests. Ken Kousen demonstrates the range of options available both natively and through testing plugins.
-
Securing Your Grails App - Beyond Authentication & Authorization
Colin Harrington warns that application security is not a concern that we can ignore. Vulnerabilities come from various angles, but it is important to stay aware so we can recognize and thwart threats