BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Reactive Manifesto Content on InfoQ

News

RSS Feed
  • Release of Open Liberty 19.0.0.9 Completes Support of MicroProfile Standalone Reactive Streams APIs

    In keeping with IBM’s commitment to their four-week release cycle of Open Liberty, version 19.0.0.9 was recently made available. Open Liberty’s ongoing support for MicroProfile includes the new standalone reactive APIs: MicroProfile Reactive Streams Operators (version 19.0.0.4); MicroProfile Context Propagation (version 19.0.0.8); and MicroProfile Reactive Messaging (version 19.0.0.9).

  • Reactive Foundation Launched under the Linux Foundation

    The Linux Foundation announced the launch of the Reactive Foundation, a community of leaders established to accelerate technologies for building the next generation of networked applications. The foundation is made up of Alibaba, Facebook, Lightbend, Netifi and Pivotal as initial members, and includes the successful open source Reactive Streams and RSocket specifications.

  • MicroProfile Releases Reactive Streams Operators 1.0

    MicroProfile released the Reactive Streams Operators 1.0 API, a specification that defines a set of operators for Reactive Streams that allow developers to: create Reactive Streams; process the data transiting in the streams; and accumulate results. James Roper, architect and co-creator of the Lagom microservices framework at Lightbend, spoke to InfoQ about the Reactive Stream Operators API.

  • Kevin Webber on Migrating Java to the Cloud

    Kevin Webber spoke at Reactive Summit 2017 last month about migrating enterprise Java applications to the cloud by leveraging techniques like Event Storming, Domain Driven Design, and Cloud Native.

  • Typesafe Changes Name to Lightbend

    The company formerly known as Typesafe, inventors of the Scala programming language, has completed their renaming and is now known as Lightbend. Typesafe announced their plans to rename last May, stating at that time that it was expected to be a two month process. They invited community members to participate, and provided blog updates about their progress.

  • Reactive Streams Releases First Stable Version for JVM

    After more than a year on the drawing board, Reactive Streams has released version 1.0 of their API for several different platforms, Java among them. This library provides a common framework to standardise reactive patterns.

  • Martin Thompson Discusses the Reactive Manifesto 2.0

    The second version of the Reactive Manifesto was announced at September's GOTO conference in Aarhus. Martin Thompson discusses the need for a revised version of the Manifesto and what its changes mean for the burgeoning reactive community.

  • Scalability in a Reactive World

    We have to maximize locality of reference and minimize contention to make systems scale, Jonas Bonér, creator of the Akka project, stated in a recent presentation about scalability in reactive systems. By using a share nothing architecture, build on an event-driven foundation and adhering to core principles that have been proven to work for ages we can write really scalable systems.

  • Reactive Streams with Akka Streams

    Typesafe has announced the early preview of Akka Streams, an open source implementation of the Reactive Streams draft specification using an Actor-based implementation. Reactive Streams is an initiative to provide a standard for asynchronous stream processing with non-blocking back pressure on the JVM. Back pressure in needed to make sure the data producer doesn't overwhelm the data consumer.

BT