InfoQ Homepage Development Content on InfoQ
-
Google's Chrome 53 Beta Brings Shadow DOM V1
Google's Chrome 53 Beta brings support for Shadow DOM V1, as well as the PaymentRequest API. A significant improvement from the earlier V0 version, among the V1 upgrades are deprecation of multiple shadow roots, and a closed shadow root where a closed mode is designed to disallow any access to a node in a closed shadow root from an outside world.
-
API Mocking Tool WireMock v2 Released with Improved Request Matching and Stub Management
WireMock v2, an API mocking and service virtualisation tool, has been released. Core enhancements include improved request verification failure reporting, the ability to create custom request matching logic (including the use of Java 8 lambdas), randomly distributed delays (currently with uniform and lognormal distributions), and matching on cookies and basic auth headers.
-
Apigee and Pivotal Collaborate on Hybrid Cloud API Management
Pivotal’s cloud platform, Pivotal Cloud Foundry, now supports additional Apigee API management tooling focussed on hybrid (i.e. part public/part private) cloud support. While Apigee’s hybrid cloud management software, Edge Microgateway, was released last year, Cloud Foundry users can now utilize it within the Pivotal platform’s Apigee plugin.
-
The New Scala Center Focuses on Education and the Scala Community
Details of the new Scala Center, a non-profit organization created to focus on education and the open source community, were presented by research scientist Heather Miller during her June 16, 2016 keynote address at Scala Days Berlin.
-
Oracle Unveils Plan to Revamp Java EE 8 for the Cloud
In a recent interview, Thomas Kurian, president of product development at Oracle, announced a set of improvements for Java EE 8. The move is believed to be designed to appease recent critics (like those coming from the Java EE Guardians) and divergent efforts (like the MicroProfile). Although the information at the moment is scarce, further details are to be unveiled at JavaOne 2016.
-
Docker and High Security Microservices: A Summary of Aaron Grattafiori's DockerCon 2016 Talk
At DockerCon 2016, held in Seattle, USA, Aaron Grattafiori presented “The Golden Ticket: Docker and High Security Microservices”. Core recommendations for running secure container-based microservices included enabling User Namespaces, configuring application-specific AppArmor or SELinux and seccomp whitelist, hardening the host system, restricting host access and considering network security.
-
Microsoft Edge Extension Toolkit Aims to Bring Chrome Extensions to Edge
A new tool for Windows 10 from Microsoft, the Edge Extension Toolkit, aims to make it easier to convert Chrome extensions to Microsoft Edge extensions.
-
Aurelia JavaScript Framework Hits 1.0, Looks to the Future
The JavaScript framework Aurelia has reached its 1.0 release and has emerged as an alternative to the Angular vs. React debate. Its goal is to provide a standards-based, modular framework with minimal boilerplate and ceremony.
-
Survey: Android’s Lead is Consolidated
According to the latest Developer Nation Q3 2016 survey from VisionMobile, Android’s lead over iOS as primary platform and developer mindshare has been consolidated. Also, Windows developers prefer C# in the cloud while Linux ones stay with Java.
-
Django 1.10 Brings Full Text Search for PostgreSQL
Version 1.10 of Django has been released, bringing full text search for PostgreSQL, official support for Unicode usernames and new-style middleware. The major release for Django Software Foundation's dynamic language includes using database functions in the django.contrib.postgres.search module to ease the use of PostgreSQL’s full text search engine.
-
AWS Adds Native SQL Server Backups to Database-as-a-Service
AWS released an update to its Relational Database Service (RDS) that allows users to take advantage of native SQL Server backup and restore functionality. AWS beat Microsoft Azure to market with this capability which simplifies database migration and disaster recovery scenarios.
-
Apple’s Chris Lattner Looks Back at Swift 3 and Ahead to Swift 4
While Swift 3 is nearing its late 2016 release, Apple’s Developer Tools Department senior director Chris Lattner provided a retrospective on its development and set expectations for Swift 4 in a long message to the Swift-evolution mailing list.
-
Updated Spring 5.0 Roadmap and Reactive Story Presented at SpringOne
On the second day of the SpringOne Platform conference in Las Vegas, project lead Juergen Hoeller gave an update to attendees on the Spring framework roadmap.
-
Experiences Working with Real World Distributed Systems
We live in a distributed world, but that doesn’t mean we have to tackle every single problem that comes along with that. We only need to tackle those that really need to be solved; develop a sense of where value lies in your business and where it’s reasonable to take risks. This will make building distributed systems much easier, Camille Fournier claimed, when interviewed by Stefan Tilkov.
-
Kubernetes 1.3 Released with Cross-Cluster Federation and Alpha Support for Stateful Services
Kubernetes 1.3 has been released with improved support for scaling clusters up and down, cross-cluster federated services, improved local development tooling, support for CoreOS’s rkt container format, foundations for the emerging OCI image format and CNI networking standards, and the inclusion of the alpha ‘PetSet’ feature that enables support for implementing stateful applications.