InfoQ

InfoQ

Topic/Tag specific view

XML Databinding Content on InfoQ


Latest featured content about XML Databinding

Schema for Web Services – Part I: Basic Datatypes

Topics
Java,
XML Databinding,
SOA

Most web service developers rely on a data binding conversion layer within a web service to work directly with data structures in their programming language of choice - but this causes a number of problems. In the first of a series of articles that look at these problems, Dennis Sosnoski starts at the most basic level, looking at simple data types and the issues that arise from mapping them.

Open Source WS Stacks for Java - Design Goals and Philosophy

Topics
Interop,
Web Services,
REST,
SOA,
Java,
WS Standards,
XML Databinding

InfoQ's Stefan Tilkov questioned lead developers of Apache Axis2, Apache CXF, Spring Web Services, JBossWS and and Sun’s Metro about their design goals, their approach towards Java and Web services standards, data binding, accessing XML, interoperability, REST support, and framework maturity. The results revealed many similarities and some noteworthy differences.

Conquering XML with LINQ in Visual Basic 9.0

Topics
.NET,
XML Databinding

In Visual Basic 9.0, XML becomes a built-in data type with a rich editing experience that completely eliminates the conceptual barrier between the code that you write and the XML that you're trying to express. It will cover tips, tricks, and gotchas so that developers reach peak performance when programming against XML with LINQ in Visual Basic 9.0.

News about XML Databinding

LINQ to XSD Released on CodePlex

Topics
.NET,
XML Databinding

LINQ to XSD is the long awaited follow-up to LINQ to XML. Its primary purpose is to produce LINQ-compatible object models from XSD files, giving developers some measure of static type checking while accessing XML data.

The End of XSLT for .NET Programmers?

Topics
.NET,
XML Databinding

Microsoft's VB team is starting a series of articles on how to use XML Literals. Many of these articles will demonstrate how to replace XSLT code with VB by making direct comparisons between the two languages.

LINQ to XSD is Back

Topics
Data Access,
.NET,
XML Databinding

A new alpha version of the typesafe LINQ provider, LINQ to XSD, is available. This is the first version compatible with the RTM version of Visual Studio 2008.

The Apache Incubator CXF team announced the availability of the 2.0.4 release

Topics
Web Services,
REST,
SOA Appliance,
SOA,
WS Standards,
SOA Platforms,
XML Databinding

CXF is a fully featured Open Source Web Services Framework which people claim is easy to use and is industrial strength. CXF is also embeddable and people have used it often in combination with Spring. CXF is the combination of the Celtix and XFire communities coming together at Apache.

W3C Publishes an Update to Guide to Versioning XML Schema 1.1

Topics
WS Standards,
XML Databinding,
SOA

The W3C published last month an update to its "Guide to Versioning XML Languages Using new XML Schema 1.1 features" which details the new features of XML Schema 1.1 in the context of schema versioning. They represent real advances for web service practitioners and should become part of your guidelines and best practices when the W3C releases XML Schema 1.1.

Using LINQ to XML Instead of XSLT for Transformations

Topics
.NET,
XML Databinding

Transforming XML from one format to another is a common task for many developers. To do this, most of them leave the confines of their general purpose language and make calls to an XSLT library. But what if they didn't have to? With LINQ to XML, it now becomes much easier to manipulate XML using C# and VB. Eric White describes how one can perform XSLT style transformations using C# 3.0.