InfoQ Homepage Architecture Content on InfoQ
-
.NET Framework Support for Cloud Foundry Through Open Source Contribution From Tier 3
Cloud service provider Tier 3 has released Iron Foundry, a .NET-friendly fork of VMware’s Cloud Foundry platform-as-a-service. Iron Foundry gives the sizeable number of .NET developers an open source alternative to Windows Azure and lets them participate in the increasingly popular Cloud Foundry ecosystem.
-
Agile Contracts Primer Available for Download
Tom Arbogast, Bas Vodde and Craig Larman have released a sample chapter from their upcoming book on scaling Lean and Agile. The chapter deals with the difficult topic of writing contracts for agile development.
-
Announcing the 6th Annual QCon London: March 5-9, 2012
QCon London 2012, taking place March 5-9, 2012 is now open for registration (£ 295 savings until Dec 16th). There is no other event in the UK with similar opportunities for learning, networking, and tracking innovation occurring in the Java, .NET, Html5, Mobile , Agile, and Architecture communities.
-
Agility@Scale: IBM’s Journey of Agile Transformation
This webcast discusses how IBM learned that a haphazard implementation of Agile may result in more frequent development “turns”, but can also fail to deliver true business benefits. In effect, the wrong Agile implementation may just mean that bad code is being released to market faster than before. Learn more!
-
Forrester CEO: The Web is a Software Architecture and the App Internet is the Next Wave
In his recent presentation at the Le Web 2011 conference in Paris, Forrester Research's Chairman and CEO George Colony claimed that most thinking models about the Internet and the Web are outdated. Moreover, users already seem to be saturated by the Social Network Model. According to Colony, the next real big thing will be the App Internet.
-
Safe User-Generated Templates for Ruby and .NET
Unlike other templating engines that focus on given as much power as possible to the user, Liquid is designed to restrict what the user can do. The goal is to allow end-users to create their own templates without jeopardizing the security of the server. Originally created for Ruby, Liquid is now available for .NET as well.
-
ASP.NET MVC, Dependency Injection, and MEF 2
For most types of applications dependency injection frameworks don’t make whole lot of sense. It is usually more than sufficient to manually wire up all of the dependencies during startup. But for ASP.NET MVC there are also session and request scoped dependencies. With so many competing lifecycles a DI framework quickly moves from needless distraction to an essential organizational tool.
-
MongoGraph Brings Semantic Web Features to MongoDB Developers
MongoGraph from AllegroGraph brings semantic web features to MongoDB developers. They implemented a MongoDB interface to AllegroGraph database to give Javascript programmers both joins and the semantic web capabilities. InfoQ spoke with AllegoGraph CEO Jans Aasman about this new approach and how it helps the NoSQL developers.
-
IBM’s Software Architecture for Astronomically Big Data
IBM has recently prototyped a software architecture that can deal with large amount of data flows. IBM’s software is built for the SKA telescope (Square Kilometre Array) and allows to automatically classify astronomical objects. Radio astronomer Melanie Johnston-Hollitt at Victoria University, Wellington , NZ, has collaborated with IBM for developing the system.
-
TIBCO's ActiveMatrix BusinessWorks Emerges Winner In SOA TCO Study by PushToTest
PushToTest released the results of their 2011 analysis of SOA development and deployment solutions from IBM, Oracle and TIBCO which declared TIBCO the winner on multiple facets of productivity. PushToTest has published all the details including developer journals as an open source SOA Knowledge Kit. InfoQ spoke to Frank Cohen to unravel the details.
-
IBM Chief Scientist for Software Engineering to launch TV Series on Computing
Grady Booch, IBM Chief Scientist for software engineering and well-known software design and architecture expert, is going to create a TV series on computing. He and his wife Jan Booch are planning to produce 11 episodes with the objective to educate “audiences of all ages in the story of the technology that has changed humanity.”
-
HPCC Systems Launches Big Data Delivery Engine on EC2
HPCC Systems, which is part of LexisNexis, is launching this week its Thor Data Refinery Cluster on the Amazon EC2. HPCC Systems is an enterprise-grade, open source Big Data analytics technology platform capable of ingesting vast amounts of data, transforming, linking and indexing that data, with parallel processing power spread across the nodes.
-
eBay Announces ql.io
After a teaser with clues last week, Subbu and the engineering team at eBay have unveiled ql.io, a SQL inspired dsl to enable frictionless composition of web API's with a SQL like syntax.
-
S#arp Lite: S#arp Architecture Simplified To Its Essentials
S#arp Lite is an effort to make S#arp Architecture more accessible to all developers; this scaled-back version includes a project template set up to connect to a database via NHibernate, a set of reusable class libraries, a base repository, and a sample project.
-
Partial Caching and ASP.NET
When it comes to performance developers often need to turn to partial page caching. This report looks at the current state of caching in ASP.NET and introduces a new project for MVC 3 called MvcDonutCaching.