InfoQ Homepage Architecture & Design Content on InfoQ
-
Udi Dahan on Defining Service Boundaries
Udi Dahan, a SOA consultant, held the presentation Finding Service Boundaries – Illustrated in Healthcare at NDC London 2014, providing advice on establishing the service boundaries in a SOA or microservice architecture.
-
Java's JDK Repository Now Builds Warning-Free
The cleanup programme for OpenJDK has reached a major milestone - the main OpenJDK jdk repository is now free of build warnings.
-
SAP Launched New Business Suite, SAP S/4HANA
At an event hosted at the New York Stock Exchange, SAP launched its flagship Business Suite, SAP S/4HANA, which includes a new user interface, mobile capabilities and HANA in-memory analytics.
-
Immutability Changes Everything Including Microservices
As computation and storage are cheap today, keeping immutable copies of lots of data becomes affordable, and by doing this, the coordination challenges can be reduced.
-
Infinispan Release JCache Compatible Version
Infinispan release their first JCache compatible version. Does this signal the start of maturity in the distributed Java caching market? InfoQ talk to Galder Zamarreño from Red Hat to find out more.
-
DuoCode Uses Roslyn to Transpile C# into JavaScript
DuoCode is a C# to JavaScript compiler that promises to allow developers to build HTML5 applications using C# and the .NET framework inside of Visual Studio. InfoQ has interviewed its creators to learn more.
-
Microsoft Open Sources Cross-platform Serialization Library – Bond
Last month, without any official announcement, Microsoft open sourced Bond - a performant serialization system developed and deployed across dozens of mission-critical, high-scale infrastructure projects internally at Microsoft.
-
Amazon DynamoDB gets Online Indexing and Reserved Capacity Improvements
Amazon DynamoDB, the NoSQL database service of AWS now supports online indexing. Along with this, customers can now buy reserved capacity for long term usage.
-
A Service View of Business Driven DevOps
Over the years Steve Jones has had a lot to say about Business SOA. Recently he's turned his attention to DevOps and believes there are some important lessons that DevOps can learn from SOA and Business Architecture.
-
Amazon EC2 Gains Two-Minute Warning for Spot Instance Termination
Amazon EC2 recently gained two-minute warnings before Spot Instances are reclaimed, a feature "formally known as a Spot Instance Termination Notice". The goal is to "allow more types of applications to benefit from the scale and low price of Spot Instances" by giving them time to save state, upload log files, or deregister from other components such as load balancers or cluster managers.
-
Aggregates, Entities and Value Objects in Domain-Driven Design
Move as much as possible of the behaviour away from the Entities into Value Objects when working with Aggregates, As more behaviour is needed this is added as new value objects, Paul Rayner recommends in a series of blog posts covering aggregates, entities and value objects, all concepts from Domain-Driven Design (DDD).
-
Atlas: Netflix's Primary Telemetry Platform
Netflix has open sourced Atlas, part of their next-generation monitoring platform they have been working on since early 2012. The company developed Atlas to store time series data in order to provide near real-time operational insight to teams.
-
MuleSoft Announces ESB 3.6 and Anypoint Platform for Mobile
MuleSoft has announced this month the release of ESB 3.6 runtime, improvements to Anypoint Studio and the Anypoint Platform for Mobile to support mobile application development.
-
VMware Will Offer Google Cloud Services and Rackspace Offers vCloud
Cloud vendors are combining their strengths to provide extra services for their customers. The latest developments include VMware offering Google BigQuery and Rackspace building private dedicate vCloud’s.
-
JHipster 2.0 Released with AngularJS improvements, Liquibase diffs, and Spring WebSockets
JHipster, the Yeoman generator for Spring Boot/Angular projects, released version 2.0 earlier this month, with some notable changes: 1) the AngularJS code has been modularized, making it easier to use JHipster for larger projects and 2) Liquibase is now able to create "diffs" between the JPA code and the database, making it easier to update your database schema.