InfoQ Homepage Development Content on InfoQ
-
ASP.NET Programming Using Windows PowerShell
In an attempt to fill in an existing gap, NSoftware has made available a power shell toy, named PowerShellASP, which allows ASP.NET programmers to access the functionality of Windows PowerShell from inside ASP pages.
-
Google Introduces Binary Encoding Format: Protocol Buffers
Google caused a stir by releasing Protocol Buffers, a binary serialization format. We take a look at what exactly Protocol Buffers are and what alternatives are available in ASN.1 or Facebook's Thrift.
-
Microsoft SQL Server 2008 August Release
Microsoft has unofficially announced that SQL Server 2008 will be released in August, 2008 with no price increase over SQL Server 2005.
-
Databases Roundup: Data Sharding for ActiveRecord and Faster Postgres IO
In this databases roundup we take a look at DataFabric, FiveRun's recently open sourced data sharding plug-in for ActiveRecord. Also: a look at speeding up Postgres data access using the asynchronous client API and Ruby 1.9's Fibers.
-
Internet Explorer 6 on its way out (or not)?
Since attaining a peak of about 95% usage share during 2002 and 2003, Internet Explorer 6 (IE6) has been rapidly losing market share. As the end of 2008 approaches, significant online services, vendors and web frameworks are dropping support for IE6. Will this year be the end of IE6 and what does this signify for Web 2.0 developers?
-
Terracotta-VisualVM Integration Offers Cluster-wide Visualization and Event Correlation
Terracotta integration with Sun Microsystem's VisualVM tool offers JVM and cluster-wide visualization. Terracotta announced last week its integration with Sun's VisualVM technology which gives Java developers and web administrators visualization and analysis capabilities to assist in tuning and troubleshooting of Java applications using the Terracotta management console.
-
Interview: Christophe Coenraets Discusses Flex 3, AIR, and BlazeDS
In this interview from QCon London 2008, Christophe Coenraets discusses Flex 3, Flex Builder, AIR, BlazeDS, the move towards open source at Adobe, how to integrate Flex with existing applications, and the challenges of integrating Rich Internet Applications with search engines and built-in browser functionality.
-
Eclipse Riena: Business-Oriented Client/Server Applications
The third milestone of Eclipse Riena 1.0.0 has been released, offering a first draft of new user-interface concepts and a new look-and-feel to make Eclipse-based applications more business-process oriented.
-
Spring Dynamic Modules Continuing To Improve
OSGi is all the rage with numerous implementations and usages and the Spring Framework has also been in the mix. Earlier this year they released Spring Dynamic Modules for OSGi(tm) Service Platforms version 1.0. Improving the development of Spring applications running an OSGi framework. Recently they release version 1.1.0.
-
Progress Software Acquires IONA and Mindreef
Progress software acquires two companies: IONA Technologies and Mindreef, in an effort to augment their SOA Portfolio. The portfolio consists of products in the following categories: enterprise service bus (Sonic ESB), enterprise messaging (Sonic MQ), data interoperability (DataXtend), Mainframe integration (Shadow), Complex Event Processing (Apama) and SOA management (Actional).
-
Presentation: Managing Variability in Product-Lines
Managing commonality and variability is the core of product line engineering. In this presentation, Markus Völter illustrates how model-driven and aspect oriented software development help addressing the challenge of managing variability in product line engineering.
-
Eclipse Foundation Leverages Universal Data Collector to Learn About Users
Eclipse 3.4 includes a new opt in Universal Data Collector that tracks information about bundle events, workspace events, and commands.
-
Microsoft Releases ASP.NET MVC Framework Preview 4
In keeping with its releases of about once a month, Microsoft has released Preview 4 the ASP.NET MVC Framework. This release promises to start giving developers more higher level features aiding in better productivity.
-
Article: Exploring LISP on the JVM
This article, written by Per Jacobsson, is aimed at Java developers curious about Lisp. It discusses the different dialects of Lisp that are available on the JVM today, and gives a crash course in how Lisp programming works and what makes it unique. Finally it looks at how Lisp code can be integrated with a Java system.
-
Using Mono and Gtk# to Survive the Gtk+ Treadmill
The proposed changes for Gtk+ 3.0 have stirred up quite a bit of controversy. A lot of people are sounding off against the plethora of breaking changes that are being made for "code quality" issues and don't directly lead to new features. Those hit hardest are also Gtk+'s most important audience, the application developers that rely on the framework.