Data Exchange with. 2012, Business-DNA Solutions GmbH 1

Size: px
Start display at page:

Download "Data Exchange with. 2012, Business-DNA Solutions GmbH 1"

Transcription

1 Data Exchange with 2012, Business-DNA Solutions GmbH 1

2 Introduction Name: Markus Schlegel, Business-DNA Solutions GmbH Position: Software-Architect Version: 1.0, , Business-DNA Solutions GmbH 2

3 Schedule 1. Introduction 2. TopEase Metamodel 3. XML Import Setup 4. Practice 2012, Business-DNA Solutions GmbH 3

4 Introduction 2012, Business-DNA Solutions GmbH 4 4

5 TopEase Platform Active Directory TopEase WebExplorer / WebClient (Internet Browser) [Ajax based JSF]) read and modify data LDAP TopEase XChange Server TopEase WebServer JMX (Java Management Extension) Business Server Job Server HTML Pages (static) File Server TopEase WatchDog DB (Oracle) Repository Full capability: create, read, update, delete Connect / Offline Browse read only Clients (Internet Browser) [JSP & JavaScript] TopEase Designer 2012, Business-DNA Solutions GmbH 5

6 Open Technology / Flexible Interfaces csvfiles ASCII Files XML Files XMI Files XPDL Files TopEase Plattform COM / DCOM API Application Programming Interface Plugins, Rules Active Directory CMDB API - Relational Database (Oracle, SQL-Server, ) - Reporting Engine (Crystal Reports, ireports, ) - Business Intelligence SW (Cognos, QlikView, ) 2012, Business-DNA Solutions GmbH 6

7 History of Import Functionalities Number of Imports / relative Importamnce Custom XML Generic XML with Ant Runner with Delete Support CSV CMDB (CSV with Delete Support) Time 2012, Business-DNA Solutions GmbH 7 7

8 Example: Bidirectional XML Data Exchange Application XYZ TopEase Plattform Data Mapping Any XML Files TopEase XML Files xsd xslt xsd 2012, Business-DNA Solutions GmbH 8

9 Example: Bidirectional XML Data Exchange 2012, Business-DNA Solutions GmbH 9

10 Summary Flexibler Datenimport / -export von / nach beliebigen Datenquellen Datenimport basiert auf best. Schnittstellen (Konfiguration) Manuelle oder Batch Verarbeitung (Automatische Ausführung) Ausführung vorgelagerter, nachgelagerter anderen Bearbeitungen Regelbasierte Import - / Export Logik (Löschungen, ) Automatische Versionierung vor / nach Datenaustausch Stakeholder gerechter Datenaustausch (Berechtigungsmagement) 2012, Business-DNA Solutions GmbH 10

11 TopEase Metamodel 2012, Business-DNA Solutions GmbH 11 11

12 The Metamodel behind TopEase MOF-based ( Documented with: - XSD - Schema Documentation - Schema Inspector - XML-Export 2012, Business-DNA Solutions GmbH 12 12

13 Create and use XSD Create the XSD using the Plugin for each TopEase Version/Metamodel Normally you don t need to include the I18N Properties. You may require them only if you have to import multilanguage content. May be used to browse or search in Metamodel 2012, Business-DNA Solutions GmbH 13

14 Schema Documentation PlugIn I Use the Plugin Schema Documentation to create UML Diagrams of the TopEase Metamodel inside TopEase Create Diagram Select predefined View Folder 2012, Business-DNA Solutions GmbH 14 14

15 Schema Documentation PlugIn II Create an actual Schema Documentation Create UML Diagrams as needed Usage Create empty model Invoke the PlugIn Select your Folder Create a Class Diagram 2012, Business-DNA Solutions GmbH 15

16 Schema Inspector Plugin 2012, Business-DNA Solutions GmbH 16

17 Schema Inspector, how to read 2012, Business-DNA Solutions GmbH 17

18 Using an Export to learn Make an Example-Export of the Objects you like to import 2012, Business-DNA Solutions GmbH 18

19 XML Importer Documents Use «TEXMLInterface.doc» and «AntRunnerPlugin.doc» as Reference. 2012, Business-DNA Solutions GmbH 19 19

20 XML Import Setup 2012, Business-DNA Solutions GmbH 20 20

21 XML Import Setup Stylus Studio TopEase Plugins XML Import/Export DevTools Maybe CSV Import (for CSV to XML conversion) Maybe Antrunner XSD Schema Create using Plugin in TopEase 2012, Business-DNA Solutions GmbH 21

22 XML Import technology - Starting a Project Understand the Requirements Umfang des Imports (Anzahl unterschiedliche Files, Anzahl Spalten/Artefakte, Komplexität, Redundanzen?) Wiederholtes Importieren, oder einmalig? (Nicht alles lohnt sich in XML zu machen, DeleteSupport ) Datenformats Quelle? Nicht immer ist XML geeignet (z.b. Excel 2010 ) Understand the Datasources, draw a Picture Define Import Sets Define the Mapping (conceptually) *Then* do the xslt mapping 2012, Business-DNA Solutions GmbH 22

23 A typical import roundtrip Excel CSV Excel to XML CSV to XML Excel Spreadsheet XML Simple Row/Column XML XPDL XMI XSLT TopEase XML XSD XML Import Plugin Designer = D XChange = X TopEase XBench some XML Ant Runner Automation 2012, Business-DNA Solutions GmbH 23 23

24 XLST-Development vs. Production Excel XLS Excel XML XSLT s XSLT s XSLT s validity Excel to XML (Designer Plugin) Stylus Studio (XML / XSLT Tool) visual review TopEase XML (pretty) XSD Schemagenerator (Designer Plugin) TopEase XSD Model Review XML Import (Designer Plugin) TopEase XTE 2012, Business-DNA Solutions GmbH 24 24

25 XSLT-Development vs. Production Ant Runner Execute in Designer Create Ant-Script antbuild.xml Define Server-Jobexecution 2012, Business-DNA Solutions GmbH 25 25

26 XSLT-Development vs. Production using AntRunner Excel XLS Excel to XML (Ant Runner) Excel XML TopEase XSD XSLT s XSLT s XSLT s XSLT-Processor (Ant Runner) TopEase XML antbuild.x ml XML Import (Ant Runner) TopEase XTE 2012, Business-DNA Solutions GmbH 26 26

27 Practice 2012, Business-DNA Solutions GmbH 27 27

28 Practice Mitarbeiterliste Csv to XML Excel to XML Stylus Studio Mapping Delete-Support / Import Management Plugin 2012, Business-DNA Solutions GmbH 28

29 Excel Data Conversion Two ways: directly as Excel XML Spreadsheet or first as CSV then as XML using CSV to XML Conversion Converts formulas to values Converts empty cells too, such that cells and rows are accessible using their numeric index At least Excel 2003 required Ability to perform customer specific things during the conversion using COM-API Excel CSV Excel to XML CSV to XML Excel Spreadsheet XML Simple Row/Column XML Xls->csv->xml: Easy toreadin XML Easy tomapusingxslt Easy to debug Not suitedforall kindofdata(onlypure tabledatahavingoneheader) Some overhead in the roundtrip Xls->xml: Exact image/copy of the original excel data Several Worksheets in the same xml file Suited for all kind of Excel documents Harder toreadandmap 2012, Business-DNA Solutions GmbH 29 29

30 Using Stylus Studio 2012, Business-DNA Solutions GmbH 30 30

31 XSLT-Template Template <?xml version='1.0'?> <xsl:stylesheet version= 2.0" xmlns:xsl=" <xsl:template match="/"> <Extent partial="true" docversion="1.0" schema="63h"> <!-- here comes your mapping --> </Extent> </xsl:template> </xsl:stylesheet> 2012, Business-DNA Solutions GmbH 31 31

32 Pitfalls XML-Importer may import structures which make no sense. For Example, you may create a Process-Object inside the Resources Folder. You are responsible to make semantically correct and meaningful things (only things that you could make using the UI too). Always check the Log of the Import for Warnings and Errors. TODO: more things? 2012, Business-DNA Solutions GmbH 32 32

33 Ant Runner Manuelle Steps: Mit AntRunner: Excel-File (Mitarbeiter.csv) CSV to XML Converter csvtoxml Task Mitarbeiter.csv.xml XSLT (transformation.xsl) im StylusStudio xslt Task mitarb_te.xml XML Import Plugin (TopEase) xmlimport Task TopEase XTE-File 2012, Business-DNA Solutions GmbH 33

34 Fragen und Antworten Tel , Business-DNA Solutions GmbH 34

Apparo Fast Edit. Excel data import via email 1 / 19

Apparo Fast Edit. Excel data import via email 1 / 19 Apparo Fast Edit Excel data import via email 1 / 19 1 2 3 4 5 Definition 3 Benefits at a glance 3 Example 4 3.1 Use Case 4 3.2 How users experience this feature 4 Email ImportBusiness Case 6 4.1 Creating

More information

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener

An Oracle White Paper May 2013. Creating Custom PDF Reports with Oracle Application Express and the APEX Listener An Oracle White Paper May 2013 Creating Custom PDF Reports with Oracle Application Express and the APEX Listener Disclaimer The following is intended to outline our general product direction. It is intended

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

SAP Enterprise Portal 6.0 KM Platform Delta Features

SAP Enterprise Portal 6.0 KM Platform Delta Features SAP Enterprise Portal 6.0 KM Platform Delta Features Please see also the KM Platform feature list in http://service.sap.com/ep Product Management Operations Status: January 20th, 2004 Note: This presentation

More information

Comparative Market Analysis of Project Management Systems

Comparative Market Analysis of Project Management Systems University of Osnabrück Chair of Business Administration/Organization and Information Systems Prof. Dr. Hoppe (Ed.) Comparative Market Analysis of Project Management Systems Frederik Ahlemann Katharinenstr.

More information

design coding monitoring deployment Java Web Framework for the Efficient Development of Enterprise Web Applications

design coding monitoring deployment Java Web Framework for the Efficient Development of Enterprise Web Applications Java Web Framework for the Efficient Development of Enterprise Web Applications Evolution Framework tools 100% reusability Complete Development Kit Evolution Framework enables fast and easy development

More information

QLIKVIEW INTEGRATION OVERVIEW

QLIKVIEW INTEGRATION OVERVIEW QLIKVIEW INTEGRATION OVERVIEW QlikView Technology White Paper Series June 211 www.qlikview.com Table of Contents Overview 3 Data Source Integration 4 Standard ODBC/OLE Connections (structured) 4 Non Standard

More information

The ADOxx Metamodelling Platform Workshop "Methods as Plug-Ins for Meta-Modelling" in conjunction with "Modellierung 2010", Klagenfurt

The ADOxx Metamodelling Platform Workshop Methods as Plug-Ins for Meta-Modelling in conjunction with Modellierung 2010, Klagenfurt The ADOxx Metamodelling Platform Workshop "Methods as Plug-Ins for Meta-Modelling" in conjunction with "Modellierung 2010", Klagenfurt Dr. Harald Kühn 24.03.2010 Agenda 1 Overview 2 Deployment and Integration

More information

InfoView User s Guide. BusinessObjects Enterprise XI Release 2

InfoView User s Guide. BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 InfoView User s Guide BusinessObjects Enterprise XI Release 2 Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents,

More information

Paul Zenden Sioux Technische Software Ontwikkeling Science Park Eindhoven 5709 5692 EP Son Tel: +31 (0) 40 26 77 100 E-mail: paul.zenden@sioux.

Paul Zenden Sioux Technische Software Ontwikkeling Science Park Eindhoven 5709 5692 EP Son Tel: +31 (0) 40 26 77 100 E-mail: paul.zenden@sioux. Paul Zenden Sioux Technische Software Ontwikkeling Science Park Eindhoven 5709 5692 EP Son Tel: +31 (0) 40 26 77 100 E-mail: paul.zenden@sioux.nl Experiences with Enterprise Architect UML Modeling & Design

More information

Talend Metadata Manager. Reduce Risk and Friction in your Information Supply Chain

Talend Metadata Manager. Reduce Risk and Friction in your Information Supply Chain Talend Metadata Manager Reduce Risk and Friction in your Information Supply Chain Talend Metadata Manager Talend Metadata Manager provides a comprehensive set of capabilities for all facets of metadata

More information

Fast and Easy Delivery of Data Mining Insights to Reporting Systems

Fast and Easy Delivery of Data Mining Insights to Reporting Systems Fast and Easy Delivery of Data Mining Insights to Reporting Systems Ruben Pulido, Christoph Sieb rpulido@de.ibm.com, christoph.sieb@de.ibm.com Abstract: During the last decade data mining and predictive

More information

Acknowledgments. p. 55

Acknowledgments. p. 55 Preface Acknowledgments About the Author Introduction p. 1 IBM SOA Foundation p. 2 Service Design and Service Creation p. 2 Service Integration p. 3 Service Connectivity p. 5 Service Security and Management

More information

Anforderungen an die plattformneutrale Entwicklung. geeigneter Entwicklungswerkzeuge

Anforderungen an die plattformneutrale Entwicklung. geeigneter Entwicklungswerkzeuge Stefan Frena Stefan Frena Masterstudent Wirtschaftsinformatik HM München Masterarbeit bei Oracle zum Thema: Anforderungen an die plattformneutrale Entwicklung mobiler Anwendungen unter Berücksichtigung

More information

The Oracle Fusion Development Platform

The Oracle Fusion Development Platform The Oracle Fusion Development Platform Juan Camilo Ruiz Senior Product Manager Development Tools 1 The preceding is intended to outline our general product direction. It is intended for information purposes

More information

Requirements Exchange: From Specification Documents to Models

Requirements Exchange: From Specification Documents to Models Requirements Exchange: From Specification Documents to Models Morayo ADEDJOUMA, Hubert DUBOIS, François TERRIER Ansgar RADERMACHER UML&AADL 2011-27 April 2011, Las Vegas Agenda Big picture Challenge Technologies

More information

INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3

INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 INTEGRATING MICROSOFT DYNAMICS CRM WITH SIMEGO DS3 Often the most compelling way to introduce yourself to a software product is to try deliver value as soon as possible. Simego DS3 is designed to get you

More information

Software Process Platform 4.1. Design & Generate

Software Process Platform 4.1. Design & Generate Software Process Platform 4.1 Design & Generate Agenda Introduction of Participants Customer Situation Overview and Objective Advantages and USP s Overview of the Software Process Platform 4.1 Architecture

More information

Task Management. JobTraQ Core Features

Task Management. JobTraQ Core Features Task Management JobTraQ automates human to human workflow and simplifies hierarchical team management of collaborative tasks. JobTraQ also ensures that the correct data is collected and displayed through

More information

Deployment of Enterprise Architect

Deployment of Enterprise Architect Deployment of Enterprise Architect By Dermot O Bryan All material Sparx Systems 2009 - version 1.2 Sparx Systems 2009 Page: 1 Table of Contents INTRODUCTION...3 DEPLOYMENT FEATURES...3 CHOICE OF REPOSITORY...4

More information

ProGUM-Web: Tool Support for Model-Based Development of Web Applications

ProGUM-Web: Tool Support for Model-Based Development of Web Applications ProGUM-Web: Tool Support for Model-Based Development of Web Applications Marc Lohmann 1, Stefan Sauer 1, and Tim Schattkowsky 2 1 University of Paderborn, Computer Science, D 33095 Paderborn, Germany {mlohmann,sauer}@upb.de

More information

Microsoft Office System Tip Sheet

Microsoft Office System Tip Sheet Experience the 2007 Microsoft Office System The 2007 Microsoft Office system includes programs, servers, services, and solutions designed to work together to help you succeed. New features in the 2007

More information

Cognos TM1-10 Course Curriculum

Cognos TM1-10 Course Curriculum Cognos TM1-10 Course Curriculum INTRODUCTION TO IBM COGNOS TM1 10 Difference between Tm1 9.X and Tm1 Cognos TM1-10 Architecture TM1 Components Tm1 architect Tm1 perspectives Tm1 turbo integrator Tm1 Cube

More information

By Nabil ADOUI, member of the 4D Technical Support team

By Nabil ADOUI, member of the 4D Technical Support team XSLT with PHP By Nabil ADOUI, member of the 4D Technical Support team Contents Summary... 3 Introduction... 3 Important elements... 3 The PHP XSL library... 4 The PHP XSL API... 5 XSLTProcessor:: construct...

More information

SmartConnect Users Guide

SmartConnect Users Guide eone Integrated Business Solutions SmartConnect Users Guide Copyright: Manual copyright 2003 eone Integrated Business Solutions All rights reserved. Your right to copy this documentation is limited by

More information

Architecture and Mode of Operation

Architecture and Mode of Operation Software- und Organisations-Service Open Source Scheduler Architecture and Mode of Operation Software- und Organisations-Service GmbH www.sos-berlin.com Scheduler worldwide Open Source Users and Commercial

More information

AJAX Toolkit Framework

AJAX Toolkit Framework IBM Software Group AJAX Toolkit Framework Emerging Internet Technologies Group Ajax - What s our vision Grow Ajax adoption to the next phase Evolve tools that significantly reduce the development costs

More information

Deploying to WebSphere Process Server and WebSphere Enterprise Service Bus

Deploying to WebSphere Process Server and WebSphere Enterprise Service Bus Deploying to WebSphere Process Server and WebSphere Enterprise Service Bus Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 4.0.3 Unit objectives

More information

Which Enterprise Architect Edition Should I Purchase?

Which Enterprise Architect Edition Should I Purchase? Which Enterprise Architect Edition Should I Purchase? Enterprise Architect is available in six editions -,, and Software, Corporate, Professional and Desktop. Functionality for each edition is as follows:.eap

More information

<Insert Picture Here>

<Insert Picture Here> Using Oracle SQL Developer and SQL Developer Data Modeler to aid your Oracle Application Express development Marc Sewtz Software Development Manager Oracle Application

More information

Vanilla44 New Features

Vanilla44 New Features Vanilla 4.4 New Features Author: Contact: Patrick Beaucamp patrick.beaucamp@bpm-conseil.com www.bpm-conseil.com www.freeanalysis.fr Date: October 2013 Document: Vanilla44 New Features Vanilla Version 4.4

More information

WESTERNACHER OUTLOOK E-MAIL-MANAGER OPERATING MANUAL

WESTERNACHER OUTLOOK E-MAIL-MANAGER OPERATING MANUAL TABLE OF CONTENTS 1 Summary 3 2 Software requirements 3 3 Installing the Outlook E-Mail Manager Client 3 3.1 Requirements 3 3.1.1 Installation for trial customers for cloud-based testing 3 3.1.2 Installing

More information

Technical White Paper. Automating the Generation and Secure Distribution of Excel Reports

Technical White Paper. Automating the Generation and Secure Distribution of Excel Reports Technical White Paper Automating the Generation and Secure Distribution of Excel Reports Table of Contents Introduction...3 Creating Spreadsheet Reports: A Cumbersome and Manual Process...3 Distributing

More information

<Insert Picture Here> Building a Complex Web Application Using ADF and Siebel

<Insert Picture Here> Building a Complex Web Application Using ADF and Siebel Building a Complex Web Application Using ADF and Siebel Nishit Rao Group Product Manager Fusion Middleware Oracle Dhiraj Soni Technical Architect GIT Apps Engineering Oracle The following

More information

Quick start. A project with SpagoBI 3.x

Quick start. A project with SpagoBI 3.x Quick start. A project with SpagoBI 3.x Summary: 1 SPAGOBI...2 2 SOFTWARE DOWNLOAD...4 3 SOFTWARE INSTALLATION AND CONFIGURATION...5 3.1 Installing SpagoBI Server...5 3.2Installing SpagoBI Studio and Meta...6

More information

Modellrepository @ T-Mobile Umsetzung und Einsatz

Modellrepository @ T-Mobile Umsetzung und Einsatz 1 Modellrepository @ T-Mobile Umsetzung und Einsatz ix CeBIT Forum 2009 Carsten Sensler, T-Mobile Deutschland GmbH 3/9/09 1 Table of Contents!! SOA Backplane overview!! Model repository @ T-Mobile!! Domain

More information

Current Order Tool Experiences Complaints

Current Order Tool Experiences Complaints Current Order Tool Experiences Complaints Log in unadvertised case sensitivity for email address that is used as login id CERES Dataset Info pages are too crowded!! On the Data Products Catalog page, remove

More information

How is it helping? PragmatiQa XOData : Overview with an Example. P a g e 1 12. Doc Version : 1.3

How is it helping? PragmatiQa XOData : Overview with an Example. P a g e 1 12. Doc Version : 1.3 XOData is a light-weight, practical, easily accessible and generic OData API visualizer / data explorer that is useful to developers as well as business users, business-process-experts, Architects etc.

More information

What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process

What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process 1 2 3 What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process modeling, and for more generalized modeling purposes.

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

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

SOA @ T-Mobile SOA und Subversion? Wir zeigen den Zusammenhang.

SOA @ T-Mobile SOA und Subversion? Wir zeigen den Zusammenhang. SOA @ T-Mobile SOA und Subversion? Wir zeigen den Zusammenhang. Subconf 2008, München, Carsten Sensler & Andre Karalus Carsten Sensler, Andre Karalus Agenda!! SOA @ T-Mobile The SOA Backplane program!!

More information

Relational Database Basics Review

Relational Database Basics Review Relational Database Basics Review IT 4153 Advanced Database J.G. Zheng Spring 2012 Overview Database approach Database system Relational model Database development 2 File Processing Approaches Based on

More information

Netezza Workbench Documentation

Netezza Workbench Documentation Netezza Workbench Documentation Table of Contents Tour of the Work Bench... 2 Database Object Browser... 2 Edit Comments... 3 Script Database:... 3 Data Review Show Top 100... 4 Data Review Find Duplicates...

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Safe Harbor Statement

Safe Harbor Statement Logging & Debugging von M(obile)AF Applikationen Jürgen Menge Sales Consultant Oracle Deutschland B.V. & Co. KG Safe Harbor Statement The following is intended to outline our general product direction.

More information

Top 10 Oracle SQL Developer Tips and Tricks

Top 10 Oracle SQL Developer Tips and Tricks Top 10 Oracle SQL Developer Tips and Tricks December 17, 2013 Marc Sewtz Senior Software Development Manager Oracle Application Express Oracle America Inc., New York, NY The following is intended to outline

More information

RS MDM. Integration Guide. Riversand

RS MDM. Integration Guide. Riversand RS MDM 2009 Integration Guide This document provides the details about RS MDMCenter integration module and provides details about the overall architecture and principles of integration with the system.

More information

Exporting from WebSphere Business Modeler Unit 23

Exporting from WebSphere Business Modeler Unit 23 Exporting from WebSphere Business Modeler Unit 23 Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1.0.1 Unit objectives After completing this unit,

More information

Vendor: Brio Software Product: Brio Performance Suite

Vendor: Brio Software Product: Brio Performance Suite 1 Ability to access the database platforms desired (text, spreadsheet, Oracle, Sybase and other databases, OLAP engines.) yes yes Brio is recognized for it Universal database access. Any source that is

More information

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft

Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft 5.6 Copyright 2014 Jaspersoft Corporation. All rights reserved. Printed in the U.S.A. Jaspersoft, the Jaspersoft logo, Jaspersoft ireport Designer, JasperReports Library, JasperReports Server, Jaspersoft

More information

HP Systinet. Software Version: 10.01 Windows and Linux Operating Systems. Concepts Guide

HP Systinet. Software Version: 10.01 Windows and Linux Operating Systems. Concepts Guide HP Systinet Software Version: 10.01 Windows and Linux Operating Systems Concepts Guide Document Release Date: June 2015 Software Release Date: June 2015 Legal Notices Warranty The only warranties for HP

More information

Palo Open Source BI Suite

Palo Open Source BI Suite Palo Open Source BI Suite Matthias Wilharm BI Consultant matthias.wilharm@trivadis.com Winterthur, 24.09.2008 Basel Baden Bern Lausanne Zurich Düsseldorf Frankfurt/M. Freiburg i. Br. Hamburg Munich Stuttgart

More information

General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support

General principles and architecture of Adlib and Adlib API. Petra Otten Manager Customer Support General principles and architecture of Adlib and Adlib API Petra Otten Manager Customer Support Adlib Database management program, mainly for libraries, museums and archives 1600 customers in app. 30 countries

More information

BusinessObjects Enterprise InfoView User's Guide

BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise InfoView User's Guide BusinessObjects Enterprise XI 3.1 Copyright 2009 SAP BusinessObjects. All rights reserved. SAP BusinessObjects and its logos, BusinessObjects, Crystal Reports,

More information

IBM DB2 XML support. How to Configure the IBM DB2 Support in oxygen

IBM DB2 XML support. How to Configure the IBM DB2 Support in oxygen Table of Contents IBM DB2 XML support About this Tutorial... 1 How to Configure the IBM DB2 Support in oxygen... 1 Database Explorer View... 3 Table Explorer View... 5 Editing XML Content of the XMLType

More information

FDT for Mobile Devices

FDT for Mobile Devices FDT for Mobile Devices ABSTRACT Currently the established FDT2 technology is bound to PCs with Windows Operating System. However, there is an increasing trend for mobile applications in automation industry.

More information

INNOVATOR. The integrated tool suite for business process and software engineering

INNOVATOR. The integrated tool suite for business process and software engineering The integrated tool suite for business process and software engineering Use the synergy: The integrated tool suite for business process and software engineering is the only integrated tool suite for business

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

Business Process Management with @enterprise

Business Process Management with @enterprise Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase

More information

MD Link Integration. 2013 2015 MDI Solutions Limited

MD Link Integration. 2013 2015 MDI Solutions Limited MD Link Integration 2013 2015 MDI Solutions Limited Table of Contents THE MD LINK INTEGRATION STRATEGY...3 JAVA TECHNOLOGY FOR PORTABILITY, COMPATIBILITY AND SECURITY...3 LEVERAGE XML TECHNOLOGY FOR INDUSTRY

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

Feature Overview Signavio products. Version 9.3

Feature Overview Signavio products. Version 9.3 Feature Overview Signavio products Version 9.3 Table of contents Feature Overview Signavio products... 1 Introduction... 3 Signavio Process Editor... 4 Overview... 5 Process Modeling... 6 QuickModel...

More information

Content Management Systems: Drupal Vs Jahia

Content Management Systems: Drupal Vs Jahia Content Management Systems: Drupal Vs Jahia Mrudula Talloju Department of Computing and Information Sciences Kansas State University Manhattan, KS 66502. mrudula@ksu.edu Abstract Content Management Systems

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

Oracle SQL Developer for Database Developers. An Oracle White Paper September 2008

Oracle SQL Developer for Database Developers. An Oracle White Paper September 2008 Oracle SQL Developer for Database Developers An Oracle White Paper September 2008 Oracle SQL Developer for Database Developers Introduction...3 Audience...3 Key Benefits...3 Architecture...4 Key Features...4

More information

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect

Consolidate by Migrating Your Databases to Oracle Database 11g. Fred Louis Enterprise Architect Consolidate by Migrating Your Databases to Oracle Database 11g Fred Louis Enterprise Architect Agenda Why migrate to Oracle What is migration? What can you migrate to Oracle? SQL Developer Migration Workbench

More information

Getting Started Guide

Getting Started Guide BlackBerry Web Services For Microsoft.NET developers Version: 10.2 Getting Started Guide Published: 2013-12-02 SWD-20131202165812789 Contents 1 Overview: BlackBerry Enterprise Service 10... 5 2 Overview:

More information

Oracle Data Integrator 11g: Integration and Administration

Oracle Data Integrator 11g: Integration and Administration Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 4108 4709 Oracle Data Integrator 11g: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive

More information

Automating Testing and Configuration Data Migration in OTM/GTM Projects using Open Source Tools By Rakesh Raveendran Oracle Consulting

Automating Testing and Configuration Data Migration in OTM/GTM Projects using Open Source Tools By Rakesh Raveendran Oracle Consulting Automating Testing and Configuration Data Migration in OTM/GTM Projects using Open Source Tools By Rakesh Raveendran Oracle Consulting Agenda Need Desired End Picture Requirements Mapping Selenium Testing

More information

Creating an Enterprise Reporting Bus with SAP BusinessObjects

Creating an Enterprise Reporting Bus with SAP BusinessObjects September 10-13, 2012 Orlando, Florida Creating an Enterprise Reporting Bus with SAP BusinessObjects Kevin McManus LaunchWorks Session : 0313 Learning Points By consolidating people, process, data and

More information

Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide

Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide Infor Enterprise Server Plug-in for Microsoft SQL Server Reporting Services Development Guide Copyright 2015 Infor Important Notices The material contained in this publication (including any supplementary

More information

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services

ReportPortal Web Reporting for Microsoft SQL Server Analysis Services Zero-footprint OLAP OLAP Web Client Web Client Solution Solution for Microsoft for Microsoft SQL Server Analysis Services ReportPortal Web Reporting for Microsoft SQL Server Analysis Services See what

More information

Oracle Application Development Framework Overview

Oracle Application Development Framework Overview An Oracle White Paper June 2011 Oracle Application Development Framework Overview Introduction... 1 Oracle ADF Making Java EE Development Simpler... 2 THE ORACLE ADF ARCHITECTURE... 3 The Business Services

More information

Using SQL Developer. Copyright 2008, Oracle. All rights reserved.

Using SQL Developer. Copyright 2008, Oracle. All rights reserved. Using SQL Developer Objectives After completing this appendix, you should be able to do the following: List the key features of Oracle SQL Developer Install Oracle SQL Developer Identify menu items of

More information

Extending XSLT with Java and C#

Extending XSLT with Java and C# Extending XSLT with Java and C# The world is not perfect. If it were, all data you have to process would be in XML and the only transformation language you would have to learn would XSLT. Because the world

More information

Information Management Metamodel

Information Management Metamodel ISO/IEC JTC1/SC32/WG2 N1527 Information Management Metamodel Pete Rivett, CTO Adaptive OMG Architecture Board pete.rivett@adaptive.com 2011-05-11 1 The Information Management Conundrum We all have Data

More information

Business Intelligence Competency Partners

Business Intelligence Competency Partners Business Intelligence Competency Partners What s New in SAP BusinessObjects BI 4.1 Presenter: Rich Chlebek January 29, 2014 What We ll Cover Webinar Protocol Introductions Web Intelligence Enhancements

More information

<Insert Picture Here> Oracle Direct Potsdam

<Insert Picture Here> Oracle Direct Potsdam ORACLE BPEL Process Manager Dr. Jens Hündling Senior Systemberater Oracle Direct Potsdam Java User Group Saxony Technische Universität Chemnitz 24. Juni 2010 The following is intended

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

Seattle Course Schedule July 2013 December 2013

Seattle Course Schedule July 2013 December 2013 Seattle Course Schedule July 2013 December 2013 CONTENTS TECHNICAL TRAINING DESKTOP APPLICATIONS TRAINING A+ and Networking... 3 Access... 11 Exchange Server 2010... 3 Excel... 11 Exchange Server 2007...

More information

How To Use Designer For Identity Manager 4.6.2 For A Project Management System

How To Use Designer For Identity Manager 4.6.2 For A Project Management System www.novell.com/documentation Understanding Designer Designer for Identity Manager 4.0.2 October 2013 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide

Taleo Enterprise. Taleo Reporting Getting Started with Business Objects XI3.1 - User Guide Taleo Enterprise Taleo Reporting XI3.1 - User Guide Feature Pack 12A January 27, 2012 Confidential Information and Notices Confidential Information The recipient of this document (hereafter referred to

More information

Framework as a master tool in modern web development

Framework as a master tool in modern web development Framework as a master tool in modern web development PETR DO, VOJTECH ONDRYHAL Communication and Information Systems Department University of Defence Kounicova 65, Brno, 662 10 CZECH REPUBLIC petr.do@unob.cz,

More information

Adam Rauch Partner, LabKey Software adam@labkey.com. Extending LabKey Server Part 1: Retrieving and Presenting Data

Adam Rauch Partner, LabKey Software adam@labkey.com. Extending LabKey Server Part 1: Retrieving and Presenting Data Adam Rauch Partner, LabKey Software adam@labkey.com Extending LabKey Server Part 1: Retrieving and Presenting Data Extending LabKey Server LabKey Server is a large system that combines an extensive set

More information

Chapter 24: Creating Reports and Extracting Data

Chapter 24: Creating Reports and Extracting Data Chapter 24: Creating Reports and Extracting Data SEER*DMS includes an integrated reporting and extract module to create pre-defined system reports and extracts. Ad hoc listings and extracts can be generated

More information

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access

Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix ABSTRACT INTRODUCTION Data Access Release 2.1 of SAS Add-In for Microsoft Office Bringing Microsoft PowerPoint into the Mix Jennifer Clegg, SAS Institute Inc., Cary, NC Eric Hill, SAS Institute Inc., Cary, NC ABSTRACT Release 2.1 of SAS

More information

Full XML-based Content Management System For Financial Sector

Full XML-based Content Management System For Financial Sector Customer Behavior Triggered Applications Full XML-based Content Management System For Financial Sector Coypright Active Vision Ltd. 2010 Address: H-1023 Budapest, Zsigmond tér 10. Phone: +36 (1) 484-5000

More information

IEC CIM, Enterprise Architect, Profiles and CIMTool

IEC CIM, Enterprise Architect, Profiles and CIMTool IEC CIM, Enterprise Architect, Profiles and CIMTool Scott Neumann February 2010 Introduction The purpose of this presentation is to provide an overview of the IEC CIM and common usage within IEC TC57 Topics

More information

The presentation explains how to create and access the web services using the user interface. WebServices.ppt. Page 1 of 14

The presentation explains how to create and access the web services using the user interface. WebServices.ppt. Page 1 of 14 The presentation explains how to create and access the web services using the user interface. Page 1 of 14 The aim of this presentation is to familiarize you with the processes of creating and accessing

More information

Integration to Third-Party Applications

Integration to Third-Party Applications Product Brief Accolade Enterprise Innovation Performance: Integration to Third-Party Applications Abstract This Brief introduces the advantages and benefits of integrating Sopheon s Accolade enterprise

More information

Model-Driven Data Warehousing

Model-Driven Data Warehousing Model-Driven Data Warehousing Integrate.2003, Burlingame, CA Wednesday, January 29, 16:30-18:00 John Poole Hyperion Solutions Corporation Why Model-Driven Data Warehousing? Problem statement: Data warehousing

More information

J2EE-Application Server

J2EE-Application Server J2EE-Application Server (inkl windows-8) Installation-Guide F:\_Daten\Hochschule Zurich\Web-Technologie\ApplicationServerSetUp.docx Last Update: 19.3.2014, Walter Rothlin Seite 1 Table of Contents Java

More information

Meta Data Management for Business Intelligence Solutions. IBM s Strategy. Data Management Solutions White Paper

Meta Data Management for Business Intelligence Solutions. IBM s Strategy. Data Management Solutions White Paper Meta Data Management for Business Intelligence Solutions IBM s Strategy Data Management Solutions White Paper First Edition (November 1998) Copyright International Business Machines Corporation 1998. All

More information

Embed BA into Web Applications

Embed BA into Web Applications Embed BA into Web Applications This document supports Pentaho Business Analytics Suite 5.0 GA and Pentaho Data Integration 5.0 GA, documentation revision February 3, 2014, copyright 2014 Pentaho Corporation.

More information

BMC Remedy Action Request System 7.6.04 Integration Guide

BMC Remedy Action Request System 7.6.04 Integration Guide BMC Remedy Action Request System 7.6.04 Integration Guide January 2011 www.bmc.com Contacting BMC Software You can access the BMC Software website at http://www.bmc.com. From this website, you can obtain

More information

BPMN 2.0 Metamodel Implementation for Eclipse: Get it and Use it

BPMN 2.0 Metamodel Implementation for Eclipse: Get it and Use it BPMN 2.0 Metamodel Implementation for Eclipse: Get it and Use it Applies to: Business Process Modeling, Business Process Management. For more information, visit the Business Process Modeling homepage Summary

More information

Enterprise Integration Architectures for the Financial Services and Insurance Industries

Enterprise Integration Architectures for the Financial Services and Insurance Industries George Kosmides Dennis Pagano Noospherics Technologies, Inc. gkosmides@noospherics.com Enterprise Integration Architectures for the Financial Services and Insurance Industries Overview Financial Services

More information

Database Master User Manual

Database Master User Manual Database Master User Manual Copyright by Nucleon Software Database Master is a product by Nucleon Software. Table of Contents 1 Welcome to Database Master... 4 1.1 Supported Database Systems & Connections...

More information