InfoQ Homepage Architecture Content on InfoQ
-
Test Driven Development and the Trouble with Legacy Code
Alan Baljeu was trying to use TDD with his large, legacy C++ code base. He found that the principle of the simplest thing that could possibly work was causing him trouble with the amount of rework.
-
Microsoft Proposes OData as de facto Web Data Protocol
Microsoft proposes OData as the web data protocol while Google uses GData. Microsoft invites Google to join forces with them in adopting OData. Will they do it?
-
Google Works on a Protocol Intended to Replace HTTP
Google proposes SPDY, a new application protocol running on top of SSL, a protocol to replace HTTP which is considered to introduce latencies. They have already created a prototype with a web server and an enhanced Chrome browser that supposedly loads web pages twice as fast.
-
Google Experiments with a New Language, Go
Go is a Google experimental open source new language resembling C but adding features like reflection, garbage collector, dynamic types, concurrency, and parallelism.
-
EU Issues Formal Statement of Objections to Oracle's Acquisition of Sun
The European Commission has issued a formal statement of objections over Oracle's planned acquisition of Sun Microsystems, which are limited to Oracle's acquisition of MySQL. Oracle however remains confident that the deal will eventually be approved.
-
Oracle Announced Plans for the Future of Sun’s Products, but Raised Concerns about NetBeans
Oracle has released an FAQ that describes its plans for the future of popular Sun technologies like GlassFish, NetBeans, MySQL and more. In some cases Oracle’s announcement is unclear and raises concerns about product viability.
-
SOA as an Ecosystem
Today’s enterprise is always a part of a larger ecosystem including its buyers and suppliers. In his new post, Richard Veryard describes how this ecosystem should be reflected in a SOA design.
-
Yahoo! Offers Its Traffic Server to Apache
Shelton Shugar, SVP Cloud Computing at Yahoo!, has announced the donation of its Traffic Server (TS), an HTTP cache server, to Apache during his keynote at Cloud Computing Conference.
-
BERT as Dynamic Alternative to Protocol Buffers/Thrift
Google's ProtocolBuffers and Facebook's Thrift are options for binary serialization, but not ones that pleased the GitHub team - so they created BERT/BERT-RPC based on the Erlang's 'external term format'. BERT/BERT-RPC now power parts of Github's internal communication.
-
QConSF Nov 18-20 Coming Up: Highlights and Most Popular Sessions, Join us!
QconSF is coming up in less than a month and due to the growth in registrations we've added a new Ruby track featuring Ruby inventor Yukihiro "Matz" Matsumoto, a popular 'Java Puzzlers' talk presented by Google Chief Architect and Java Guru Joshua Bloch and Android Core Library lead Bob Lee, and more. This 3rd QConSF will be the best ever.
-
Microsoft Builds Tools for Eclipse Developers
Microsoft has announced the release of a number of tools for Eclipse: Windows Azure Tools for Eclipse, Windows Azure SDK for Java, Eclipse Tools for Silverlight, plus a facelift for Eclipse to look-and-feel like Windows 7.
-
Amazon Offers MySQL as a Service
Amazon has announced a new service, Amazon Relational Database Service or RDS, a solution for creating and accessing a relational database in the cloud. The hosted database is MySQL 5.1 and the announcement precedes PDC 2009 by 3 weeks when Microsoft will announce the availability of SQL Azure, a cloud solution based on its relational DB.
-
A .NET Security Vulnerability Has Affected Firefox
A security vulnerability that has hit Internet Explorer through .NET has also hit Firefox. The culprit for Firefox, a .NET add-on, has been put on Mozilla’s blocked list.
-
Helios Uses Satellite Kernels to Deal with Heterogeneous Environments
Helios is a Microsoft research OS project intended to ease the process of writing applications for heterogeneous environments by using satellite kernels. The researchers involved are: Edmund B. Nightingale, Orion Hodson, Ross McIlroy, Chris Hawblitzel, and Galen Hunt, and they published the paper Helios: Heterogeneous Multiprocessing with Satellite Kernels (PDF).
-
Accessing Wolfram|Alpha’s Knowledge Through Webservice API
Wolfram|Alpha now has a Webservice API which can be used by web applications, desktop or mobile, to query the Wolfram|Alpha engine.