Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- XML and SOA
- The realization of SOA through Web services is intrinsically driven by core XML technologies. The emergence of service-oriented design principles, however, is affecting how XML technologies are utilized and positioned within contemporary solutions. SOA relies on SOAP messaging for all inter-service communication. As a result, any place that XML needs...
- Tags: SOA, Simple Object Access Protocol, SOAP, Service-Oriented Architecture (SOA), XML, Web Services, Enterprise Software, Software, Software/Web Development, Web Development
- White papers 2005-01-11
- MSDN Webcast: What's New in the BizTalk Server 2006 Messaging Engine (Level 200)
- In this webcast, learn about improvements in the Microsoft BizTalk Server 2006 core messaging engine that enable powerful new integration and process automation scenarios. The presenter discusses and demonstrates enhancements such as recoverable interchanges, error subscription and routing, runtime pipeline configuration, and end-to-end ordered messaging.
- Tags: Process Automation, Microsoft Developer Network, Webcast, Microsoft BizTalk Server, Messaging, Instant Messaging, Groupware, Web Services, Application Servers, Middleware, Enterprise Software, Internet, Online Communications, Software
- Webcasts 2006-03-27
- How to Use an Existing XML File as Part of a SOAPMessage Using the Java API for XML Messaging
- The Java API for XML Messaging ("JAXM") provides a set of tools to construct and send Simple Object Access Protocol SOAP messages. The API provides two main ways to construct SOAP messages: creating an object tree where each object represents part of the message (for example, SOAPBody, SOAPBodyElement) or using...
- Tags: Java, API, XML Messaging, Simple Object Access Protocol, XML File, SOAP, XML, Web Services, Enterprise Software, Software, Software/Web Development, Web Development
- White papers
- Integrating Oracle XML Publisher With Oracle JDeveloper 10g
- Oracle XML Publisher, Oracle's XSL-FO-based reporting tool, is available as a GUI as well as a set of core API components. In this paper, one learns how to use the FO Processor Engine, the XSL-FO Utility, and the PDF Document Merger. One will also get an overview of the Data...
- Tags: Oracle Corp., Oracle JDeveloper 10g, API, Oracle JDeveloper, XML, Software/Web Development, Web Development
- White papers 2006-11-01
- AltovaXML (exe)
- AltovaXML 2007 is a free XML standards processor that includes the Altova XSLT 1.0 and schema-aware XSLT 2.0 engine, XQuery engine, and XML validating parser. Now developers can use the same engines found in Altova XMLSpy 2007 within their own applications, free of charge. AltovaXML includes COM, Java, and .NET...
- Tags: Altova, AltovaXML 2007, XML, Software/Web Development, Web Development
- Software downloads 2007-06-18
- XSLT-Friendly XML: Generating Structured XML From SAS Data
- The XSLT language can be used to transform XML into desired web output, but it sometimes requires more highly structured XML than the default produced by the SAS XML engine. This paper presents a macro that can be used to impose greater structure on XML produced from SAS data, making...
- Tags: SAS Institute, XML, Software/Web Development, Web Development
- White papers 2006-02-28
- Get Off to a Fast Start With DB2 Viper
- DB2 Viper provides significant new capabilities for supporting XML, including a new XML data type and underlying engine-level components that automatically store and process XML data in an efficient manner. To help the user get up to speed quickly on these features, this paper described how to create a test...
- Tags: XML-Data, IBM DB2, DB2 Viper, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- White papers 2006-03-02
- XMLEditor (zip)
- The XML Editor helps you edit and create XML/HTML file and acts like a IDE to develop data extraction XML's to use with WebClipping. The WebClipping is a powerfull tool to extract information on any file, at local, network or internet. It has its own propietary XML Engine, and parser,...
- Tags: WebClipping, XML, Software/Web Development, Web Development
- Software downloads 2002-06-25
- Creating an Online RSS News Aggregator with ASP.NET
- This paper discusses about displaying XML data in an ASP.NET Web page using the XML Web control to retrieve remote XML data, and about using the Repeater control to emit XML data from a database. With the ever-increasing demands of data sharing among disparate platforms, the use of XML has...
- Tags: Microsoft ASP.NET, XML-Data, XML, .Net, RSS, Middleware, Software/Web Development, Web Development, Software Development, Internet, Enterprise Software, Software
- White papers 2003-08-01
- Validating XML Documents Against XML Schema
- XML documents are increasingly being used as a format of data exchange. But for an XML document to be acceptable to different developers/users, the XML document should conform to a standard structure. XML Schema is an XML-based representation of the structure of an XML document. Through its support for datatypes...
- Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
- White papers
- Parallel XML Processing by Work Stealing
- A language for semi-structured documents, XML is playing crucial roles in web services, messaging systems, databases, and document processing. However, the processing of XML documents has been regarded as the performance bottleneck in most systems and applications. On the other side, the multicore processor, emerged as a solution for the...
- Tags: XML Document, XML, Software/Web Development, Web Development
- White papers 2007-06-26
- An XML Learning Framework
- The paper will present in general terms the categories of XML knowledge, and then explicate the levels of learning possible for each category. The categories identified are: Definition of XML, XML Processing, XML Syntax, XML Data Modeling, XML Companion Specifications, Other Technologies and System Implementation.
- Tags: Isogen International Corp., XML, Software/Web Development, Web Development
- White papers 2002-07-01
- XQuery USE ME (XqUSEme) (xpi)
- XqUSEme is written to allow XQueries in Firefox via the open-source Saxon-B XQuery engine, or, with an extra download, via the Berkeley DB XML native XML database. The latter can also allow storage of XML documents but it is about 52 MB to download, and about 400+ MB after installation....
- Tags: XQuery, Brett Zamir, XqUSEme, XML, Software/Web Development, Web Development
- Software downloads 2008-01-22
- From XML Schema to Relations: A Cost-Based Approach to XML Storage
- As Web applications manipulate an increasing amount of XML, there is a growing interest in storing XML data in relational databases. Due to the mismatch between the complexity of XML's tree structure and the simplicity of flat relational tables, there are many ways to store the same document in an...
- Tags: XML Schema, Storage, XML, Software/Web Development, Web Development
- White papers
- Querying, Constructing, and Transforming XML With Oracle XQuery
- With the release of Oracle Database 10g Release 2, Oracle introduced a full-featured, native XQuery engine integrated with the database that can be used to accomplish various tasks involved in developing an XML-enabled application. A query language designed to work with the XML data model, XQuery can actually operate on...
- Tags: Oracle Corp., XQuery, XML, Databases, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
- White papers 2006-02-01
- XML 101
- Whether you’re discussing e-commerce, knowledge management, or the Internet in general, you’ve likely seen or heard reference to eXtensible Markup Language XML. XML is, without a doubt, one of the most heralded technologies to come across the wire in recent years pun intended. What is XML? Why is it creating...
- Tags: XML, Software/Web Development, Web Development
- White papers
- Generating an XML Document From XML Schema With JAXB
- An XML Schema is an XML-based representation of the structure of an XML document. Many J2EE developers use an XML Schema instead of a Document Type Definition DTD to generate an XML document; because unlike DTD, XML Schema supports data types and namespaces. An XML document based on an XML...
- Tags: XML Schema, XML Document, XML, Software/Web Development, Web Development
- White papers 2004-07-01
- Alchemist XML IDE Professional (exe)
- Alchemist XML IDE, is an advanced XML Integrated Development Environment XML IDE. Alchemist adds powerful new features, again pushing the innovation envelope that helped establish Alchemist in the market. Alchemist's best-in-class features for working with XML, XSL, XSLT, XPath, SQL/XML, code generation, database to XML mapping and many other XML...
- Tags: IDE, Alchemist, XML, Software/Web Development, Web Development
- Software downloads 2006-03-15
- Xotics (zip)
- Xotics is a set of Java tools and libraries for XML programming and processing, based on the association of JavaBeans and XPath 2 requesting support. Xotics is a complete solution, intended to Java developers, addressing both client and server side programming. Xotics contains a Core API implementing base concepts, an...
- Tags: Concept, JavaBeans, XPath, Xotics, XML, Java, Software/Web Development, Web Development, Programming Languages, Software Development
- Software downloads 2006-04-14
- << Previous
- page 1 of 1
- Next >>