SAS Drug Development Integration & PheedIt

Size: px
Start display at page:

Download "SAS Drug Development Integration & PheedIt"

Transcription

1 SAS Drug Development Integration & PheedIt Andrew Fagan, SAS Institute, USA Carl-Olow Magnusson, SAS Institute, Sweden Copyright 2004 SAS Institute Inc. All rights reserved.

2 Presentation Overview! What is SAS Drug Development (SDD)? Overview! What is PheedIt? Overview! Why integrate?! How does SDD integrate with other applications Basic SDD architecture SDD connectivity and integration! PheedIt & SDD integration On-board SDD engine! Summary Copyright 2004, SAS Institute Inc. All rights reserved. 2

3 What is SAS Drug Development?! Provides a centralized, controlled, repository for source data, derived data, analyses, reports, programs, logs, templates, documents and other research content.! Enables regulatory compliance for data extraction, transformation and statistical analysis processes.! Integrates with existing systems to provide information management and compliance across the research value chain.! Allows non-technical users to interactively explore research data. Copyright 2004, SAS Institute Inc. All rights reserved. 3

4 SAS Drug Development Primary Functions! SAS Drug Development (SDD) serves as the technology backbone for managing all clinical research information within an organization! Designed to enable collaboration & integration, SDD takes advantages of various technologies beyond those used in the traditional SAS implementation! Core functionality implemented within SDD specifically addresses the need for - Flexible collaboration framework SAS Analysis applications framework Data storage, management & versioning Audit trails of all activities Part 11 compliance Extensive API support for integration and customization Copyright 2004, SAS Institute Inc. All rights reserved. 4

5 SDD Architecture: Overview! Solution is completely Java based! Written to the J2EE spec, not for one particular app server Classic n-tier architecture Presentation layer JSPs, Applets, HTML, struts based Business logic EJBs Reporting and Transformations SAS using Integration Technologies to communicate to Java classes Metadata and Data Store JDBC driver to a relational database Copyright 2004, SAS Institute Inc. All rights reserved. 5

6 Enterprise Guide Enterprise Reporter MS Office Documents Add l WebDAV Engine SAS/Base Clintrial Oracle Clinical EDC / other Generic Data Accessor Interface Documentum Generic Intraspect Document Accessor Other Interface Web Server Basic SDD Architecture: Schematic WebDAV Client Drive Mapping Tool / Windows Web Folders Desktop Applications MS Office Templates SAS Drug Development Data Explorer / Process Editor Browser SOAP/WSDL Version of Services SDD html/jsp Application Data Explorer Comm. Servlet Web Server Object Model Scheduling Audit Trailing Properties Mgmt Remote Document Access Remote Data Access Data Explorer EJB Based Services run In App Server Servlet Filter WebDAV Implementation WebDAV Web Server Metadata Database SAS Server(s) Central User Server Copyright 2004, SAS Institute Inc. All rights reserved. 6

7 Basic SDD Architecture: Program Flow! So how does all this work? Web server handles the user requests, displays the GUI in a web browser Content server handles versioning, locking, external access Metadata is stored in the relational database Data is stored in the relational database or in a file system All reporting, transformations, analysis calculations are done in SAS Almost all functionality can be accomplished without the SDD GUI Copyright 2004, SAS Institute Inc. All rights reserved. 7

8 SAS Drug Development! SAS Drug Development Centralized control & access to all research data Sophisticated data exploration tools Managed SAS programming activities Security, versioning, audit trails & documentation Enabling 21 CFR Part 11 compliance Copyright 2004, SAS Institute Inc. All rights reserved. 8

9 What is PheedIt?! Data Entry Solution for Clinical Studies (CDMS)! Developed by SAS Sweden to GCP standards, PheedIt uses core SAS System functionality as well as Web technologies! Functional overview: PheedIt dictionary administration Variables, modules, studies, investigators etc Study Set-up Data Entry Normal and double data entry Discrepancy Management DCFs, data browsing, AVC Export Export data for analysis & reporting / to SDD Report Engine Generate clinical, performance and system reports Copyright 2004, SAS Institute Inc. All rights reserved. 9

10 PheedIt Solution Components Study Setup! Initiate Study for data entry Data Entry Engine! Data Entry! Double Data Entry! Online Data Validation AE Reports Analysis Analysis DB Database Safety Management! Serious AE reporting! AE Reports Export! Export Study Data Engine! Engine Logical! Engine Meta Data! Study information! Module/Variables Data Validation Manag.! Audit Trial browsing! Clinical Data browsing! Proofreading Lists! AVC (Advanced Checks)! DVM Tracking Report Engine! Std. Reports! Reports Wizards! Performance Reports! System Reports SAS based Clinical Database! Engine Meta Data! Clinical Study Data Audit Trail Copyright 2004, SAS Institute Inc. All rights reserved. 10

11 Why integrate?! Solutions need to be able to talk with each other.. Exchange data and/or meta-data Perform complimentary but unique tasks Maintain consistent and complete audit trail! Facilitate information exchange & process flow improvements.. Efficiency Speed! Meet business requirements in a cost effective way.. Reducing duplicity of work Enabling collaboration Improving quality Copyright 2004, SAS Institute Inc. All rights reserved. 11

12 How does SAS Drug Development integrate with other applications?! From initial design to development completion of SDD, connectivity and integration with other applications has been a key driver.. Robust & secure architecture implemented Multiple integration techniques & options available Adherence to global IT standards throughout! SDD connectivity and integration technologies summarized - WebDAV and Web Drives SDD API / Extension Servlet Web Services Generic Access Interface (GAI) Copyright 2004, SAS Institute Inc. All rights reserved. 12

13 SAS Drug Development: Web Drives & webdav! Provides for direct access to SDD content from a local system! Enables direct integration of SDD content with local applications without any need for the GUI or the API! No coding required! This method does not allow you to drive SDD functionality (for example, run a process) but you can read and write all of the content! Authorization, file access, audit trails, etc. are identical to accessing the content using the GUI! Drive mapping tools are available for Windows from 3rd party vendors (SAS provides one with SDD); Windows includes the ability to define My Network Places in 2000 and XP Copyright 2004, SAS Institute Inc. All rights reserved. 13

14 Enterprise Guide Enterprise Reporter MS Office Documents Add l WebDAV Engine SAS/Base Clintrial Oracle Clinical EDC / other SAS Drug Development: Web Drives & webdav Generic Data Accessor Interface Documentum Generic Intraspect Document Accessor Other Interface Web Server WebDAV Client Drive Mapping Tool / Windows Web Folders Desktop Applications MS Office Templates SAS Drug Development Data Explorer / Process Editor Browser SOAP/WSDL Version of Services SDD html/jsp Application Data Explorer Comm. Servlet Web Server Object Model Scheduling Audit Trailing Properties Mgmt Remote Document Access Remote Data Access Data Explorer EJB Based Services run In App Server WebDAV Implementation Metadata Database SAS Server(s) Copyright 2004, SAS Institute Inc. All rights reserved. 14 Servlet Filter WebDAV Web Server Central User Server

15 Example! Connect to remote SDD server using Web Drive! Browse files with a local client! Run SAS programs locally against content stored in SDD! Use Word to update a document stored in SDD! Example showing SDD as a drive on a local PC is described in available paper Copyright 2004, SAS Institute Inc. All rights reserved. 15

16 Example: Xythos client Copyright 2004, SAS Institute Inc. All rights reserved. 16

17 Example: Xythos client Copyright 2004, SAS Institute Inc. All rights reserved. 17

18 SAS Drug Development: API! Most SDD functionality accessible via APIs first time user login and consent must be done via UI! APIs are standard Java Interfaces! Interface itself and Javadoc are provided! Sample code snippets are available for common tasks! Requires some programming experience and knowledge of your network configuration Copyright 2004, SAS Institute Inc. All rights reserved. 18

19 Enterprise Guide Enterprise Reporter MS Office Documents Add l WebDAV Engine SAS/Base Clintrial Oracle Clinical EDC / other Generic Data Accessor Interface Documentum Generic Intraspect Document Accessor Other Interface Web Server SAS Drug Development: API WebDAV Client Drive Mapping Tool / Windows Web Folders Desktop Applications MS Office Templates SAS Drug Development Data Explorer / Process Editor Browser SOAP/WSDL Version of Services SDD html/jsp Application Data Explorer Comm. Servlet Web Server Custom Client Object Model Scheduling Audit Trailing Properties Mgmt Remote Document Access Remote Data Access Data Explorer EJB Based Services run In App Server Servlet Filter WebDAV Implementation WebDAV Web Server Metadata Database SAS Server(s) Central User Server Copyright 2004, SAS Institute Inc. All rights reserved. 19

20 Example! Create an EJB ( Enterprise Java Bean) that queries the audit records of an object in SDD! Build a servlet that displays the audit records in our own format, outside of SDD Copyright 2004, SAS Institute Inc. All rights reserved. 20

21 SAS Drug Development: Web Services! Same functionality as the API but available over the internet can be accessed from both Java and non-java clients (.NET for example)! Becoming the standard for API access in a web based environment! Setup and programming requires familiarity with web services and some programming language that supports interaction with web services Copyright 2004, SAS Institute Inc. All rights reserved. 21

22 Enterprise Guide Enterprise Reporter MS Office Documents Add l WebDAV Engine SAS/Base Clintrial Oracle Clinical EDC / other Generic Data Accessor Interface Documentum Generic Intraspect Document Accessor Other Interface Web Server SAS Drug Development: Web Services WebDAV Client Drive Mapping Tool / Windows Web Folders Desktop Applications MS Office Templates SAS Drug Development Data Explorer / Process Editor Browser SOAP/WSDL Version of Services SDD html/jsp Application Data Explorer Comm. Servlet Web Server Object Model Scheduling Audit Trailing Properties Mgmt Remote Document Access Remote Data Access Data Explorer EJB Based Services run In App Server Servlet Filter WebDAV Implementation WebDAV Web Server Metadata Database SAS Server(s) Central User Server Copyright 2004, SAS Institute Inc. All rights reserved. 22

23 Example! Use a web service from MS Word to embed audit trail records in a non-java client Copyright 2004, SAS Institute Inc. All rights reserved. 23

24 SAS Drug Development: GAI! A GAI (Generic Access Interface) is used by SDD applications to read and write data to and from other external systems.! Uses technology & functionality previously outlined: it is a specific API designed to let other applications read or write content in SDD! GAI used extensively within SDD to talk to Clintrial Oracle/Clinical Documentum A second SDD instance, either distributed geographically or a dev/test/prod setup Local operating environment Other applications Copyright 2004, SAS Institute Inc. All rights reserved. 24

25 Example! Use the Generic Access Interface to copy a document from within SDD to your Documentumbased Electronic Document Management System (EDMS) Copyright 2004, SAS Institute Inc. All rights reserved. 25

26 Example:- SDD Exporter (1) Copyright 2004, SAS Institute Inc. All rights reserved. 26

27 Example:- SDD Exporter (2) Copyright 2004, SAS Institute Inc. All rights reserved. 27

28 PheedIt: on-board SDD Engine! The PheedIt SDD Engine uses webdav (Xythos) technology to interact with the SDD environment! The PheedIt SDD Engine exports clinical study data into the SDD environment by - Creating an SDFXML file (Clinical Study Metadata definition) Moving the SDFXML file into the SDD environment Checking (- editing if needed) the SDFXML file via the Study Definition Editor in SDD Moving the clinical study data from PheedIt to SDD Creating a SAS Format control data set within SDD this is based on the PheedIt global format dictionary Copyright 2004, SAS Institute Inc. All rights reserved. 28

29 PheedIt: SDD Engine Interface Copyright 2004, SAS Institute Inc. All rights reserved. 29

30 Example: PheedIt & webdav (Xythos) Copyright 2004, SAS Institute Inc. All rights reserved. 30

31 Summary! There are multiple ways to connect & integrate other technologies, applications and solutions with SAS Drug Development! Each method has specific benefits & drawbacks that need to be assessed with respect to - Functional requirements & level of integration needed IT infrastructure & corporate standards Skills available! Independent of which approach is used, SAS Drug Development provides customers with advanced connectivity & integration capabilities that range from small footprint applications to large corporate solutions. Copyright 2004, SAS Institute Inc. All rights reserved. 31

32 Copyright 2004, SAS Institute Inc. All rights reserved. 32

Integrating Content Management Within Enterprise Applications: The Open Standards Option. Copyright Xythos Software, Inc. 2005 All Rights Reserved

Integrating Content Management Within Enterprise Applications: The Open Standards Option. Copyright Xythos Software, Inc. 2005 All Rights Reserved Integrating Content Management Within Enterprise Applications: The Open Standards Option Copyright Xythos Software, Inc. 2005 All Rights Reserved Table of Contents Introduction...3 Why Developers Are Choosing

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

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

Client/server is a network architecture that divides functions into client and server

Client/server is a network architecture that divides functions into client and server Page 1 A. Title Client/Server Technology B. Introduction Client/server is a network architecture that divides functions into client and server subsystems, with standard communication methods to facilitate

More information

Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/-

Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/- Project Manager 1 Post == Experience 10-12 years in Project Management in reputed company, Salary Rs.1,20,000/- Senior Soft ware Developer 2 Posts Junior Soft ware Developer 4 Posts Database Administrator

More information

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer

How to Build an E-Commerce Application using J2EE. Carol McDonald Code Camp Engineer How to Build an E-Commerce Application using J2EE Carol McDonald Code Camp Engineer Code Camp Agenda J2EE & Blueprints Application Architecture and J2EE Blueprints E-Commerce Application Design Enterprise

More information

SAP's Integrated Development Environment for Java. Karl Kessler, SAP AG

SAP's Integrated Development Environment for Java. Karl Kessler, SAP AG SAP's Integrated Development Environment for Java Karl Kessler, SAP AG Agenda Comparison ABAP Workbench / Typical Java IDE Eclipse The SAP Framework The J2EE toolset 2002 SAP Labs, LLC, JAVA101, Karl Kessler

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

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

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

Portals, Portlets & Liferay Platform

Portals, Portlets & Liferay Platform Portals, Portlets & Liferay Platform Repetition: Web Applications and Model View Controller (MVC) Design Pattern Web Applications Frameworks in J2EE world Struts Spring Hibernate Data Service Java Server

More information

A framework for web-based product data management using J2EE

A framework for web-based product data management using J2EE Int J Adv Manuf Technol (2004) 24: 847 852 DOI 10.1007/s00170-003-1697-8 ORIGINAL ARTICLE M.Y. Huang Y.J. Lin Hu Xu A framework for web-based product data management using J2EE Received: 8 October 2002

More information

HP OO 10.X - SiteScope Monitoring Templates

HP OO 10.X - SiteScope Monitoring Templates HP OO Community Guides HP OO 10.X - SiteScope Monitoring Templates As with any application continuous automated monitoring is key. Monitoring is important in order to quickly identify potential issues,

More information

SAS 9.1. ETL Studio: User s Guide

SAS 9.1. ETL Studio: User s Guide SAS 9.1 ETL Studio: User s Guide The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2004. SAS 9.1 ETL Studio: User s Guide. Cary, NC: SAS Institute Inc. SAS 9.1 ETL Studio:

More information

Java 2 Platform, Enterprise Edition (J2EE) Bruno Souza Java Technologist, Sun Microsystems, Inc.

Java 2 Platform, Enterprise Edition (J2EE) Bruno Souza Java Technologist, Sun Microsystems, Inc. Java 2 Platform, Enterprise Edition (J2EE) Bruno Souza Java Technologist, Sun Microsystems, Inc. J1-680, Hapner/Shannon 1 Contents The Java 2 Platform, Enterprise Edition (J2EE) J2EE Environment APM and

More information

C/S Basic Concepts. The Gartner Model. Gartner Group Model. GM: distributed presentation. GM: distributed logic. GM: remote presentation

C/S Basic Concepts. The Gartner Model. Gartner Group Model. GM: distributed presentation. GM: distributed logic. GM: remote presentation C/S Basic Concepts The Gartner Model Contents: 2-tier Gartner Model Winsberg s Model / Balance Example 3-tier n-tier Became de facto reference model Recognizes 5 possible modes of distribution: distributed

More information

Integrated Clinical Data with Oracle Life Sciences Applications. An Oracle White Paper October 2006

Integrated Clinical Data with Oracle Life Sciences Applications. An Oracle White Paper October 2006 Integrated Clinical Data with Oracle Life Sciences Applications An Oracle White Paper October 2006 Integrated Clinical Data with Oracle Life Sciences Applications EXECUTIVE OVERVIEW Even the largest pharmaceutical

More information

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2

Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 Configuration Guide Configuring Apache HTTP Server as a Reverse Proxy Server for SAS 9.2 Web Applications Deployed on BEA WebLogic Server 9.2 This document describes how to configure Apache HTTP Server

More information

Long haul product development

Long haul product development Long haul Long haul product development Xoriant helps one of the largest Enterprise Asset Management software companies consolidate offshore processes and rearchitects entire product suite. 1 2011 Xoriant

More information

Internet Engineering: Web Application Architecture. Ali Kamandi Sharif University of Technology kamandi@ce.sharif.edu Fall 2007

Internet Engineering: Web Application Architecture. Ali Kamandi Sharif University of Technology kamandi@ce.sharif.edu Fall 2007 Internet Engineering: Web Application Architecture Ali Kamandi Sharif University of Technology kamandi@ce.sharif.edu Fall 2007 Centralized Architecture mainframe terminals terminals 2 Two Tier Application

More information

Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat

Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat Client-Server Architecture & J2EE Platform Technologies Overview Ahmed K. Ezzat Page 1 of 14 Roadmap Client-Server Architecture Introduction Two-tier Architecture Three-tier Architecture The MVC Architecture

More information

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc.

EVALUATION ONLY. WA2088 WebSphere Application Server 8.5 Administration on Windows. Student Labs. Web Age Solutions Inc. WA2088 WebSphere Application Server 8.5 Administration on Windows Student Labs Web Age Solutions Inc. Copyright 2013 Web Age Solutions Inc. 1 Table of Contents Directory Paths Used in Labs...3 Lab Notes...4

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS

CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS CACHÉ: FLEXIBLE, HIGH-PERFORMANCE PERSISTENCE FOR JAVA APPLICATIONS A technical white paper by: InterSystems Corporation Introduction Java is indisputably one of the workhorse technologies for application

More information

ABSTRACT TECHNICAL DESIGN INTRODUCTION FUNCTIONAL DESIGN

ABSTRACT TECHNICAL DESIGN INTRODUCTION FUNCTIONAL DESIGN Overview of a Browser-Based Clinical Report Generation Tool Paul Gilbert, DataCeutics, Pottstown PA Greg Weber, DataCeutics Teofil Boata, Purdue Pharma ABSTRACT In an effort to increase reporting quality

More information

CatDV Pro Workgroup Serve r

CatDV Pro Workgroup Serve r Architectural Overview CatDV Pro Workgroup Server Square Box Systems Ltd May 2003 The CatDV Pro client application is a standalone desktop application, providing video logging and media cataloging capability

More information

CSI 2132 Lab 8. Outline. Web Programming JSP 23/03/2012

CSI 2132 Lab 8. Outline. Web Programming JSP 23/03/2012 CSI 2132 Lab 8 Web Programming JSP 1 Outline Web Applications Model View Controller Architectures for Web Applications Creation of a JSP application using JEE as JDK, Apache Tomcat as Server and Netbeans

More information

Data Collection Database options and Data Management considerations. Paul Donnelly George Clinical The George Institute for Global Health

Data Collection Database options and Data Management considerations. Paul Donnelly George Clinical The George Institute for Global Health Data Collection Database options and Data Management considerations Paul Donnelly George Clinical The George Institute for Global Health 1 Overview Introduction and types of studies Scope of research studies

More information

Oracle Warehouse Builder 10g

Oracle Warehouse Builder 10g Oracle Warehouse Builder 10g Architectural White paper February 2004 Table of contents INTRODUCTION... 3 OVERVIEW... 4 THE DESIGN COMPONENT... 4 THE RUNTIME COMPONENT... 5 THE DESIGN ARCHITECTURE... 6

More information

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports

INTRODUCING ORACLE APPLICATION EXPRESS. Keywords: database, Oracle, web application, forms, reports INTRODUCING ORACLE APPLICATION EXPRESS Cristina-Loredana Alexe 1 Abstract Everyone knows that having a database is not enough. You need a way of interacting with it, a way for doing the most common of

More information

Enterprise Application Integration

Enterprise Application Integration Enterprise Integration By William Tse MSc Computer Science Enterprise Integration By the end of this lecturer you will learn What is Enterprise Integration (EAI)? Benefits of Enterprise Integration Barrier

More information

Japan Communication India Skill Development Center

Japan Communication India Skill Development Center Japan Communication India Skill Development Center Java Application System Developer Course Detail Track 3 Java Application Software Developer: Phase1 SQL Overview 70 Querying & Updating Data (Review)

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

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

Exam Name: IBM InfoSphere MDM Server v9.0

Exam Name: IBM InfoSphere MDM Server v9.0 Vendor: IBM Exam Code: 000-420 Exam Name: IBM InfoSphere MDM Server v9.0 Version: DEMO 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must

More information

Jaspersoft APIs. Integrating BI with your Applications. Community and Professional Editions

Jaspersoft APIs. Integrating BI with your Applications. Community and Professional Editions Jaspersoft s Integrating BI with your Applications Community and Professional Editions Jaspersoft Headquarters: 539 Bryant Street, Suite 100 San Francisco, CA 94107, USA www.jaspersoft.com Email: sales@jaspersoft.com

More information

A Web-Based Data Management System for Small And Medium Clinical Trials

A Web-Based Data Management System for Small And Medium Clinical Trials A Web-Based Data Management System for Small And Medium Clinical Trials Tzafi Glass and Diklah Geva EMR-IBS 2007 January 23-25, 2007 Eilat Israel 2007, Diklah Geva IntegriStat Introduction-1 A Web based

More information

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1

SENSE/NET 6.0. Open Source ECMS for the.net platform. www.sensenet.com 1 SENSE/NET 6.0 Open Source ECMS for the.net platform www.sensenet.com 1 ABOUT THE PRODUCT: SENSE/NET 6.0 About the product 2 KEY FEATURES Workspaces-based collaboration Document management Office integration

More information

Architectural Overview

Architectural Overview Architectural Overview Version 7 Part Number 817-2167-10 March 2003 A Sun ONE Application Server 7 deployment consists of a number of application server instances, an administrative server and, optionally,

More information

.CRF. Electronic Data Capture and Workflow System for Clinical Trials

.CRF. Electronic Data Capture and Workflow System for Clinical Trials .CRF Electronic Data Capture and Workflow System for Clinical Trials Business challenge Most research takes place in different centers simultaneously. These are often located in different cities or even

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

INSTALLATION MANUAL XSQUARE. Version 3.2 October 2014

INSTALLATION MANUAL XSQUARE. Version 3.2 October 2014 INSTALLATION MANUAL XSQUARE Version 3.2 October 2014 INSTALLATION MANUAL Xsquare 3.2 Copyright EVS Broadcast Equipment S.A. Copyright 2012-2014. All rights reserved. Disclaimer The information in this

More information

Performance Management Platform

Performance Management Platform Open EMS Suite by Nokia Performance Management Platform Functional Overview Version 1.4 Nokia Siemens Networks 1 (16) Performance Management Platform The information in this document is subject to change

More information

Managing Complexity in Mobile Application Deployment Using the OSGi Service Platform

Managing Complexity in Mobile Application Deployment Using the OSGi Service Platform Managing Complexity in Mobile Application Deployment Using the OSGi Service Platform Rafiul Ahad, Ph.D. Vice President, Mobile Products and Services Oracle Corporation copyright 2004 by OSGi Alliance All

More information

Software. PowerExplorer. Information Management and Platform DATA SHEET

Software. PowerExplorer. Information Management and Platform DATA SHEET DATA SHEET PowerExplorer Software Information Management and Platform KEY FEATURES Web-enabled Advanced, ad-hoc query capabilities Spatial E&P data presentation ZGF file import/export Spatializer Tabular

More information

Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS

Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS Clinical Data Management (Process and practical guide) Nguyen Thi My Huong, MD. PhD WHO/RHR/SIS Training Course in Sexual and Reproductive Health Research Geneva 2013 OUTLINE Overview of Clinical Data

More information

ABSTRACT INTRODUCTION WINDOWS SERVER VS WINDOWS WORKSTATION. Paper FC02

ABSTRACT INTRODUCTION WINDOWS SERVER VS WINDOWS WORKSTATION. Paper FC02 ABSTRACT Paper FC02 Implementing SAS using Microsoft Windows Server and Remote Desktop Paul Gilbert, DataCeutics, Inc., Pottstown, PA Steve Light, DataCeutics, Inc., Pottstown, PA DataCeutics provides

More information

WebSphere Training Outline

WebSphere Training Outline WEBSPHERE TRAINING WebSphere Training Outline WebSphere Platform Overview o WebSphere Product Categories o WebSphere Development, Presentation, Integration and Deployment Tools o WebSphere Application

More information

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide How to remotely access your Virtual Desktop from outside the college using VMware View Client How to guide Author: ICT Services Version: 1.0 Date: November 2015 Contents What is the VMware View Client?...

More information

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0

White Paper. Anywhere, Any Device File Access with IT in Control. Enterprise File Serving 2.0 White Paper Enterprise File Serving 2.0 Anywhere, Any Device File Access with IT in Control Like it or not, cloud- based file sharing services have opened up a new world of mobile file access and collaborative

More information

CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1

CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1 CONFIGURATION AND APPLICATIONS DEPLOYMENT IN WEBSPHERE 6.1 BUSINESS LOGIC FOR TRANSACTIONAL EJB ARCHITECTURE JAVA PLATFORM Last Update: May 2011 Table of Contents 1 INSTALLING WEBSPHERE 6.1 2 2 BEFORE

More information

Red Hat Enterprise Portal Server: Architecture and Features

Red Hat Enterprise Portal Server: Architecture and Features Red Hat Enterprise Portal Server: Architecture and Features By: Richard Li and Jim Parsons March 2003 Abstract This whitepaper provides an architectural overview of the open source Red Hat Enterprise Portal

More information

Windows 2000 / NT 4.0 / 95 / 98, MS-DOS, Suse Operating Systems

Windows 2000 / NT 4.0 / 95 / 98, MS-DOS, Suse Operating Systems Name : Z A B Phone : 1-847-530-7013 Email : consultants@webspherehatsguru.com SUMMARY One & half year experience of technical experience in complete software development life cycle process which includes

More information

ANSYS EKM Overview. What is EKM?

ANSYS EKM Overview. What is EKM? ANSYS EKM Overview What is EKM? ANSYS EKM is a simulation process and data management (SPDM) software system that allows engineers at all levels of an organization to effectively manage the data and processes

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

ADMINISTERING ADOBE LIVECYCLE MOSAIC 9.5

ADMINISTERING ADOBE LIVECYCLE MOSAIC 9.5 ADMINISTERING ADOBE LIVECYCLE MOSAIC 9.5 Legal notices Copyright 2011 Adobe Systems Incorporated and its licensors. All rights reserved. Administering Adobe LiveCycle Mosaic 9.5 March 31, 2011 This administering

More information

Productivity Comparison for Building Applications and Web Services

Productivity Comparison for Building Applications and Web Services Productivity Comparison for Building Applications and Web Services Between The Virtual Enterprise, BEA WebLogic Workshop and IBM WebSphere Application Developer Prepared by Intelliun Corporation CONTENTS

More information

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies:

Workshop for WebLogic introduces new tools in support of Java EE 5.0 standards. The support for Java EE5 includes the following technologies: Oracle Workshop for WebLogic 10g R3 Hands on Labs Workshop for WebLogic extends Eclipse and Web Tools Platform for development of Web Services, Java, JavaEE, Object Relational Mapping, Spring, Beehive,

More information

Web. Studio. Visual Studio. iseries. Studio. The universal development platform applied to corporate strategy. Adelia. www.hardis.

Web. Studio. Visual Studio. iseries. Studio. The universal development platform applied to corporate strategy. Adelia. www.hardis. Web Studio Visual Studio iseries Studio The universal development platform applied to corporate strategy Adelia www.hardis.com The choice of a CASE tool does not only depend on the quality of the offer

More information

SOLUTIONS FOR BUSINESS PROCESS & ENTERPRISE CONTENT MANAGEMENT. Imaging & Enterprise Content Management

SOLUTIONS FOR BUSINESS PROCESS & ENTERPRISE CONTENT MANAGEMENT. Imaging & Enterprise Content Management SOLUTIONS FOR BUSINESS PROCESS & ENTERPRISE CONTENT MANAGEMENT TM OMNIDOCS Imaging & Enterprise Content Management SOLUTIONS FOR BUSINESS PROCESS & ENTERPRISE CONTENT MANAGEMENT O MNIDOCS Enterprise Content

More information

HOW TO DEPLOY AN EJB APLICATION IN WEBLOGIC SERVER 11GR1

HOW TO DEPLOY AN EJB APLICATION IN WEBLOGIC SERVER 11GR1 HOW TO DEPLOY AN EJB APLICATION IN WEBLOGIC SERVER 11GR1 Last update: June 2011 Table of Contents 1 PURPOSE OF DOCUMENT 2 1.1 WHAT IS THE USE FOR THIS DOCUMENT 2 1.2 PREREQUISITES 2 1.3 BEFORE DEPLOYING

More information

BarTender Web Print Server

BarTender Web Print Server The World's Leading Software for Label, Barcode, RFID & Card Printing White Paper BarTender Web Print Server Web-based Software for Printing Barcodes, Labels, ID Cards and more. Contents Introduction to

More information

Building Web Applications, Servlets, JSP and JDBC

Building Web Applications, Servlets, JSP and JDBC Building Web Applications, Servlets, JSP and JDBC Overview Java 2 Enterprise Edition (JEE) is a powerful platform for building web applications. The JEE platform offers all the advantages of developing

More information

SPI Backup via Remote Terminal

SPI Backup via Remote Terminal FLUOR SPI Backup via Remote Terminal SmartPlant Implementation Team By Mitch Fortey Copyright 2014 Fluor Corporation all rights reserved SPI Back Up via Remote Terminal Data Backup 101 Why do we backup

More information

3-Tier Architecture. 3-Tier Architecture. Prepared By. Channu Kambalyal. Page 1 of 19

3-Tier Architecture. 3-Tier Architecture. Prepared By. Channu Kambalyal. Page 1 of 19 3-Tier Architecture Prepared By Channu Kambalyal Page 1 of 19 Table of Contents 1.0 Traditional Host Systems... 3 2.0 Distributed Systems... 4 3.0 Client/Server Model... 5 4.0 Distributed Client/Server

More information

COSA. COSA BPM Suite. Roadmap

COSA. COSA BPM Suite. Roadmap COSA COSA BPM Suite Roadmap COSA Copyright Copyright 2009 BPS-Solutions GmbH, Pulheim, Germany. All rights reserved. The information in this document is subject to change without notice. No part of this

More information

JEE Web Applications Jeff Zhuk

JEE Web Applications Jeff Zhuk JEE Web Applications Jeff Zhuk From the book and beyond Integration-Ready Architecture and Design Cambridge University Press Software Engineering With XML, Java,.NET, Wireless, Speech and Knowledge Technologies

More information

Virtual Credit Card Processing System

Virtual Credit Card Processing System The ITB Journal Volume 3 Issue 2 Article 2 2002 Virtual Credit Card Processing System Geraldine Gray Karen Church Tony Ayres Follow this and additional works at: http://arrow.dit.ie/itbj Part of the E-Commerce

More information

Organization Profile. IT Services

Organization Profile. IT Services Introduction In today s scientific and medical world, various issues in clinical trials and research have permeated every society and every field in medicine. Ethics and in particular the quality of research

More information

B. WEB APPLICATION ARCHITECTURE MODELS

B. WEB APPLICATION ARCHITECTURE MODELS B. WEB APPLICATION ARCHITECTURE MODELS 1. Web application, what, why and how? 2. N-Tier architecture 3. Historical review of architecture models 4. How does this relate to MVC? 83 B.1 Web application,

More information

Understanding Application Servers

Understanding Application Servers Understanding Application Servers Author: Ajay Srivastava & Anant Bhargava TCS, Jan 03 Background Application servers, whatever their function, occupies a large chunk of computing territory between database

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

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

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

Java-technology based projects

Java-technology based projects Java-technology based projects TietoEnator Corporation Oyj Simo Vuorinen simo.vuorinen@tietoenator.com 1 TietoEnator 2000 Agenda Java: language, architecture, platform? Javan promises and problems Enterprise-APIs

More information

Oracle Data Integrator 12c: Integration and Administration

Oracle Data Integrator 12c: Integration and Administration Oracle University Contact Us: +33 15 7602 081 Oracle Data Integrator 12c: Integration and Administration Duration: 5 Days What you will learn Oracle Data Integrator is a comprehensive data integration

More information

Clinical Data Management is involved in all aspects of processing the clinical data, working with a range of computer applications / database systems

Clinical Data Management is involved in all aspects of processing the clinical data, working with a range of computer applications / database systems Clinical Data Management is involved in all aspects of processing the clinical data, working with a range of computer applications / database systems to support collection, cleaning and management of subject

More information

SOA REFERENCE ARCHITECTURE: WEB TIER

SOA REFERENCE ARCHITECTURE: WEB TIER SOA REFERENCE ARCHITECTURE: WEB TIER SOA Blueprint A structured blog by Yogish Pai Web Application Tier The primary requirement for this tier is that all the business systems and solutions be accessible

More information

Using SAS in Clinical Research. Greg Nelson, ThotWave Technologies, LLC.

Using SAS in Clinical Research. Greg Nelson, ThotWave Technologies, LLC. Using SAS in Clinical Research Greg Nelson, ThotWave Technologies, LLC. Outline Introduction and Overview SAS 30 years of evolution The SAS 9 Platform Clinical Research Imperatives Summary and Conclusions

More information

Introduction. Editions

Introduction. Editions Introduction TRAIN TRACK Employee Training Management Software gives you the tools you need to make sure employee training requirements are met. Assign required training for groups or individuals. Easily

More information

enterprise^ IBM WebSphere Application Server v7.0 Security "publishing Secure your WebSphere applications with Java EE and JAAS security standards

enterprise^ IBM WebSphere Application Server v7.0 Security publishing Secure your WebSphere applications with Java EE and JAAS security standards IBM WebSphere Application Server v7.0 Security Secure your WebSphere applications with Java EE and JAAS security standards Omar Siliceo "publishing enterprise^ birmingham - mumbai Preface 1 Chapter 1:

More information

Version 14.0. Overview. Business value

Version 14.0. Overview. Business value PRODUCT SHEET CA Datacom Server CA Datacom Server Version 14.0 CA Datacom Server provides web applications and other distributed applications with open access to CA Datacom /DB Version 14.0 data by providing

More information

Flattening Enterprise Knowledge

Flattening Enterprise Knowledge Flattening Enterprise Knowledge Do you Control Your Content or Does Your Content Control You? 1 Executive Summary: Enterprise Content Management (ECM) is a common buzz term and every IT manager knows it

More information

Vector Asset Management User Manual

Vector Asset Management User Manual Vector Asset Management User Manual This manual describes how to set up Vector Asset Management 6.0. It describes how to use the: Vector AM Console Vector AM Client Hardware Inventory Software Inventory

More information

Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials

Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials 2433: Microsoft Visual Basic Scripting Edition and Microsoft Windows Script Host Essentials (3 Days) About this Course

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

[paf i/t1 enterpri. Getting Started with IBM. FileNet P8 Content Manager. Enterprise Content Management platform

[paf i/t1 enterpri. Getting Started with IBM. FileNet P8 Content Manager. Enterprise Content Management platform Getting Started with IBM FileNet P8 Content Manager Install, customize, and administer the powerful FileNet Enterprise Content Management platform William J. Carpenter [paf i/t1 enterpri I I flv»» IV I

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview owncloud, Inc. 57 Bedford Street, Suite 102 Lexington, MA 02420 United States phone: +1 (877) 394-2030 www.owncloud.com/contact owncloud GmbH Schloßäckerstraße 26a 90443

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

This training is targeted at System Administrators and developers wanting to understand more about administering a WebLogic instance.

This training is targeted at System Administrators and developers wanting to understand more about administering a WebLogic instance. This course teaches system/application administrators to setup, configure and manage an Oracle WebLogic Application Server, its resources and environment and the Java EE Applications running on it. This

More information

JBoss SOAP Web Services User Guide. Version: 3.3.0.M5

JBoss SOAP Web Services User Guide. Version: 3.3.0.M5 JBoss SOAP Web Services User Guide Version: 3.3.0.M5 1. JBoss SOAP Web Services Runtime and Tools support Overview... 1 1.1. Key Features of JBossWS... 1 2. Creating a Simple Web Service... 3 2.1. Generation...

More information

Glassfish, JAVA EE, Servlets, JSP, EJB

Glassfish, JAVA EE, Servlets, JSP, EJB Glassfish, JAVA EE, Servlets, JSP, EJB Java platform A Java platform comprises the JVM together with supporting class libraries. Java 2 Standard Edition (J2SE) (1999) provides core libraries for data structures,

More information

owncloud Architecture Overview

owncloud Architecture Overview owncloud Architecture Overview Time to get control back Employees are using cloud-based services to share sensitive company data with vendors, customers, partners and each other. They are syncing data

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Internet File Management & HIPAA A Practical Approach towards Responding to the Privacy Regulation of the Act

Internet File Management & HIPAA A Practical Approach towards Responding to the Privacy Regulation of the Act White Paper Internet File Management & HIPAA A Practical Approach towards Responding to the Privacy Regulation of the Act The recent activation of the privacy requirement of the Health Insurance Portability

More information

AdvOSS Provisioning Engine

AdvOSS Provisioning Engine AdvOSS Provisioning Engine PRODUCT DATA SHEET Copyright AdvOSS.com, 2007 2010 All Rights Reserved This document is property of AdvOSS Page 1 Table of Contents 1 AdvOSS Provisioning Engine... 3 2 Modules...

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

New, changed, or deprecated features

New, changed, or deprecated features Microsoft Dynamics AX 7 New, changed, or deprecated s This document provides a summary of new and changed s that have been implemented in Microsoft Dynamics 'AX 7'. It also includes deprecated notices

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>>

000-420. IBM InfoSphere MDM Server v9.0. Version: Demo. Page <<1/11>> 000-420 IBM InfoSphere MDM Server v9.0 Version: Demo Page 1. As part of a maintenance team for an InfoSphere MDM Server implementation, you are investigating the "EndDate must be after StartDate"

More information