InfoQ Homepage Enterprise Architecture Content on InfoQ
-
State of Wyoming House Unanimously Pass Two Blockchain Bills
On February 19th, the State of Wyoming House unanimously passed two blockchain bills as a way to incentivize the industry to invest in the state's economy. The first bill, HB 70, focuses on utility tokens, offered in the form of ICOs, being exempt from state security regulations and the second, HB 19, excludes virtual currencies from the state’s money transmitter act.
-
Developers Ask: Can I Legally Use The "Fluent UI" Or Ribbon Design?
It was recently reported that Corel lost a patent lawsuit regarding the "fluent UI" or ribbon design. This is the UI that you see in MS Office products that replaces the traditional menu + toolbar design popular since the 1990s. This has many developers concerned about their own applications.
-
Could the United States Supreme Court Constrain Cloud Computing?
A U.S. Supreme Court decision could change the future of cloud computing by making U.S. companies subject to law enforcement demands for data from foreign servers. If the court rules that the data must be handed over, it is uncertain if the U.S. Congress would change the law, and what the actual content of a new law might be. This law would be still subject to interpretation and litigation.
-
Managing and Operating Kafka Clusters in Kubernetes
Nenad Bogojevic, platform solutions architect at Amadeus, spoke at KubeCon + CloudNativeCon North America 2017 Conference on how to run and manage Kafka clusters in Kubernetes environment. He talked about provisioning Kafka clusters and configuring them using Kubernetes custom resources or ConfigMaps.
-
Is REST the New SOAP?
The REST debate was re-ignited a few weeks ago when Pakal de Bonchamp wrote an article complaining about many aspects of the approach and likening it to SOAP. His original article went into a lot of detail and sparked a lot of comments and then WeWork's Phil Sturgeon wrote a response which essentially refuted de Bonchamp's claims. The conversation between the two continues.
-
Blockchain and Smart Contracts in a Business Process
Buying something through an internet portal, for example a car, normally involves two parties who don’t trust each other; a buyer and a seller. The portal is just a broker so either the buyer must transfer money before getting the ordered item, or the seller must send the item before getting the money. To overcome this lack of mutual trust, Bernd Rücker claims that a blockchain can be used.
-
Intel Joins the Race for Quantum Supremacy with a 49-Qubit Chip
At CES 2018, Intel CEO Brian Krzanich announced Intel successfully built a 49-qubit chip, which aims to allow researchers to improve error correction techniques and simulate computational problems.
-
Intel Found That Spectre and Meltdown Fix Has a Performance Hit of 0-21%
Microsoft, Red Hat and Intel have published their performance evaluation of the impact Meltdown and Spectre mitigation has on various systems.
-
restQL, a Microservices Query Language, Released on GitHub
restQL, a query language for microservices, is now available as an open-source project on GitHub. The restQL language is intended to simplify common scenarios for client-side access to RESTful microservices, including multiple parallel calls and chained calls. restQL was created to avoid some limitations of the more well-known data querying and management frameworks Falcor and GraphQL.
-
Entity Services is an Antipattern
In a microservice based architecture, it is important to keep the different services separated. Entity services is a common pattern now applied to microservices, but Michael Nygard claims that entity services is an anti-pattern that works against separation.
-
A Look at JSON-RPC
In yesterday’s report on the Language Server Protocol Support for Visual Studio, we mentioned that LSP is built on top of JSON-RPC 2.0. While it was created over a decade ago, JSON-RPC isn’t as well-known as SOAP or REST.
-
What's New in MicroProfile 1.2
The Eclipse Foundation recently released MicroProfile version 1.2. New APIs added to this release include improved communications among microservices, response to system faults, and the JSON Web Toolkit (JWT). Emily Jiang, CDI and MicroProfile development lead at IBM, and Michael Croft, Java middleware consultant at Payara, spoke to InfoQ about this latest release.
-
Real-Time Collaboration Comes to Atom
At QCon San Francisco 2017, GitHub’s Nathan Sobo has unveiled Atom’s new real-time collaboration plugin, Teletype. Teletype aims to make it possible for two developers to code together with the same ease as coding alone.
-
About the SOA Heritage Impact on Microservices
The heritage from SOA impacts the approach and design of a microservices architecture, how we select technology, and also the organisational aspects, Tareq Abedrabbo claimed at the recent Microservices Conference µCon London 2017. One example from his experience is that many organisations still have a separation between enterprise architects and developers.
-
Jonas Bonér on How Events Are Reshaping Modern Systems
Jonas Bonér talked about event driven services and how event driven architectures (EDA) and event stream processing (ESP) technologies are helping with designing the modern applications based on distributed systems. He spoke at the recent Reactive Summit 2017 Conference.