InfoQ Homepage Development Content on InfoQ
-
GridGain 2.0 Supports Load Balancing, Work Stealing and Data Partitioning
The latest version of GridGain, a java based open source grid computing framework, supports load balancing and data partitioning features. GridGain Systems recently released version 2.0 of the framework which also includes a "work stealing" feature where the scheduled jobs running on overloaded nodes in the grid are "stolen" to run on underloaded nodes.
-
ASP.NET MVC Preview 2 Brings Out Many Value Additions
The ASP.NET MVC Framework Preview 2 has been released last week and offers a lot of new features and many refactorings.
-
Java Posse Roundup 2008 & OpenSpace Conferences
Last week, the 2008 Java Posse Roundup was held in Crested Butte, Colorado. The Roundup is an OpenSpace conference.
-
eXo Java Content Repository 1.8 Released
The eXo Platform team has released eXo JCR (Java Content Repository) 1.8. The eXo JCR product is a JSR-170-compliant Java content repository implementation.
-
Panel: Java Object Persistence: State of the Union
In this panel, the editors of InfoQ.com (Floyd Marinescu) and ODBMS.org (Roberto V. Zicari) asked a group of leading persistence solution architects their views on the current state of the union in persistence in the Java community.
-
Presentation: Introduction to Spring.NET
Dr. Mark Pollack, founder of Spring.NET, provides an introduction focused on implementing and designing loosely coupled application architectures.
-
Nokia sees the Silverlight
Nokia announced it will make Microsoft Silverlight 2.0 available for its S60 phones running Symbian OS as well as Series 40 devices and Nokia Internet tablets. Silverlight will give developers opportunities to create rich and interactive applications running on multiple platforms.
-
A New Way to Write Mashups in IE
Microsoft is creating a new way to write mashup-like functionality with what they call "Activities". Rather than being defined within a specific page, users can launch the same set of Activities regardless of what page they are on. The specifications for these have been released under Creative Commons and include patent protection, making them available to other web browser vendors.
-
SharpDevelop 3.0 Enters Beta
With the recent release of the .NET Framework version 3.5, a new release of SharpDevelop 3.0 is pending.
-
SQL Server Data Services: Microsoft's Answer to Amazon S3
Microsoft has announced SQL Server Data Services (SSDS) at MIX08. Being a storage service on the web, SSDS is Microsoft's Amazon S3 competitor.
-
JRuby support in Ruby in Steel for Visual Studio
SapphireSteel's Ruby in Steel IDE for Visual Studio just added another feature: JRuby support. This includes a new fast debugger for JRuby. We talked to Huw Collingbourne about this new feature.
-
POJO Messaging Architecture with Terracotta
Mark Turansky detailed his implementation of a message bus architecture using Terracotta and Java 5. Instead of using an MQ or JMS based deployment, Mark took advantage of the Terracotta architecture to create his POJO message bus. This allowed for a clean, simple, and inexpensive infrastructure solution to his message needs.
-
Windows Server 2008 Available for Evaluation
The long awaited Windows Server 2008 is finally here. Was it worth waiting for?
-
MacRuby - Ruby 1.9 ported to Objective-C
A new project called MacRuby aims to improve Ruby on MacOS X by using the Objective-C runtime and Garbage Collector to improve Cocoa support and speed. To get an idea of how MacRuby works, we talked to Laurent Sansonetti of the MacRuby team.
-
Debate about Testing and Recoverability: Object Oriented vs. Functional Programming Languages
In his latest blog post, Michael Feathers argued that object oriented programming languages offer some built-in features that facilitate testing and are therefore more recovery friendly than functional languages. Proponents of functional languages expressed strong disagreement with this statement, which provoked a very passionate debate in the blog community.