InfoQ

News

Java and .NET Libraries for Open XML

Posted by Jonathan Allen on Jun 12, 2007 12:49 PM

Community
.NET,
Java
Topics
Data Access ,
Java plus .NET Integration
Tags
OpenXML ,
Standardization

Working with Office Automation from Java or .NET is often a frustrating endeavor. In addition to the problems that Java and C# have with the late binding and optional parameters so heavily used by the COM object model, there is the insistent need to release COM objects. Miss a single one and the associated Office process won't shut down until some indeterminate point in the future. And most people recommend not even trying to use it from a service or website.

With the new OpenXML format, there is the promise of an clean and efficient way to manipulate Office documents via XML. But with a 6000+ page spec, finding the exact nodes one needs to manipulate is a non-trivial task.

This is where SDKs and libraries come in. Java open source developers were the first to announce development plans with OpenXML4J.

This is the real started point now and we really hope to move on an alpha version early in July, and then a beta in August. We're still looking for skilled contributors and some help to give us - the community - a hand to spread this news around the web!

Their website includes a well defined roadmap and overall feels more like a well funded commercial project than an open source offering in its initial stages. If the resulting code is as good as the web site, Java developers are in for a real treat.

On the Microsoft side, we find an preview release of the Microsoft SDK for Open XML Formats. Microsoft has a head start over the Java project in that .NET framework already implements some of the very low level code needed to support the format.

The class library for the SDK is already online. Though much of it is still subject to change, the documentation is already approaching what one would expect from a Microsoft offering.

No comments

Reply

Exclusive Content

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.

Building your next service with the Atom Publishing Protocol

In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.