InfoQ Homepage Architecture & Design Content on InfoQ
-
Wrangling WebRTC: Challenges and Opportunities for Real-Time Communication
At QCon New York 2013, Gustavo Garcia gave a talk on WebRTC, the new real-time communication component of HTML5. WebRTC is a set of technologies that enable real-time, low-latency communication between peers, for instance to used for video and audio conferencing as well as gaming.
-
The New York Times Goes Digital: Technologizing an Originally Paper-Based Company
In 2006, The New York Times had 20 engineers, all located in a separate building off-site. Engineering and journalism were organized as completely separate entities, even ad sales departments were separate. How do you change a culture like this into a culture where technology drives and supports journalism?
-
Windows Azure Service Bus Gets Better Interoperability With AMQP
Microsoft recently announced general availability of AMQP support for Windows Azure Service Bus. The feature has been in preview for about six months now and allows interoperability between applications built on various technologies and different operating systems.
-
Cloud Foundry Announces New Version, Deprecates Old
Cloud Foundry has announced the deprecation of its current service and planned launch of Cloud Foundry V2. The new service will become a paid service along with a new architecture and new features including a web console, team development and buildpacks for customizing languages and runtime environments. There will also be support for custom domains and a services marketplace.
-
Google Extends Their Services with Cloud SQL
Google is making MySQL available in the cloud as a fully managed service, including a JSON API for programmatic management.
-
Build Simplicity into a System with Simple Event-Driven Components
Use events for interactions between small business components to bring simplicity to a system’s architecture, Russ Miles suggests in a recent presentation about simple event-driven components, as a follow-up on his talk a month earlier where he laid the architectural ground for his ideas about simplicity.
-
JDK 8 (Almost) Feature Complete
JDK 8 has reached Milestone 7 in JDK 8 build b91. M7 is the Feature Complete milestone, where all features and unit tests have been implemented and integrated. Unfortunately, not all features were delivered on time. Three JEPs (JDK Enhancement Proposal) are still in progress, althought they are estimated to be completed for JDK build b93.
-
Windows 8.1 for Business Users
Windows 8.1 represents Microsoft's attempt to smooth the rough edges of user's transition to their vision of a touch-based future on the desktop. Windows 8 has a reputation of being consumer-focused, and 8.1 is intended in part to provide more features for business users.
-
Finding Ways to Improve Business – IT Collaboration
Collaboration between business and IT can be a problem in enterprises. People are finding ways to better support the business needs and increase the business value of IT, using business IT fusion, DevOps or sociocracy.
-
WSO2 API Manager 1.4.0 Introduces Multi-Tenancy
The latest WSO2 API Manager adds native multi-tenancy, automatic generation of API documentation, and SAML-based SSO, running both on servers or in the cloud.
-
Spring Framework 4.0 Announced
After nearly four years the popular Spring Framework is getting ready for an upgrade from version 3 to version 4.
-
New C# based CQRS Tutorial available
A new CQRS, Command Query Responsibility Separation, C# based Starter Kit to help developers get up and running with CQRS on .NET has been developed, not as a framework, but as a tutorial for developers interested in learning about CQRS, and as a possible starting ground for a CQRS based system.
-
lua.vm.js – Running Lua VM in a JavaScript VM
Mozilla is showing off the strength of asm.js by running the entire Lua VM in a JavaScript VM, with the ability to call JS code.
-
What’s New in OData 4.0?
The fourth version of OData, the Microsoft-backed standard for querying data using REST conventions, has been accepted by the OASIS committee. The public review period will run thru June 2 and Microsoft expects OASIS to adopt the standard later this year.
-
Project and Class Templates for Prism and Prism with Unity
Building Windows Store apps using Prism can be a rather tedious and error prone endeavor. When using it correctly, practically all models and views have to have their base classes replaced with Prism alternatives. To make things easier on developers, David Britch has released a set of project and class templates for Prism and Prism with Unity.