InfoQ Homepage Java Content on InfoQ
-
Are Your Microservices Naked and Afraid?
Alan Ho and Sandeep Murusupalli discuss the right type of protection (OAuth/Throttling) and monitoring (e.g. bot monitoring) needed to be put in place to properly manage microservices.
-
Custom Tile Generation in PCF
Tom Collings, Dustin Ruehle talk about the benefits of generating a tile in CF, the criteria used to decide whether a tile is best for an organization, demoing tile generation and maintenance.
-
Lessons Learned from Deploying Cloud Foundry on OpenStack
The authors discuss the top lessons learned from building a fully integrated developer platform, leveraging Cloud Foundry and OpenStack, answering questions from the audience.
-
Persistence Arrives on Cloud Foundry
Paul Warren explains how the CF runtime was extended to include persistent storage, demonstrating scaling an application that accesses data on a NFS volume and discussing the future of persistence.
-
Google Cloud Platform for the Enterprise
Jay Marshall and Vic Iglesias talk about how GCP was built for the enterprise, enabling users to deploy their applications on the same infrastructure Google uses for search, YouTube or GMail.
-
HotSpot under the Hood
Alex Blewitt presents how HotSpot represents Java objects in memory, how bytecode is compiled into native code to gain the fastest execution time, and how data structures have changed over time.
-
Reactive Programming for Java Developers
Rossen Stoyanchev discusses what reactive programming is all about and tries to make sense of the transition from traditional application development to reactive programming.
-
Continuous Delivery of the Cloud Foundry Platform (as a service!)
Tushar Dadlani focuses on lessons learned while building the continuous integration pipeline for deploying Pivotal Cloud Foundry to production.
-
Spring MVC 4 Web Apps
Rossen Stoyanchev reviews the main features in Spring Framework 4.x and previews the work towards Spring Framework 5.
-
From Commit to Cloud w/ GitLab and PCF
John Northrup demonstrates how GitLab helps developers along their entire workflow from first commit, issue tracking, continuous integrations, and deployment into Pivotal Cloud Foundry.
-
BOSH - Twenty Years of Deployment Lessons in One Tool
Colin Humphreys talks about how the Cloud Foundry community deploys the distributed system powering the one of the most successful open source platforms, along with details on the tooling used.
-
The Twelve-Factor Container
Casey West uses twelve-factor app essay as a guide to discuss the do’s and dont’s of building and running containers, each factor providing an opportunity to consider avoiding certain anti-patterns.