InfoQ Homepage Development Content on InfoQ
-
Presentation: The Role of the Enterprise Service Bus
In this NoFluff talk, Mark Richards tells us what an ESB is, its role, what capabilities it provides, and the various ways an ESB can be implemented. He takes a close look at the JBI specification (JSR-208) and explains what impact it will have with the ESB world. This will teach you how to determine your own specific requirements for an ESB and then match these requirements to the product space.
-
Collection Initializers in C# 3.0
What is a Collection? While merely academic in earlier versions, this seemingly innocent question has important ramifications in C# 3.0.
-
Record and Playback Registry Changes
Jon Galloway has released a tool that allows developers to record and playback registry changes.
-
Marathon 1.0: Automating Swing UI Testing with Jython
Marathon, a GUI testing tool that has languished at a .9 release for two years is back with a new 1.0 release. Jalian Systems has picked up the Marathon project and is working to build a product on top of it. Marathon, focused on end-user testing, allows you to record a sequence of actions in a Swing UI and save them as a testcase.
-
Adobe Releases Flash Player Beta for Linux
Adobe has recently released a beta of Flash Player 9 for Linux. This allows Linux users to view sites that make heavy use of Flash like YouTube, Yahoo Maps Beta, and InfoQ's own Flash based interviews and presentations.
-
Interop using OpenXML Spreadsheet Markup Language
OpenXML is a new standard useful for transfering data across process boundaries in a heterogenous environment. By using XML as a common interoperability technology, when someone wants to move data from one type of system to another, that will be relatively easy to accomplish. The licensing mechanism is completely open, and the documentation is rich.
-
Upgrading SQL Server - xp_execresultset
SQL Server 2000 had a useful, though undocumented, function called xp_execresultset. Unfortunately for those currently using it, SQL Server 2005 has dropped this feature.
-
RubyCLR Creator to Join Microsoft
John Lam, the creator of RubyCLR, has accepted a position at Microsoft. While he hasn't yet revealed his new duties, he has stated that he will not leave the Ruby community.
-
ASP.NET AJAX Beta 1 released today
Today the Microsoft ASP.NET team announced the released of ASP.NET AJAX Beta 1. There are many changes from the previously released builds and announced support for the Safari web browser. An exciting additional note is promised support for a source modification license.
-
Unit Testing with VS Team System - A First Glance (Updated)
A brief look at the unit testing features in Visual Studio Team System.
-
Java EE 5 Development Waiting on Application Server Vendors
Solution providers are holding off on Java EE 5 development until the major application server vendors release compatible updates. Dr. Dobb's reports that while Sun's Java System Application Server has support and BEA's WebLogic is close, IBM lags behind.
-
Community Begins Reviewing Java Module System (JSR 277) Early Draft
The early draft of JSR 277 was recently released. Community review is open until Nov. 13th. This JSR seeks to improve the distribution of Java applications by defining a distribution format and a repository for collections of Java code and related resources.
-
Book Excerpt: What is the Ruby Way?
Author Hal Fulton has finished updating his modern classic, The Ruby Way. The publication of the second edition, due the third week of October to coincide with RubyConf 2006, marks the launch of Addison Wesley's Professional Ruby Series.
-
Agile Tooling Survey - What Is Your Team Using?
Pete Behrens of TrailRidge Consulting wants to know what kind of tooling Agile teams are using, and not just software engineering tools: also requirements management, project management, acceptance testing and remote collaboration software. This is a quick, vendor-independent survey.
-
Using Native Platform Security in Java 6
Java 6 will enhance the ability to leverage the native security features of the underlying deployment platform. Included in Java 6 is the ability to access the Microsoft CryptoAPI, PKCS#11 services, use the native GSS-API implementation, and import and export PKCS#12 Keystores.