Using the Adobe XML Architecture to Extend Processes with Intelligent Forms

Size: px
Start display at page:

Download "Using the Adobe XML Architecture to Extend Processes with Intelligent Forms"

Transcription

1 Using the Adobe XML Architecture to Extend Processes with Intelligent Forms by Kumar Vora, Vice President of Product Management Strategy, Adobe Systems Incorporated Summary: This article describes how you can use Adobe s technology for electronic forms, based on the Portable Document Format (PDF) and the extensible Markup Language (XML), to meet the electronic form requirements of enterprise environments. The Adobe XML architecture is part of the Adobe Intelligent Document Platform, which enables enterprises to communicate more effectively, automate document-based processes, access systems offline, share information securely, and exchange data and information with people and systems. Optimized for IBM WebSphere, the Adobe Intelligent Document Platform creates Intelligent Documents that can be used throughout the IBM middleware application stack to extend business processes, provide better interaction between systems, and improve communications with partners and customers. Data capture and document generation are often critical elements of enterprise applications and present difficult development challenges. It is difficult for developers to ensure that the captured data is properly bound to the desired XML schema. Using a custom JSP approach to implement end-to-end XML schema binding in data capture or document generation processes makes it difficult to keep solution components up-to-date and increases maintenance costs as the solution and schema change. Generating documents that are presented consistently independent of the delivery channel be it Web, , fax, and/or paper can be laborious development tasks and create maintenance headaches. By blending the data integration power of XML with the presentation capabilities of PDF, Adobe s Intelligent Document Platform extends the WebSphere environment to streamline the development and maintenance of data capture and document generation processes. Developers can do end-to-end XML schema binding for data capture and document generation processes without increasing maintenance costs with custom JSP programming. The Adobe Intelligent Document Platform delivers a suite of Document Services process management (including data capture and integration), document generation (including document output), document security, and collaboration that can be delivered to virtually any desktop either via Adobe Reader and/or a Web browser, as well as via printed documents. Using the Adobe platform, WebSphere developers can take actions or initiate processes based on data collected and submitted from electronic PDF/XML forms. Once a form is received, WebSphere developers can use Java code to route the data contained in the form to the appropriate business process. In addition,

2 applications developed with WebSphere Studio Application Developer can generate and distribute Adobe PDF documents as a persistent record of an interaction between the user and the system. IBM WebSphere developers can use the Java tools in WebSphere Studio Application Developer to create, deploy and integrate forms-based processes into any enterprise application running on the WebSphere platform. Adobe Intelligent Documents easily integrate with WebSphere applications using XML, HTTP, SOAP (Simple Object Access Protocol) and Web Services Definition Language (WSDL). Extending processes with forms and documents As organizations modernize with Web services and electronic processes to offer more convenient services and gain efficiencies, they need to give people outside the firewall access to these services and processes online. To make processes more efficient, data collected from people must be automatically updated to core business systems. Processes also need to provide information back to people in a timely fashion. It is not feasible to use specialized client applications to move data back and forth and present an interface to people for data collection outside the firewall. Client licensing requirements might limit the client s distribution, but even without limits the logistics of distributing, installing, and managing a specialized client outside the firewall are costly and time-consuming. Rather than distributing a client application to thousands of people who then have to learn how to use it, you can use electronic forms that can be opened with the free, ubiquitous Adobe Reader software over 500 million copies have already been distributed. With the combination of the Adobe Intelligent Document Platform and the IBM WebSphere enterprise application integration environment, developers can create electronic form interfaces that directly integrate into J2EE enterprise applications and business processes. The result is improved data accuracy and savings in time and money. In fact, with the Adobe Intelligent Document Platform, companies can eliminate parallel paper-based processes, because data capture and entry only occurs once. When the form and/or its embedded data are received, WebSphere developers simply use Java code to route the data to the appropriate business process. Electronic forms are an ideal general interface because paper forms already drive most processes. The challenges in using electronic forms for data collection and service interaction are to provide forms that visually match their paper counterparts, integrate the data in forms with the data formats supported by core systems, and generate datapopulated forms and documents from electronic processes. The Adobe XML architecture meets these challenges by leveraging Adobe Reader and a sophisticated processing model that separates data, visual layout, and business logic.

3 People can work with familiar PDF forms, while applications can interact with XML data formatted properly in the schema used by the organization. The forms can be used offline and routed by for review. Unlike Web pages, the forms can be secured and saved as documents of record. Using the Adobe XML architecture organizations can effectively bridge paper and electronic forms and, through the use of barcodes, efficiently use paper documents in electronic workflows. The Adobe XML architecture The Adobe architecture assigns processing responsibility for each type of information to a different module, and provides a programmatic interface for each module. This enables a clean separation of responsibility among the tasks of layout design, data integration, and application processing. Form layout designers can use visual tools; system integrators can provide the appropriate XML schemas; and application developers can use off-theshelf XML tools to extract the information they need. As a result, enterprises can quickly and cost-effectively extend their core processes to people outside the firewall and make them more efficient. Intelligent Documents are dynamic documents that contain visually rich interactive content, intelligent logic and XML data (see Figure 1). By adding interactive form fields, you can extend the functionality of PDF documents and enable data capture and presentation, calculations, and validations (using ECMAScript or FormCalc). You can integrate documents into existing workflows using JDBC/ODBC databases; WSDL Web services bindings; and XML schema. You can create and store Intelligent Documents in either the PDF or the XML Data Package (XDP) file format. Documents created as XDP files can be rendered as either an HTML form for access online by a standard Web browser, or as a PDF file that can be opened in Adobe Reader and completed offline, then submitted online.

4 Figure 1. Adobe Intelligent Documents combine the powerful data and business logic capabilities of XML with the rich presentation and document control capabilities of PDF to make it easier for developers to deploy electronic forms as interfaces for capturing data for core systems and to generate data-populated documents from processes. The Adobe XML architecture provides a single, reusable framework that cleanly addresses the issues of fidelity to visual layout, flexibility of data integration, intelligent interaction, multiple-channel delivery, and offline work. It simplifies integration with the enterprise software infrastructure and makes development smooth and efficient. It maximizes the use of visual designers and Web developers and minimizes the use of integration developers and application developers. Complicated scripts from a Web development task can be cleanly encapsulated within the form definition rather than mixed in with layout design. Applications can interact with the form through published APIs for file formats, making the development process easier. Meeting enterprise requirements Most enterprises use a software infrastructure that includes a combination of Web interfaces, custom applications, packaged applications, and back-end databases, running on a variety of operating systems. These pieces generally have different upgrade cycles and application development paradigms. Enterprises typically have already made significant investments in methods of integrating these disparate components. In many cases, industry-standard or internally developed XML schemas shape the format of integration.

5 Arbitrary XML formats To support an enterprise s chosen XML schemas and minimize the work that integration developers would have to do to process the form s XML data, the Adobe XML architecture supports arbitrary XML formats. A designer shouldn t have to redesign the same form layout to accommodate slightly different XML formats. The Adobe XML architecture s data abstraction layer makes is easy to support arbitrary XML schemas while keeping form design easy. The architecture binds data elements from the abstraction layer to the form fields specified in the layout template, and supports bidirectional propagation of changes in one location to the other. Integration with Web services and databases Many enterprises want to integrate online interactions with Web services and back-end databases that comprise core business systems. The Adobe XML architecture supports standard Web services protocols such as SOAP and HTTP, and database connections such as ADO, and JDBC, so that forms can be directly connected to Web services, databases, and core systems. Online and offline interaction It is important for many organizations to allow people to download a batch of forms at once and fill them out offline, at their convenience. Many business processes require different forms at different stages of the process. For example, when applying for a car loan, applicants fill out one form to request approval, and another form once they purchase a car, providing details about the vehicle. Yet another form a promissory note is required to codify the agreed-upon terms of the loan. It is far more convenient for applicants to download the forms and fill them out offline, rather than online using a Web page, as they gather the information they need to complete the process. The Adobe XML architecture supports both online and offline interaction. An Intelligent Document can be deployed as either a downloadable PDF file that can be filled in offline with Adobe Reader, or an HTML page readable in any browser. PDF forms can contain business logic that helps people complete the form possibly even instructions on how to connect to Web services or back-end databases to retrieve up-to-date information. Conformity, visual presentation, and high-fidelity printing Electronic forms and documents should look like their paper counterparts. People can be more easily guided into electronic processes with forms that look like paper and can still be used as printed forms. Global enterprises need to support international standards for paper sizes and text layout. Government regulations may dictate the precise look of forms and documents. Adobe PDF documents and forms look exactly like their original paper counterparts, locking in all the original fonts, graphical elements, and layout formatting an enormous advantage when government or financial forms must conform to specific formats. The Adobe PDF architecture provides an internal page layout model that can render arbitrary data within the specified pagination constraints, maintaining the visual presentation and integrity of the original pages. The Adobe solution can also generate final electronic or

6 printed documents, such as loan promissory notes or contracts, in Adobe PDF automatically, merging in data from core systems to complete the document. Robust security The ability to complete forms offline raises security issues that are addressed by the Adobe PDF document security features. Adobe PDF files offer strong authentication and support for digital signatures, providing control over form and document security even after they have been distributed outside of the organization. Intelligent PDF forms can also improve data integrity by authenticating and authorizing data as people complete the forms. In addition, you can lock the XML data in the PDF file to create documents of record and to comply with standards for electronic document archiving (as recently mandated by the U.S. National Archives and Records Administration). How the Adobe XML architecture works Organizations need more flexibility with XML formats when designing forms. For example, a government agency s core system might store the information for a proposal, including company details, financial details, and technical details, in the same XML format. However, the agency needs to present this information on different forms without having to break apart the official XML schema to accommodate special definitions for these forms. Instead, each type of form should be able to access the part of the official schema that is relevant to its purpose. On the other hand, if an enterprise uses different systems to handle, for example, credit checks, order fulfillment, and order shipping, a single transaction and form might need to generate different XML messages for these processes. This flexibility is only possible with well-designed data abstraction, binding, and scripting capabilities. To provide this flexibility and meet the enterprise requirements for using electronic forms as interfaces to core applications, the Adobe XML architecture cleanly separates the form template from the form data. The architecture uses an XML container for document components that is interchangeable with PDF. The XML Data Package (XDP) file is simply an XML file that encodes a PDF file in XML, along with the form data and a form template (see Figure 2).

7 Figure 2. Anatomy of an XDP (XML Data Package) file: form data is separate from the form template, and form fields are encoded in PDF. The XML form data is encoded according to an arbitrary XML schema chosen by the form developer during the design phase. The XML form template contains all the form intelligence, including the mapping of XML form data to PDF form fields. The XML form template also contains the business logic that controls the interactive behavior of the document, such as calculations and data validations. The XML configuration information is a global reference for database and SOAP connections to Web services. XDP files can include custom XML information such as digital signatures, schemas for data validation, and content metadata for archives. By including other XML schemas, you can make it easy for other systems to process the XML data in the form. Leveraging the Adobe XML architecture While the Adobe XML architecture is sophisticated, it is not complex to use. PDF and XDP are equivalent and interchangeable representations of the same underlying form. With this flexibility you can choose which one to use depending on the specific requirements of the process. PDF offers advantages with large documents that need to be compressed, and documents that contain images. XDP offers advantages with forms that travel in XML workflows, and with systems that manipulate form data with XML processing components or store forms in an XML repository. The Adobe LiveCycle family of server software converts one representation to the other. Organizations can use this architecture by designing forms with Adobe LiveCycle Designer, and using Adobe LiveCycle Forms to deploy the forms along with off-the-shelf XML processing components to populate and extract form instance data.

8 System integrators (SIs) can manipulate XDP files as part of distributed application processing. For example, an SI specializing in a particular industry can develop generic form templates and then programmatically customize them by altering the XDP files to change default values, change validation constraints, customize calculation formulas, suppress certain subforms, or modify security permissions for different user roles. Independent software vendors (ISVs) can use this architecture to embed electronic forms capabilities into their products. Packaged application vendors can add the ability to generate forms and use the programmatic interfaces to the Adobe XML architecture to customize one of Adobe s LiveCycle server products or build their own modules. Adobe used these programmatic interfaces to build Adobe s form-related products; they serve as both a proof point for this level of customization and a technical resource for ISVs. Programming the Adobe XML architecture When an application accesses an XDP or PDF document, it loads the persistent information into a set of runtime modules. The Adobe XML architecture offers programmatic interfaces, called document object models (DOMs), to these modules that can be useful to ISVs (as shown in Figure 3). The Adobe DOMs separate the operations specific to electronic forms, but at the lowest level they manipulate XML data using the standard W3C DOM, so that in-memory representation of data remains synchronized with the XML document representation. Figure 3. Adobe document object models (DOMs) are programmatic interfaces to the separate modules for form data, form template, form intelligence, layout, and XML messages. The Template DOM binds template fields to instance data and manages information related to visual layout, data binding, and interaction rules. The architecture includes default binding rules that map XML data elements to form template fields based on

9 similarities in their respective structural hierarchies as well as element and field names. These default rules simplify the job of template designers, who only have to provide a specific mapping when structure and naming aren t sufficient to calculate the binding. Once binding is complete, changes to the fields or the data are synchronized through cooperation with the Data DOM. The Template DOM also manages scripts in either FormCalc or ECMAScript. FormCalc is an expression language similar to a spreadsheet formula language, used primarily to calculate the values of one field from the values of other fields. FormCalc is intuitive no more complex than doing formulas in a spreadsheet so programming or Web scripting skills are not required. You can use ECMAScripts to create dialog boxes that pop up to offer information or choices, or even to directly access different Adobe DOMs. ECMAScript enables you to turn electronic forms into powerful applications that can even look up a person s security role in an enterprise directory and then suppress access to certain form fields based on this role. The Data DOM manages instance data with an abstraction layer that bridges high-level form data manipulations to low-level W3C DOM operations. The Data DOM can also synchronize form data with information in any ODBC-accessible database or any SOAPaccessible application. The Data DOM dynamically synchronizes the instance data with the form representation managed by the Form DOM. When a form user changes a value in a field, the Data DOM receives the event from the Form DOM and propagates the change. If the data source is XML, the Data DOM makes the change to the in-memory W3C DOM representation or flushes it to a back-end data source. The Form DOM is the runtime representation of the form as a whole, derived from the combination of information from the Template and Data DOMs. While applications and scripts can directly manipulate the Template and Data DOMs, most applications use the Form DOM. For example, as a person changes a form field when filling out an intelligent form, the application (Adobe Reader enabled with Adobe LiveCycle Reader Extensions, or Adobe Acrobat) calls an operation in the Form DOM to change the data. The Form DOM then collaborates with the Template DOM to execute any scripts that depend on the value of that field, and then collaborates with the Data DOM to implement the change in the underlying data representation. The layout model controls the page layout of forms, including page size, headers and footers, and pagination. You can include scripts in the form template that directly manipulate the layout model, or include this logic in specific applications for example, Adobe LiveCycle Forms manipulates the layout model as well as the Form DOM to combine Adobe PDF forms with XML data schemas. e-government example

10 The U.S. government is one of the largest consumers of IT and has evolved a diverse set of back-end systems and integration technologies. It has a broad set of initiatives known as e-government to improve the efficiency of its processes. One of these initiatives is egrants to improve the efficiency of grant making, including those for research and development administered by agencies such as the Defense Advanced Research Projects Agency (DARPA), the National Institutes of Health (NIH), and the National Science Foundation (NSF). The goal is to provide a single online portal for grant constituents that speeds grant applications, makes the review process easier, eliminates redundant information, minimizes administration costs and standardizes the collection of financial report data. Scientists involved in research projects use the egrants portal to download, fill out, and submit a grant proposal form. The data from the form is converted to two different review forms one for the program administrator containing all the information, and another containing only technical information for outside reviewers. The reviewers comment on the proposals, and the program administrator collects the review forms and makes a decision. If the proposal is accepted, enrollment forms are sent back to the scientist for completion, and these forms go back to the administrator for review. Information from these forms is parceled out to the proposal database and the agency s budget system. As the project continues, the administrator receives periodic reports and the government auditors review project finances and file more forms with the finance department. While all this sounds complicated, in fact much of the software infrastructure for automation was already in place with XML formats for the data. After importing existing PDF forms with form fields, or creating new ones by scanning paper forms or designing from scratch and overlaying form fields, agency form designers mapped the existing XML schemas to the form fields. This is as simple as right clicking a form field in Adobe LiveCycle Designer and selecting the correct data definition in a list associated with a specific schema. Once the form is tested it can be deployed in the egrants portal or ed to constituents, who can complete the PDF version of the form offline using Adobe Reader. After filling in the form, constituents can submit the PDF version through the portal or by . Adobe LiveCycle Forms extracts the XML information and routes it to appropriate back-end applications. By using the Adobe XML architecture that separates visual layout from data schema definitions, government agencies can extend processes that work with core systems out to constituents using intelligent forms. They can start from existing form layouts and connect them to core systems, or start from existing XML formats for core systems and create new forms. They can adopt electronic forms as a top-down strategic initiative or as a series of bottom-up tactical projects. No matter what the starting point or adoption approach, the Adobe architecture provides the catalyst necessary to marry user and

11 system representations so that the government agencies can achieve a seamless flow of process data. Conclusion While users and system integrators may agree on individual data elements, they almost never agree on how to organize them. Users adopt a point of view based on job tasks, while system integrators adopt a point of view based on the schemas of their databases. The Adobe XML architecture addresses the different points of view by cleanly separating the form data from the form template, separating the operations with programmable modules, and synchronizing XML form operations with core systems. Adobe shields all this complexity from enterprise designers and developers with document object models (DOMs), which ISVs can use for building electronic forms into applications. Developers can do end-to-end XML schema binding for processes without increasing maintenance costs with custom JSP programming. With the availability of the Adobe Intelligent Document Platform optimized for IBM WebSphere, forms and documents are integrated with the very IT infrastructure and enterprise applications that streamline and automate business processes. Form designers can simply import, modify, and design visual elements using a high-productivity layout tool such as Adobe LiveCycle Designer. Developers can populate, extract, and process the underlying XML data using standard XML software components or Adobe LiveCycle Forms. Together, they give users electronic forms that mirror the popular usage model of paper forms, but with additional intelligence that enables enterprises to extend processes farther and execute faster. This common technology platform allows organizations to achieve improved efficiency, better communications with constituents, and more responsiveness. Additional Information Visit the Adobe page on IBM developerworks for trial software, tutorial, and more, or visit To learn more about the many benefits Adobe PDF can offer, visit for more information, including the published specifications. If you have questions or would like to know more, please ask Adobe ( link).

Streamlining the drug development lifecycle with Adobe LiveCycle enterprise solutions

Streamlining the drug development lifecycle with Adobe LiveCycle enterprise solutions White paper Streamlining the drug development lifecycle with Adobe LiveCycle enterprise solutions Using intelligent PDF documents to optimize collaboration, data integrity, authentication, and reuse Table

More information

Adobe LiveCycle : Release overview and migration planning for business managers

Adobe LiveCycle : Release overview and migration planning for business managers Adobe LiveCycle : Release for business managers BUSINESS WHITE PAPER TABLE OF CONTENTS 1 Purpose of the document 1 Background 1 Why migration is recommended 1 Migration strategy 2 Overview of 8 Available

More information

Interactive Forms based on Adobe software

Interactive Forms based on Adobe software TECHNICAL WHITEPAPER Adobe software TABLE OF CONTENTS 1 Executive summary 1 Solution overview 3 Designing, creating, and deploying interactive forms in Web Dynpro applications 4 Document generation 5 Creating

More information

Adobe Developer Workshop Series

Adobe Developer Workshop Series Adobe Developer Workshop Series Working with Security February 2005 San Francisco, California 2005 Adobe Systems Incorporated. All Rights Reserved. Agenda Introduction Overview of Intelligent Document

More information

Property & Casualty Insurance Solutions from CCS Technology Solutions

Property & Casualty Insurance Solutions from CCS Technology Solutions Property & Casualty Insurance Solutions from CCS Technology Solution presents OneTimePortal (Powered by WEBSPHERE), Web-based software platform for property and casualty insurers that are seeking to reduce

More information

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform

Communiqué 4. Standardized Global Content Management. Designed for World s Leading Enterprises. Industry Leading Products & Platform Communiqué 4 Standardized Communiqué 4 - fully implementing the JCR (JSR 170) Content Repository Standard, managing digital business information, applications and processes through the web. Communiqué

More information

A standards-based approach to application integration

A standards-based approach to application integration A standards-based approach to application integration An introduction to IBM s WebSphere ESB product Jim MacNair Senior Consulting IT Specialist Macnair@us.ibm.com Copyright IBM Corporation 2005. All rights

More information

Ebase Xi Agile Service Oriented Architecture

Ebase Xi Agile Service Oriented Architecture Ebase Xi Agile Service Oriented Architecture Ebase Xi is an agile service oriented architecture that accelerates and simplifies the delivery of business applications. The Xi platform combines process management,

More information

bbc Adobe PDF/XML Architecture - Working Samples

bbc Adobe PDF/XML Architecture - Working Samples bbc Adobe PDF/XML Architecture - Working Samples Version 1.0 ADOBE SYSTEMS INCORPORATED Corporate Headquarters 345 Park Avenue San Jose, CA 95110-2704 (408) 536-6000 http://partners.adobe.com August, 2003

More information

EMC DOCUMENT SCIENCES XPRESSION ENTERPRISE INTEGRATION

EMC DOCUMENT SCIENCES XPRESSION ENTERPRISE INTEGRATION White Paper EMC DOCUMENT SCIENCES XPRESSION ENTERPRISE INTEGRATION How xpression integrates with applications, content, data, web, and distribution systems Abstract This white paper describes the EMC Document

More information

FreeForm Designer. Phone: +972-9-8309999 Fax: +972-9-8309998 POB 8792, Natanya, 42505 Israel www.autofont.com. Document2

FreeForm Designer. Phone: +972-9-8309999 Fax: +972-9-8309998 POB 8792, Natanya, 42505 Israel www.autofont.com. Document2 FreeForm Designer FreeForm Designer enables designing smart forms based on industry-standard MS Word editing features. FreeForm Designer does not require any knowledge of or training in programming languages

More information

Adobe LiveCycle Enterprise Suite 4

Adobe LiveCycle Enterprise Suite 4 Adobe LiveCycle Enterprise Suite 4 Table of Contents 2: LiveCycle ES4 architecture overview 3: Designing document service applications 4: Enabling mobile applications 4: Deploying applications 5: Running

More information

BarTender Integration Methods. Integrating BarTender s Printing and Design Functionality with Your Custom Application WHITE PAPER

BarTender Integration Methods. Integrating BarTender s Printing and Design Functionality with Your Custom Application WHITE PAPER BarTender Integration Methods Integrating BarTender s Printing and Design Functionality with Your Custom Application WHITE PAPER Contents Introduction 3 Integrating with External Data 4 Importing Data

More information

Using EMC Documentum with Adobe LiveCycle ES

Using EMC Documentum with Adobe LiveCycle ES Technical Guide Using EMC Documentum with Adobe LiveCycle ES Table of contents 1 Deployment 3 Managing LiveCycle ES development assets in Documentum 5 Developing LiveCycle applications with contents in

More information

ADOBE LIVECYCLE ES4 OVERVIEW

ADOBE LIVECYCLE ES4 OVERVIEW ADOBE LIVECYCLE ES4 OVERVIEW Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: About This Document Who should read this document.......................................................................................

More information

Middleware- Driven Mobile Applications

Middleware- Driven Mobile Applications Middleware- Driven Mobile Applications A motwin White Paper When Launching New Mobile Services, Middleware Offers the Fastest, Most Flexible Development Path for Sophisticated Apps 1 Executive Summary

More information

PDF Primer PDF. White Paper

PDF Primer PDF. White Paper White Paper PDF Primer PDF What is PDF and what is it good for? How does PDF manage content? How is a PDF file structured? What are its capabilities? What are its limitations? Version: 1.0 Date: October

More information

Applying best practices for secure, automated electronic invoicing

Applying best practices for secure, automated electronic invoicing White Paper Applying best practices for secure, automated electronic invoicing Using Intelligent to support compliant einvoicing solutions Table of contents 1 The importance of einvoicing 1 The European

More information

Service Oriented Architecture

Service Oriented Architecture Service Oriented Architecture Charlie Abela Department of Artificial Intelligence charlie.abela@um.edu.mt Last Lecture Web Ontology Language Problems? CSA 3210 Service Oriented Architecture 2 Lecture Outline

More information

Integrating Adobe LiveCycle ES and Microsoft Office SharePoint

Integrating Adobe LiveCycle ES and Microsoft Office SharePoint Technical White Paper Integrating Adobe LiveCycle ES and Microsoft Office SharePoint Server Table of contents 1 Abstract 1 Introduction 2 End-to-end business processes 4 Document security and rights management

More information

Electronic forms. White Paper

Electronic forms. White Paper White Paper Electronic forms Table of contents 1 The business of forms 3 Advantages of PDF forms 4 Form requirements across sectors 5 Forms technologies and formats 7 Summary Organizations use business

More information

2012 LABVANTAGE Solutions, Inc. All Rights Reserved.

2012 LABVANTAGE Solutions, Inc. All Rights Reserved. LABVANTAGE Architecture 2012 LABVANTAGE Solutions, Inc. All Rights Reserved. DOCUMENT PURPOSE AND SCOPE This document provides an overview of the LABVANTAGE hardware and software architecture. It is written

More information

Enterprise content management solutions Better decisions, faster. Storing, finding and managing content in the digital enterprise.

Enterprise content management solutions Better decisions, faster. Storing, finding and managing content in the digital enterprise. Enterprise content management solutions Better decisions, faster Storing, finding and managing content in the digital enterprise. Streamlines the collection, protection, sharing and distribution of digital

More information

Office SharePoint Server 2007

Office SharePoint Server 2007 Top 10 Benefits of WSS 3.0 Office SharePoint Server 2007 1. Improve team productivity with easy-to-use collaborative tools Connect people with the information and resources they need. Users can create

More information

Appendix A. Functional Requirements: Document Management

Appendix A. Functional Requirements: Document Management Appendix A. Functional Requirements: Document Management Document Management technology helps organizations better manage the creation, revision, and approval of electronic documents. It provides key features

More information

Document process management solutions for MiFID compliance

Document process management solutions for MiFID compliance Adobe Technical White Paper produced in conjunction with Equiduct Document process management solutions for MiFID compliance Adobe technology provides document process management solutions, enabling investment

More information

Jitterbit Technical Overview : Salesforce

Jitterbit Technical Overview : Salesforce Jitterbit allows you to easily integrate Salesforce with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

White Paper Delivering Web Services Security: The Entrust Secure Transaction Platform

White Paper Delivering Web Services Security: The Entrust Secure Transaction Platform White Paper Delivering Web Services Security: September 2003 Copyright 2003 Entrust. All rights reserved. Entrust is a registered trademark of Entrust, Inc. in the United States and certain other countries.

More information

IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities.

IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities. Application integration solutions To support your IT objectives IBM WebSphere application integration software: A faster way to respond to new business-driven opportunities. Market conditions and business

More information

Dialogue Live. the solution for intelligent, interactive documents

Dialogue Live. the solution for intelligent, interactive documents Dialogue Live the solution for intelligent, interactive documents the next dimension imagine of document automation Enterprises conduct hundreds of business processes every day. Most of these processes

More information

SAP" Interactive Forms by Adobe*

SAP Interactive Forms by Adobe* Jurgen Hauser, Andreas Deutesfield, Stephan Rehmann, and Thomas Sziks SAP" Interactive Forms by Adobe* a ^. Galileo Press Bonn Boston ILIiJ*!^^^ 2.1 PDF, PDF-Based Print Forms, and Interactive PDF Forms

More information

Reporting Services. White Paper. Published: August 2007 Updated: July 2008

Reporting Services. White Paper. Published: August 2007 Updated: July 2008 Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide

More information

Complementing Your Web Services Strategy with Verastream Host Integrator

Complementing Your Web Services Strategy with Verastream Host Integrator Verastream Complementing Your Web Services Strategy with Verastream Host Integrator Complementing Your Web Services Strategy with Verastream Host Integrator Complementing Your Web Services Strategy with

More information

Base One's Rich Client Architecture

Base One's Rich Client Architecture Base One's Rich Client Architecture Base One provides a unique approach for developing Internet-enabled applications, combining both efficiency and ease of programming through its "Rich Client" architecture.

More information

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager

Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Paper SAS1787-2015 Dynamic Decision-Making Web Services Using SAS Stored Processes and SAS Business Rules Manager Chris Upton and Lori Small, SAS Institute Inc. ABSTRACT With the latest release of SAS

More information

Maximizing ROI on Test and Durability

Maximizing ROI on Test and Durability Maximizing ROI on Test and Durability Product Details Product Overview: ncode Automation is a complete environment for automated data storage, analysis and reporting. It also provides a web-based collaborative

More information

Jitterbit Technical Overview : Microsoft Dynamics AX

Jitterbit Technical Overview : Microsoft Dynamics AX Jitterbit allows you to easily integrate Microsoft Dynamics AX with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

IBM Customer Experience Suite and Electronic Forms

IBM Customer Experience Suite and Electronic Forms Introduction It s more important than ever to have a set of capabilities that allow you to create dynamic, self service options for your customers that leverage existing processes and infrastructure. Your

More information

Introducing the Adobe Digital Enterprise Platform

Introducing the Adobe Digital Enterprise Platform Adobe Enterprise Technical Enablement Introducing the Adobe Digital Enterprise Platform In this topic, you will you will learn about the components that make up the Adobe Digital Enterprise Platform. You

More information

Pentaho Reporting Overview

Pentaho Reporting Overview Pentaho Reporting Copyright 2006 Pentaho Corporation. Redistribution permitted. All trademarks are the property of their respective owners. For the latest information, please visit our web site at www.pentaho.org

More information

IBM Rational Web Developer for WebSphere Software Version 6.0

IBM Rational Web Developer for WebSphere Software Version 6.0 Rapidly build, test and deploy Web, Web services and Java applications with an IDE that is easy to learn and use IBM Rational Web Developer for WebSphere Software Version 6.0 Highlights Accelerate Web,

More information

SQL Server 2005 Reporting Services (SSRS)

SQL Server 2005 Reporting Services (SSRS) SQL Server 2005 Reporting Services (SSRS) Author: Alex Payne and Brian Welcker Published: May 2005 Summary: SQL Server 2005 Reporting Services is a key component of SQL Server 2005. Reporting Services

More information

How To Create A C++ Web Service

How To Create A C++ Web Service A Guide to Creating C++ Web Services WHITE PAPER Abstract This whitepaper provides an introduction to creating C++ Web services and focuses on:» Challenges involved in integrating C++ applications with

More information

Rapid application development for JEE using Adobe ColdFusion 9

Rapid application development for JEE using Adobe ColdFusion 9 Rapid application development for JEE using Adobe ColdFusion 9 Table of contents 1 Six issues affecting web application development 2 The ColdFusion approach for rapid application development 3 The business

More information

Integrating Enterprise Reporting Seamlessly Using Actuate Web Services API

Integrating Enterprise Reporting Seamlessly Using Actuate Web Services API Any User. Any Data. Any Deployment. Technical White Paper Integrating Enterprise Reporting Seamlessly Using Actuate Web Services API How Web Services Can Be Used to Perform Fast, Efficient, Future-Proof

More information

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform

The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform The Recipe for Sarbanes-Oxley Compliance using Microsoft s SharePoint 2010 platform Technical Discussion David Churchill CEO DraftPoint Inc. The information contained in this document represents the current

More information

Sybase Unwired Platform 2.0

Sybase Unwired Platform 2.0 white paper Sybase Unwired Platform 2.0 Development Paradigm www.sybase.com TABLE OF CONTENTS 1 Sybase Unwired Platform 1 Mobile Application Development 2 Mobile Business Object (MBO) Development 4 Mobile

More information

How To Choose A Business Intelligence Toolkit

How To Choose A Business Intelligence Toolkit Background Current Reporting Challenges: Difficulty extracting various levels of data from AgLearn Limited ability to translate data into presentable formats Complex reporting requires the technical staff

More information

Contents. Introduction... 1

Contents. Introduction... 1 Managed SQL Server 2005 Deployments with CA ERwin Data Modeler and Microsoft Visual Studio Team Edition for Database Professionals Helping to Develop, Model, and Maintain Complex Database Architectures

More information

MicroStrategy Course Catalog

MicroStrategy Course Catalog MicroStrategy Course Catalog 1 microstrategy.com/education 3 MicroStrategy course matrix 4 MicroStrategy 9 8 MicroStrategy 10 table of contents MicroStrategy course matrix MICROSTRATEGY 9 MICROSTRATEGY

More information

1 What Are Web Services?

1 What Are Web Services? Oracle Fusion Middleware Introducing Web Services 11g Release 1 (11.1.1) E14294-04 January 2011 This document provides an overview of Web services in Oracle Fusion Middleware 11g. Sections include: What

More information

Jitterbit Technical Overview : Microsoft Dynamics CRM

Jitterbit Technical Overview : Microsoft Dynamics CRM Jitterbit allows you to easily integrate Microsoft Dynamics CRM with any cloud, mobile or on premise application. Jitterbit s intuitive Studio delivers the easiest way of designing and running modern integrations

More information

EnterpriseLink Benefits

EnterpriseLink Benefits EnterpriseLink Benefits GGY AXIS 5001 Yonge Street Suite 1300 Toronto, ON M2N 6P6 Phone: 416-250-6777 Toll free: 1-877-GGY-AXIS Fax: 416-250-6776 Email: axis@ggy.com Web: www.ggy.com Table of Contents

More information

JReport Server Deployment Scenarios

JReport Server Deployment Scenarios JReport Server Deployment Scenarios Contents Introduction... 3 JReport Architecture... 4 JReport Server Integrated with a Web Application... 5 Scenario 1: Single Java EE Server with a Single Instance of

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Operations Center 5.0 March 3, 2014 Legal Notices THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT

More information

zen Platform technical white paper

zen Platform technical white paper zen Platform technical white paper The zen Platform as Strategic Business Platform The increasing use of application servers as standard paradigm for the development of business critical applications meant

More information

Digital Asset Management

Digital Asset Management A collaborative digital asset management system for marketing organizations that improves performance, saves time and reduces costs. MarketingPilot provides powerful digital asset management software for

More information

HP Exstream. intelligent, INTERACTIVE. document applications. Technology for better business outcomes. www.hpexstream.com

HP Exstream. intelligent, INTERACTIVE. document applications. Technology for better business outcomes. www.hpexstream.com HP Exstream intelligent, INTERACTIVE document applications Technology for better business outcomes www.hpexstream.com STREAMLINING document processes Enterprises conduct hundreds of business processes

More information

Common Questions and Concerns About Documentum at NEF

Common Questions and Concerns About Documentum at NEF LES/NEF 220 W Broadway Suite B Hobbs, NM 88240 Documentum FAQ Common Questions and Concerns About Documentum at NEF Introduction...2 What is Documentum?...2 How does Documentum work?...2 How do I access

More information

CONDIS. IT Service Management and CMDB

CONDIS. IT Service Management and CMDB CONDIS IT Service and CMDB 2/17 Table of contents 1. Executive Summary... 3 2. ITIL Overview... 4 2.1 How CONDIS supports ITIL processes... 5 2.1.1 Incident... 5 2.1.2 Problem... 5 2.1.3 Configuration...

More information

How To Build A Connector On A Website (For A Nonprogrammer)

How To Build A Connector On A Website (For A Nonprogrammer) Index Data's MasterKey Connect Product Description MasterKey Connect is an innovative technology that makes it easy to automate access to services on the web. It allows nonprogrammers to create 'connectors'

More information

OpenText Output Transformation Server

OpenText Output Transformation Server OpenText Output Transformation Server Seamlessly manage and process content flow across the organization OpenText Output Transformation Server processes, extracts, transforms, repurposes, personalizes,

More information

Overview Document Framework Version 1.0 December 12, 2005

Overview Document Framework Version 1.0 December 12, 2005 Document Framework Version 1.0 December 12, 2005 Document History Date Author Version Description October 5, 2005 Carl Yestrau 1.0 First complete version December 12, 2005 Page A Table of Contents 1.0

More information

Concept Proposal. A standards based SOA Framework for Interoperable Enterprise Content Management

Concept Proposal. A standards based SOA Framework for Interoperable Enterprise Content Management Concept Proposal A standards based SOA Framework for Interoperable Enterprise Content Management Mike Connor miconnor@adobe.com Paul Fontaine Paul.Fontaine@ost.dot.gov What is it? IECM Framework Vision:

More information

White Paper Series. TransPromo Printing Made Easier With PDF/VT

White Paper Series. TransPromo Printing Made Easier With PDF/VT White Paper Series TransPromo Printing Made Easier With PDF/VT Advanced Function Presentation (AFP) has long been the dominant page description language in the transactional printing environment. The marketplace

More information

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper

Programmabilty. Programmability in Microsoft Dynamics AX 2009. Microsoft Dynamics AX 2009. White Paper Programmabilty Microsoft Dynamics AX 2009 Programmability in Microsoft Dynamics AX 2009 White Paper December 2008 Contents Introduction... 4 Scenarios... 4 The Presentation Layer... 4 Business Intelligence

More information

What Is the Java TM 2 Platform, Enterprise Edition?

What Is the Java TM 2 Platform, Enterprise Edition? Page 1 de 9 What Is the Java TM 2 Platform, Enterprise Edition? This document provides an introduction to the features and benefits of the Java 2 platform, Enterprise Edition. Overview Enterprises today

More information

eform Suite for TeleForm Create and Process Intelligent eforms in PDF and HTML

eform Suite for TeleForm Create and Process Intelligent eforms in PDF and HTML eform Suite for TeleForm Create and Process Intelligent eforms in PDF and HTML Double the Value of your TeleForm Solution The product eform Suite extends your TeleForm solution with the ability to create

More information

Actuate Business Intelligence and Reporting Tools (BIRT)

Actuate Business Intelligence and Reporting Tools (BIRT) Product Datasheet Actuate Business Intelligence and Reporting Tools (BIRT) Eclipse s BIRT project is a flexible, open source, and 100% pure Java reporting tool for building and publishing reports against

More information

Sybase Unwired Platform 2.1.x

Sybase Unwired Platform 2.1.x white paper Sybase Unwired Platform 2.1.x Development Paradigm www.sybase.com Table of Contents 1 Sybase Unwired Platform 2 Mobile Application Development 3 Mobile Business Object (MBO) Development 5 Mobile

More information

Category: Business Process and Integration Solution for Small Business and the Enterprise

Category: Business Process and Integration Solution for Small Business and the Enterprise Home About us Contact us Careers Online Resources Site Map Products Demo Center Support Customers Resources News Download Article in PDF Version Download Diagrams in PDF Version Microsoft Partner Conference

More information

MOVING TO THE NEXT-GENERATION MEDICAL INFORMATION CALL CENTER

MOVING TO THE NEXT-GENERATION MEDICAL INFORMATION CALL CENTER MOVING TO THE NEXT-GENERATION MEDICAL INFORMATION CALL CENTER Pharma companies are improving personalized relationships across more channels while cutting cost, complexity, and risk Increased competition

More information

Setting Up an AS4 System

Setting Up an AS4 System INT0697_150625 Setting up an AS4 system V1r0 1 Setting Up an AS4 System 2 Version 1r0 ENTSOG AISBL; Av. de Cortenbergh 100, 1000-Brussels; Tel: +32 2 894 5100; Fax: +32 2 894 5101; info@entsog.eu, www.entsog.eu,

More information

Protect the Past, Secure the Future

Protect the Past, Secure the Future Enterprise Content Management for Higher Education Protect the Past, Secure the Future Improve information access, protect records and promote strategic planning Learn More Inside Improve administrative

More information

11 ways to migrate Lotus Notes applications to SharePoint and Office 365

11 ways to migrate Lotus Notes applications to SharePoint and Office 365 11 ways to migrate Lotus Notes applications to SharePoint and Office 365 Written By Steve Walch, Senior Product Manager, Dell, Inc. Abstract Migrating your Lotus Notes applications to Microsoft SharePoint

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS PRODUCT FACTS & FEATURES KEY FEATURES Comprehensive, best-of-breed capabilities 100 percent thin client interface Intelligence across multiple

More information

XML Processing and Web Services. Chapter 17

XML Processing and Web Services. Chapter 17 XML Processing and Web Services Chapter 17 Textbook to be published by Pearson Ed 2015 in early Pearson 2014 Fundamentals of http://www.funwebdev.com Web Development Objectives 1 XML Overview 2 XML Processing

More information

SAP Solution in Detail SAP Interactive Forms by Adobe SAP INTERACTIVE FORMS BY ADOBE

SAP Solution in Detail SAP Interactive Forms by Adobe SAP INTERACTIVE FORMS BY ADOBE SAP Solution in Detail SAP Interactive Forms by Adobe SAP INTERACTIVE FORMS BY ADOBE Copyright 2007 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted in any form

More information

Migrating Lotus Notes Applications to Google Apps

Migrating Lotus Notes Applications to Google Apps Migrating Lotus Notes Applications to Google Apps Introduction.................................................... 3 Assessment..................................................... 3 Usage.........................................................

More information

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS

ORACLE BUSINESS INTELLIGENCE SUITE ENTERPRISE EDITION PLUS Oracle Fusion editions of Oracle's Hyperion performance management products are currently available only on Microsoft Windows server platforms. The following is intended to outline our general product

More information

Adobe Systems Incorporated

Adobe Systems Incorporated CASE STUDY Incorporated Reduces costs, improves efficiencies, and ensures compliance with regulations by automating business processes built around the Adobe Intelligent Document Platform ADOBE SYSTEMS

More information

The Business Value of a Web Services Platform to Your Prolog User Community

The Business Value of a Web Services Platform to Your Prolog User Community The Business Value of a Web Services Platform to Your Prolog User Community A white paper for project-based organizations that details the business value of Prolog Connect, a new Web Services platform

More information

Rotorcraft Health Management System (RHMS)

Rotorcraft Health Management System (RHMS) AIAC-11 Eleventh Australian International Aerospace Congress Rotorcraft Health Management System (RHMS) Robab Safa-Bakhsh 1, Dmitry Cherkassky 2 1 The Boeing Company, Phantom Works Philadelphia Center

More information

BIRT Document Transform

BIRT Document Transform BIRT Document Transform BIRT Document Transform is the industry leader in enterprise-class, high-volume document transformation. It transforms and repurposes high-volume documents and print streams such

More information

124 Cromwell Road, London, SW7 4ET www.softelegance.co.uk

124 Cromwell Road, London, SW7 4ET www.softelegance.co.uk SOFTWARE Frameworks For Business Applications And Product Development SoftElegance USA: 4771 Sweetwater Blvd., Sugar Land, Houston, TX 77479 www.softeleganceusa.com SoftElegance U.K.: 124 Cromwell Road,

More information

Exam Name: IBM WebSphere Process Server V6.2,

Exam Name: IBM WebSphere Process Server V6.2, Vendor: IBM Exam Code: 000-375 Exam Name: IBM WebSphere Process Server V6.2, System Administration Version: DEMO 1.A company has an IBM WebSphere Process Server clustered environment running. A system

More information

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.

Oracle WebLogic Foundation of Oracle Fusion Middleware. Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin. Oracle WebLogic Foundation of Oracle Fusion Middleware Lawrence Manickam Toyork Systems Inc www.toyork.com http://ca.linkedin.com/in/lawrence143 History of WebLogic WebLogic Inc started in 1995 was a company

More information

PDF Forms Advantages and application possibilities of electronic forms in PDF format

PDF Forms Advantages and application possibilities of electronic forms in PDF format White Paper PDF Forms Advantages and application possibilities of electronic forms in PDF format Copyright 2002-2009 soft Xpansion GmbH & Co. KG White Paper PDF Forms 1 Table of Contents Usage of Forms...

More information

Why MCL-Bridge for SAP

Why MCL-Bridge for SAP Why MCL-Bridge for SAP Visualize mobilized SAP R/3 Realize MCL-Bridge for SAP Why MCL-Bridge for SAP Does SAP R/3 drive your shop-floor operations retail, warehouse, distribution, manufacturing, or transportation

More information

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER

PEGA MOBILITY A PEGA PLATFORM WHITEPAPER PEGA MOBILITY A PEGA PLATFORM WHITEPAPER Background Mobile devices now outnumber computers as a means of connecting to the Internet. This new mobile ubiquity presents opportunities for the enterprise to

More information

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc.

The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc. The Document Review Process: Automation of your document review and approval A White Paper BP Logix, Inc. The Document Review Process A document encompasses many forms technical documentation, product

More information

Fogbeam Vision Series - The Modern Intranet

Fogbeam Vision Series - The Modern Intranet Fogbeam Labs Cut Through The Information Fog http://www.fogbeam.com Fogbeam Vision Series - The Modern Intranet Where It All Started Intranets began to appear as a venue for collaboration and knowledge

More information

EMC APPLICATIONXTENDER ADD-ON MODULES

EMC APPLICATIONXTENDER ADD-ON MODULES EMC APPLICATIONXTENDER ADD-ON MODULES Extension Modules Help You Make Better Decisions and Improve Operational Efficiencies EMC ApplicationXtender is an easy-to-use and implement content management system

More information

Porting Legacy Windows Applications to the Server and Web

Porting Legacy Windows Applications to the Server and Web Porting Legacy Windows Applications to the Server and Web About TX Text Control.NET Server: TX Text Control.NET Server is a fully programmable word processing engine for deployment in an ASP.NET server

More information

Pronto Connect Preparing for a more connected future. White Paper

Pronto Connect Preparing for a more connected future. White Paper Pronto Connect Preparing for a more connected future White Paper Enhancing Pronto Xi for the era of mobile and web services Pronto Software is a leading vendor of enterprise resource planning (ERP) business

More information

Curl Building RIA Beyond AJAX

Curl Building RIA Beyond AJAX Rich Internet Applications for the Enterprise The Web has brought about an unprecedented level of connectivity and has put more data at our fingertips than ever before, transforming how we access information

More information

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities

Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities Vendor briefing Business Intelligence and Analytics Platforms Gartner 15 capabilities April, 2013 gaddsoftware.com Table of content 1. Introduction... 3 2. Vendor briefings questions and answers... 3 2.1.

More information

IBM Workplace Forms. Evaluating E-Forms Solutions for Business Process Automation

IBM Workplace Forms. Evaluating E-Forms Solutions for Business Process Automation Evaluating E-Forms Solutions for Business Process Automation The Challenge 3 E-Forms as a Solution 3 Evaluating E-Forms According to Key Business Requirements 4 Overview of IBM Workplace Forms 5 E-Forms

More information

ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets

ElegantJ BI. White Paper. Considering the Alternatives Business Intelligence Solutions vs. Spreadsheets ElegantJ BI White Paper Considering the Alternatives Integrated Business Intelligence and Reporting for Performance Management, Operational Business Intelligence and Data Management www.elegantjbi.com

More information

Dynamic Output Solutions For Oracle

Dynamic Output Solutions For Oracle White Paper Dynamic Output Solutions For Oracle DocOrigin vs. BI Publisher: Different Approaches, Different Abilities This paper will discuss and compare several of the most critical features that make

More information