InfoQ Homepage Development Content on InfoQ
-
Does Adobe AIR's Future Include An Office Competitor?
A piece on wired.com featuring Adobe's Mike Downey early last week, Tipping the Microsoft Cash Cow Could Be Adobe's Next Move, set off a lot of speculation and debate about their intentions and the opportunities in the Office Suite space. Downey clarified his remarks later in the week to reaffirm Adobe's focus on AIR as a platform.
-
Prototype 1.6 RC Includes DOM Builder and Event API Overhaul
Earlier this month the Prototype team released the first RC of 1.6.0. This release contains a number of core API upgrades, bug fixes, and new features. The Event API has been overhauled and a new DOM Builder API has also been added.
-
Linked-In, Second Life, eBay, Orbitz, Yahoo! architectures to be presented @ QCon SF
The 'architectures you've always wondered about' track at QCon San Francisco this year will be featuring the architectures of Linked-In, Second Life, eBay, Orbitz, & Yahoo!, presented directly from key architects at those companies. QCon itself also has a number of other tracks on architecture, Java, .NET, Ruby, Agile, research technologies, and more.
-
Erlang's Mnesia - a distributed DBMS for highly scalable apps
Not every application has the scalability requirements of Google, Flickr or Amazon, however the ideas behind the Mnesia DBMS are compelling: a fast, in-process DBMS that takes advantage of concurrency, with the ability to replicate tables across distributed nodes for high scalability and fault tolerance.
-
Perl/.NET Interoperability Using Web Services
Web services were supposed to enable cross-application integration regardless of the underlying platform or language. While the promise is still there, today we still need tricks to make it work.
-
Catching up with Phoenix
This past year Microsoft introduced Phoenix a project aimed at transforming the traditional blackbox compiler into a transparent one.
-
The "use" Binding In F# and How It Should Be Applied To C# and VB
Possible enhancements for F# show how VB and C# can also change in the future.
-
Capistrano gets competition: Vlad the Deployer
Capistrano, a popular deployment tool for Rails, is challenged by Vlad the Deployer, a tool which offers similar functionality with a much simpler implementation. We talked to the Ruby Hit Squad group that released version 1.0 of Vlad.
-
Team Foundation Server 2008: Out-Of-The-Box Support for Continuous Integration
Along with Visual Studio 2008 Microsoft will be releasing a new version of TFS (Team Foundation Server). TFS 2008 will provide extended support for Continuous Integration.
-
TestMaker 5 Adds Distributed Test Support and Performance Comparison Utility
PutshToTest has released TestMaker 5.0 which allows developers to turn their unit tests into functional tests, load tests, and automated monitors. Among the new features in 5.0 are distributed test support, integration of SoapUI, and a new performance comparison utility.
-
The Curious Nature of Transactions in ADO.NET and LINQ
Transactions in LINQ rely on TransactionScope, a .NET 2.0 class that uses a distinctly non-OO design pattern that relies on gloabls.
-
ORM with JRuby - ActiveHibernate
The ActiveHibernate project brings Hibernate features to JRuby - for those tricky ORM use cases that go beyond what ActiveRecord offers. We talked to project maintainer Johan Andries.
-
Open Source LINQ to SQL Debugger
Scott Guthrie has posted an article on the LINQ to SQL debugger features along with the source code for the debugger. Among these is the ability to see the raw SQL generated by the query. Equally interesting is the ability to execute the query with one click, the results being displayed in standard grid.
-
Eclipse Web Tools Platform 2.0: Now with JPA and JSF tools
As part of the Eclipse 3.3 (Europa) release two months ago, Version 2.0 of the Eclipse Web Tools Platform (WTP) was released. InfoQ spoke with WTP co-lead Jess Garms to learn more about this release and about WTP in general.
-
Promesh.NET - an MVC Web Framework for .NET
Philippe Leybaert recently released a Model-View-Controller (MVC) framework for creating .NET 2.0 web applications, named ProMesh.NET. The framework was released on Codeplex under an open source license. MVC frameworks have gained popularity lately with Ruby on Rails and most recently with the Castle Project and MonoRails, also an MVC framework.