InfoQ Homepage XML Content on InfoQ
-
C24 Creates Process for XQuery over non-XML without intermediary XML
Financial integration tool vendor C24 has added a unique XQuery optimization to their Integration Objects product that allows full XML XQuery and XSLT capabilities on non-XML documents without the overhead of first converting those non-xml documents into instances of XML.
-
Microsoft releases XML Notepad - completely rewritten in C#
XML Notepad was originally released in 1998, but was eventually pulled from MSDN because Microsoft was didn't have time to keep it updated with current XML standards. On September 1st, Microsoft released a new version of XML Notepad completely rewritten in C#.
-
Java SOAP Framework XFire 1.2 Released
XFire, the high performance Java SOAP framework from Codehaus has released version 1.2, the last version before the project merges with Celtix into Apache CeltiXfire. XFire includes such features as Spring integration, JBI support, and pluggable bindings for POJOs, JAXB, and XMLBeans. Improvements since version 1.1 include JiBX data binding, Aegis binding inheritance, and HTTP GZIP.
-
webMethods buys into SOA Semantics
SOA integration and interoperability requires a structured understanding of the semantics of data. webMethods has acquired a semantic technologies company called Cerebra to connect SOA and BPM components.
-
XML Overload: Bad Design or Neccesary Evil?
As discussed in the recent InfoQ News item SOAP Attachment State of the Art, XML files are reaching epic proportions in real world SOA implementations. Is this bad design or a neccesary evil? A recent study by Rogue Wave Software helps clarify.
-
REST on Rails: An Enterprise Developer's Overview
Bruce Tate presents an enterprise-level introduction to the use of Representational State Transfer (REST) in the Ruby on Rails framework.
-
Are XML Gateways Really the Answer?
Andrew S. Townley explains the concepts behind XML gateways and takes a look at how they might be applied to address security issues in a large-scale SOA environment.
-
1st Draft of XML Schema Patterns for Common Data Structures Released
The W3C has published a first public working draft of XML Schema Patterns for Common Data Structures, a set of data types, structures and schema patterns to increase Web services interoperability.
-
Article: Simple JAVA and .NET SOA interoperability
.NET and Java interop can be made really simple using a REST documentcentric approach. This article compares a REST and SOAP approach to interop as well as the advantages of using HTTP POST vs. GET for REST invocations.