Member Login

E-mail:    Password:  




 TitleDate AddedCompany
whitepaper TechNet Webcast Express: Working With Office Open XML File Format: Microsoft Office Excel (Level 100)2007-06-19 Microsoft
  The attendee of this webcast will learn more about the benefits of open XML format. This includes creating an Excel spreadsheet and using the Excel XML container.

Tags: Web Services, Spreadsheets
  
whitepaper TechNet Webcast Express: Working With Office Open XML File Format: Microsoft Office Word (Level 100)2007-06-19 Microsoft
  The attendee of this webcast will learn more about the benefits of open XML format. This includes creating a new file in Word and using the Word XML container.

Tags: Web Services, Word Processing
  
whitepaper MSDN Webcast: Creating an RSS Reader Using Visual C# Express (Part 2 of 3): Components (Level 200)0000-00-00 Microsoft
  The presenter of this webcast explains the steps involved in creating a fully functioning RSS Reader using Microsoft Visual C# Express. This webcast shows how to code the business logic to pull XML RSS feeds and bind them to the user interface. The attendee of this webcast will learn new language features and discover how new IDE features like generics, Microsoft IntelliSense code snippets and refactoring help simplify writing code.

Tags: Programming Languages, Application Development
  
whitepaper Value-Aware RoXSum: Effective Message Aggregation for XML-Aware Information Dissemination2007-06-15 University of California
  Publish/subscribe (or pub/sub) systems perform asynchronous message transmission, from publishers to subscribers, without any of the parties having knowledge of the other. The pub/sub infrastructure manages the delivery of the messages, which is guided by user subscriptions that specify the type of information the subscribers are interested in. Since XML prevails as the standard for information ex-change, efficient XML-aware pub/sub systems become necessary. Within that context, the paper proposes VA-RoXSum, a novel message representation scheme that aggregates the content of messages in a space efficient manner. Coupled with specialized processing algorithms that operate on its aggregated content, the VA-RoXSum enables the batch processing of groups of messages and considerably improves the performance of the subscription-guided filtering task.

Tags: Programming Languages
  
whitepaper Generate Web Services for DB2 9 pureXML: A Proof of Concept Technique to Generate Bottom-Up Web Services for XML Data2007-06-14 IBM
  Web services are important building blocks to achieve a Service-Oriented Architecture (SOA). As more and more applications move towards an SOA, often there is a need to expose application functionality as Web services. This paper shows how one can easily generate Web services using a simple Java class to insert and retrieve XML data, into, and from DB2 9 using the pureXML feature. Once the Web services are generated and deployed on the WebSphere Application Server, one can test them using either the built-in Web services Explorer of Rational Application Developer (RAD) or XForms as a Web services client. The same services can be used by any Web services client that can make SOAP over HTTP Web service calls.

Tags: Web Services, Service-Oriented Architecture
  
whitepaper An Analysis of XML Compression Efficiency2007-06-14 United States Air Force Academy
  XML simplifies data exchange among heterogeneous computers, but it is notoriously verbose and has spawned the development of many XML-specific compressors and binary formats. This paper presents an XML test corpus and a combined efficiency metric integrating compression ratio and execution speed. The paper uses this corpus and linear regression to assess 14 general-purpose and XML-specific compressors relative to the proposed metric. The paper also identifies key factors when selecting a compressor. The results show XMill or WBXML may be useful in some instances, but a general-purpose compressor is often the best choice.   
whitepaper On the Complexity of Managing Probabilistic XML Data2007-06-14 Association for Computing Machinery
  This paper introduces a framework for querying and updating probabilistic information over unordered labeled trees, the probabilistic tree model. The data model is based on trees where nodes are annotated with conjunctions of probabilistic event variables. The paper briefly describes an implementation and scenarios of usage. The paper develops here a mathematical foundation for this model. In particular, it presents complexity results. The paper identifies a very large class of queries for which simple variations of querying and updating algorithms from compute the correct answer. A main contribution is a full complexity analysis of queries and updates.

Tags: Programming Languages
  
whitepaper Using Industry Standard Data Formats With WebSphere ESB and DB2 Version 9 pureXML2007-06-13 IBM
  Many industries strive for a higher degree of standardization for facilitating interaction and data exchange between companies, as well as with their external business partners. To achieve this, industries have developed standards specific to their businesses that enable consistency of information across all parties, and ensure compliance with any applicable regulatory laws. For example, industry standard data formats include ACORD for insurance, FpML for financial derivatives, FIXML for financial trading, MISMO for mortgages, and GJXDM (and others) for federal government applications. The pharmaceutical industry is also engaged in several standardization efforts, one of which is the Health Level 7 (HL7) standard. HL7 targets several areas and scenarios, all represented as separate artifacts within the overall effort.

Tags: Web Services
  
whitepaper Preserving XML Queries During Schema Evolution: A Guide to Writing Queries That Behave Well Across XML Schema Changes2007-06-05 IBM
  As XML gains widespread use as an information exchange standard, the ability to persist, validate, and query XML documents becomes increasingly important. Moreover, with the proliferation of Web services and mash-ups, Web application developers increasingly need to query and transform XML messages, where such messages come directly from a Web service or indirectly from a database in which they are persisted. Most commercial database management systems already support XML persistence in some form. For example, IBM's DB2 pureXML provides support for storing XML documents natively in XML typed columns, validating XML documents against XML schemas, and querying XML documents using XQuery and SQL/XML query languages.

Tags: Programming Languages, Web Services
  
whitepaper Easy Integration: From XML to the Datastore Without the Mess2007-06-01 Oracle
  XML has become the world's de facto data exchange format, and Ruby on Rails is a full participant in that framework. Using a combination of the XML::Mapping Ruby gem and the ActiveRecord component of Rails (without all the other heavy components), one can parse an XML document, map it to an object, manipulate the object, and persist it to an Oracle database backend with less code than one could imagine. As an added bonus, one has the full power and flexibility of the legendary ActiveRecord at one's service from the Rails stack. There are a couple of options in the Ruby world for marshalling and unmarshalling data from XML to objects and back.

Tags: Programming Languages, Web Services