Member Login

E-mail:    Password:  




 TitleDate AddedCompany
whitepaper Programming With XML for DB2, Part 1: Understand the XML Data Model2007-07-19 IBM
  A primary goal of XML is to make the application development process simple, cheap, portable, and of high quality. XML programming is bringing about the same kind of radical shift in the application development paradigm in this decade as object methodologies did in the last decade. In the first of a series on programming with XML for IBM DB2 for Linux UNIX, and Windows, one will learn the basics of the XML data model and the advantages it brings to the programming environment over a pure object model.

Tags: Programming Languages, Application Development
  
whitepaper Command Injection in XML Signatures and Encryption2007-07-12 Information Security
  The XML Digital Signature (XMLDSIG) and XML Encryption (XMLENC) standards are complex protocols for securing XML and other content. Among its complexities, the XMLDSIG standard specifies various "Transform" algorithms to identify, manipulate and canonicalize signed content and key material. Unfortunately, the defined transforms have not been rigorously constrained to prevent their use as attack vectors, and denial of service or even arbitrary code execution are probable in implementations that have not specifically guarded against such risks.

Tags: Digital Signatures
  
whitepaper AjaxTags0000-00-00 Apache Software Foundation
  This paper has the goal of adding AJAX (Asynchronous Javascript+XML) functionality to the existing Struts HTML taglib, and providing a declarative method for using the functionality. The basic idea is that an EXISTING Struts-based app using the HTML taglib can add AJAX functionality without disrupting the existing code and without the developer having to know any of the details of how AJAX works. This project is the brainchild of the lead (and currently only) developer.

Tags: Java, Application Development
  
whitepaper AJAX: Highly Interactive Web Applications0000-00-00 Netmar
  AJAX stands for Asynchronous JavaScript and XML. AJAX presents new challenges to the development process. Testing is complicated by offloading a good portion of the web application to the client side. Since the web developer has little control over which client is used, strict adherence to web standards and testing with many clients is necessary. Developers must also face learning and testing JavaScript, XML, CSS, XHTML, and the browser DOM, in addition to whatever server side language they choose to use.

Tags: Java, Application Development
  
whitepaper Annie E. Casey Foundation Leverages Visual Studio .NET and XML WebServices to Get Help to Kids Faster0000-00-00 Infragistics
  The Annie E. Casey Foundation, the nation's 18th largest charitable foundation, gives out $180 million a year to help children in the U.S.A staff of 170 processes and administers more than 2,000 grants annually. The Foundation wanted to speed up its grant-making process, but its existing gift management program was proprietary and could not be updated or modified. Ajilon Consulting used Microsoft Visual Studio .NET, Infragistics NetAdvantage toolset and Web services to create a single point of access to the information Foundation administrators need to move grants along - even if they're traveling in the field.

Tags: .NET, Application Development
  
whitepaper Schenker Accelerated Data Entry With EBA Software Components and AJAX0000-00-00 Nitobi Software
  Schenker is one of the world's leading providers of integrated logistics services with over 130 years of experience and 39,000 employees. Originally, with the online Schenker pricing system, the data entry personnel at Schenker had to manually enter important operational data from Word and Excel documents into web forms one by one. The company wanted to provide a more desktop-like interface that reduced the amount of wasted time and effort clicking and waiting for pages to bad. Schenker chose the EBA Grid Control V2 to recreate the tabular data editing capabilities of Excel in their new web based Transpac Ocean Pricing System (TOPS).

Tags: Application Development, Spreadsheets
  
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