InfoQ Homepage Java Content on InfoQ
-
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
-
RESTful Grails 2
Jeff Scott Brown talks about the Grails 2 features and functionality related to building RESTful services.
-
Grails 3.0 Preview
Grails project lead, Graeme Rocher, presents a preview of the much anticipating version 3.0 rewrite of the Grails framework including presentation of the goals behind the changes.
-
The Quest for the Holy Grails
Ken Kousen shows how to learn Grails from basic principles to advanced concepts by building a small, but interesting application.
-
Scalable Big Data Stream Processing with Storm and Groovy
Eugene Dvorkin provides an introduction to Storm framework, explains how to build real-time applications on top of Storm with Groovy, how to process data from Twitter in real-time, etc.