InfoQ Homepage Java Content on InfoQ
-
SpringOne 2GX 2015: Opening Night Keynote
The keynote speakers present what to expect for Spring Framework 5.0, with highlights about Spring Cloud and Spring Boot, and what has been achieved so far.
-
Spring Cloud at Netflix
Jon Schneider and Taylor Wicksell explain how they leveraged Spring Cloud Netflix inside of Netflix in applications and extended it further to incorporate fast properties, Atlas metrics, and more.
-
Concurrency Options on the JVM
Jessica Kerr covers some of the concurrency tools existing in JVM languages including ExecutorService, Futures, Akka actors, and core.async coroutines, providing advice on writing deadlock-free code.
-
Unleashing the Java 8 Tooling in Eclipse
Noopur Gupta shows how to get started with Java 8 in Eclipse, demonstrating how the new Java 8 constructs blend with the existing functionality in Eclipse.
-
Data Migration at Scale with RabbitMQ and Spring
Félix López, Alvaro Videla discuss about RabbitMQ and messaging architectures, both from a theoretical perspective and a practical one.
-
The Making of XRobots
Jan Koehnlein presents the making of the XRobots game combining Lego Mindstorms with LeJOS, image recognition with OpenCV, augmented reality, Xtend, Xtext with Xbase, Eclipse, Orion, Jetty, JavaFX.
-
Federating the AWS CLI with an Identity Provider
Paul Moreno shows how to federate AWS IAM permissions, roles, and users with a directory service such as LDAP or Active Directory with an Identity Provider.
-
Akka Streams: Streaming Data Transformation à la Carte
Viktor Klang explores fast data streaming using Akka Streams - how to design robust transformation pipelines with built-in flow control able to take advantage of multicore and go over networks.
-
Introduction to Java Profiling
Jerry Yoakum discusses how code profiling tools and techniques can be used to evaluate code for constructions and errors that are likely to cause problems, highlight places in need of refactoring.
-
J2V8 a Highly Efficient JS Runtime for Java
Ian Bull introduces J2V8 and its API, how it was inspired by SWT, how V8 (C++) was integrated with Java, and some Eclipse tools for developing JavaScript applications on J2V8.
-
Relevance of ClojureScript
Jearvon Dharrie discusses how ClojureScript stacks up against ES6. He demonstrates code examples in JavaScript and ClojureScript.
-
Tasty Recipes for OSGi Bundles
Gunnar Wagenknecht introduces the Eclipse Bundle Recipes project, explaining how to turn a library from Maven into an OSGi bundle, and how to deploy recipes and build systems to a local environment.