© 2002 Legion Systems Inc 1 Howard Chen - April 6, 2010 EGL Database Connections www.asiEGL.com.

Slides:



Advertisements
Similar presentations
Aqua Data Studio. Find the application We are using Aqua Data Studio v11.
Advertisements

Once download completes, click “Open Folder” Uncheck the box “Close this dialog box when download completes” Save the file in a location easy to find.
DSX / Video Insight Driver Interface. Prerequisites for Video Insight DVR: 64 Bit Operating System (Windows 7 or equivalent) SQL Server 2008 R2 (Please.
Tux2 Database The Architecture of Our System © Juhani Välimäki 2005.
ORACLE Lecture 1: Oracle 11g Introduction & Installation.
1 of 5 This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. © 2007 Microsoft Corporation.
JDBC. JDBC (Java Database Connectivity): JDBC is an API for the Java programming language that defines how a client may access a database. It provides.
Network Printing. Printer sharing Saves money by only needing one printer Increases efficiency of managing resources.
DT228/3 Web Development Databases. Database Almost all web application on the net access a database e.g. shopping sites, message boards, search engines.
DVG-N5402SP.
Building and Deploying a Simple Web Application. Tomcat and JSP Tomcat is an application server, commonly used to host JSP applications Applications are.
Center for Earned Value Management wInsight – “How to Use” Guide
Project Implementation for COSC 5050 Distributed Database Applications Lab1.
Remote Accessing Your Home Computer Using VNC and a Dynamic DNS Name.
Windows Tutorial 9 Maintaining Hardware and Software
Ch 8-3 Working with domains and Active Directory.
FILEMAKER 8 SERVER ADMINISTRATION Paula Beveraggi Educational Technology Services.
Microsoft Windows 2003 Server. Client/Server Environment Many client computers connect to a server.
SQL SETUP FILE SELECTION
Session 5: Working with MySQL iNET Academy Open Source Web Development.
© Copyright by Deitel & Associates, Inc. and Pearson Education Inc. All Rights Reserved. 1 Outline 29.1 Multi-Tier Architecture 29.2 Web Servers.
Back to content Final Presentation Mr. Phay Sok Thea, class “2B”, group 3, Networking Topic: Mail Client “Outlook Express” *At the end of the presentation.
8-1 3 Oracle Data Integrator Topology: Connecting to the World.
Using Eclipse. What is Eclipse? The Eclipse Platform is an open source IDE (Integrated Development Environment), created by IBM for developing Java programs.
Movie Manager by Patrick Wesley and Chris Grey Internet Database Project for CS 8630 – Summer 2004 Dr. Guimaraes.
Creating a Web Site to Gather Data and Conduct Research.
Once you have contacted me to set up a new account, your computer needs to be configured to dial into.DevlinEx and use our servers for things like .
2. Introduction to the Visual Studio.NET IDE. Chapter Outline Overview of the Visual Studio.NET IDE Overview of the Visual Studio.NET IDE Menu Bar and.
Credit Union National Association Installing and Uploading Project Zip Code.
User’s guide. Compare features:EndNote WebEndNote Save references++ Organize & edit references++ Storage capacity (number of references)10,000unlimited.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
Using OUI to install Oracle9i Release 2 on an OpenVMS System.
Avira Endpoint Security. Introduction of Avira Management Center (AMC)
Database control Introduction. The Database control is a tool that used by the database administrator to control the database. To enter to Database control.
Copyright 2008 Judith A Copeland - Accessing The Database By Judi Copeland.
Present :Arezoo Mollahasani. Step 1  Define your server connection Open MySQL WorkBench and click New Server Instance on the right of the window.
Regis: Academic Research Network: ARN ARN Getting Connected Drive Mapping SQL*Plus Spooling Your Work Presented by “SOETJAHJO”
Liferay Installation Prepared by: Do Xuan Hai 8 August 2011.
Connecting to the eTeacher FTP on Windows 7/Vista eTeacherGroup 2010.
® IBM Software Group © 2006 IBM Corporation Duplicating Your Workspace You may need to copy files from one workspace to another (example – you’ve developed.
IBM Office Connect 3.0 James Edmiston Consultant Quest Information Systems, Inc Mike Terrell IT Specialist IBM Data.
Nat Type Change Speed Touch and Thomson Modems. Steps Disable uPNP Static Ip on Console Putty Download Telnet Procedure.
Installing SAS 1. Requirements If you do not have an old copy of SAS installed on your computer, go directly to Slide 6. Make sure you have uninstalled.
® IBM Software Group © 2006 IBM Corporation EGL/Web Project QuickStart – 1 of 4 – Creating the Data Access Layer These slides walk you through the process.
How to create a SharePoint site MICROSOFT OFFICE SHAREPOINT DESIGNER.
1 Database Design and Development: A Visual Approach © 2006 Prentice Hall Chapter 12 DATABASE DESIGN AND DEVELOPMENT: A VISUAL APPROACH Chapter 12 Accessing.
PAYware Transact Terminal Interface Manager
When you run a scenario, the Vusers on each host machine use the host’s IP address. You can define multiple IP addresses on a host machine to emulate a.
FileZilla An open-source success story. Mark Swelstad – Itec400, Winter 2007.
1 /17 Installing and Configuring TaxWise © 2006, Universal Tax Systems, Inc. All Rights Reserved. Installing and Configuring TaxWise Objectives –In this.
This is the software we will use to load our html page up to the server. You can download a copy for home if you want to.
Settings MySQL Database and JDBC configuration Instructor: Sergey Goldman.
2 Copyright © 2004, Oracle. All rights reserved. Running a Forms Developer Application.
Eurostat Mapping Assistant May 2016 Eurostat, Unit B3 – IT solutions for statistical production Jean-Francois LEBLANC Christian SEBASTIAN 1.
Creating SQL Database file And Displaying a Database Table in a DataGridView.
® IBM Software Group software © 2011 IBM Corporation Rational Business Developer v8 Services.
CACI Proprietary Information | Date 1 PD² v4.2 Increment 2 SR13 and FPDS Engine v3.5 Database Upgrade Name: Semarria Rosemond Title: Systems Analyst, Lead.
PuTTY Introduction to Web Programming Kirkwood Continuing Education by Fred McClurg © Copyright 2016, All Rights Reserved ssh client.
C Copyright © 2009, Oracle. All rights reserved. Using SQL Developer.
2 Copyright © 2008, Oracle. All rights reserved. Building the Physical Layer of a Repository.
Confidential ASWM Installation Guide in Main Server ( for Windows Server 2008 R2 ) 1.
Fundamental of Databases
Running a Forms Developer Application
Jkelany Chat Project.
Software for Eligible Beneficiaries Accession
Aqua Data Studio.
Chapter 1 Introduction.
Chapter 1 Introduction.
Presentation transcript:

© 2002 Legion Systems Inc 1 Howard Chen - April 6, 2010 EGL Database Connections

© 2010 Anchor Systems, Inc. 2 asiEGL EGL Database Connections Define JDBC Drivers –DB2/400 –Oracle 10g Express –SQLServer 2008 Create Database Connections –DB2/400 Library –Oracle HR Database –SQLServer Northwind Database Define Build Descriptor db Options Define context.xml for Tomcat 5 and up Additional runtime jar files Getting data from multiple databases

© 2010 Anchor Systems, Inc. 3 asiEGL Define JDBC Drivers 1 of 2 JDBC Drivers: –DB2/400: jt400.jar AS/400 toolbox for java default –Oracle: ojdbc14.jar Oracle thin driver default –SQLServer: sqljdbc4.jar SQL server JDBC driver default Window  Preferences  Data Management  Connectivity  Driver Definitions Highlight Driver name Click Edit

© 2010 Anchor Systems, Inc. 4 asiEGL Define JDBC Drivers 2 of 2 If EGL displays an error message that says “Unable to locate JAR” Click “Jar List” Click to highlight the jar file Click “Edit JAR/Zip Browse to the location of the jar file you downloaded and saved Click Open. The “Unable to locate JAR” message is resolved

© 2010 Anchor Systems, Inc. 5 asiEGL Create Database Connections – AS400 1 of 2 Window  Preferences  EGL  SQL Database Connections Click New Select “DB2 for i5/OS” Accept the default driver name Enter the host name, it can be an IP address or a DNS name Enter User Name and Password Check “Save Password” Click Test Connection

© 2010 Anchor Systems, Inc. 6 asiEGL Create Database Connections – AS400 2 of 2 Click Next unCheck “Disable Filter” Check “Expression” or “Selection” to select libraries Click Finish

© 2010 Anchor Systems, Inc. 7 asiEGL Create Database Connections – Oracle 10g Express Follow the same steps as described before Optionally, you can click the triangle icon to the right of the JDBC driver name to update JDBC driver jar file

© 2010 Anchor Systems, Inc. 8 asiEGL Create Database Connections – SQL Server 2008 Follow the same steps as described before You can use 2005 Driver for SQL Server 2008 Database

© 2010 Anchor Systems, Inc. 9 asiEGL Define Build Descriptor DB Options 1 of 2 Open.eglbld file From “Load DB options using Connections drop down box Select the db connection Enter the JNDI name Press Ctrl-S to save

© 2010 Anchor Systems, Inc. 10 asiEGL Define Build Descriptor DB Options 2 of 2

© 2010 Anchor Systems, Inc. 11 asiEGL Context.xml for Tomcat Put Context.xml file in /WebContent/META-INF folder

© 2010 Anchor Systems, Inc. 12 asiEGL JAR Files for TOMCAT Runtime DB2/400 –jt400.jar –db2jcc.jar –db2jcc_license_cisuz.jar –db2jcc_license_cu.jar Oracle –ojdbc14.jar –activation.jar –mail.jar SQL Server 2008 –sqljdbc4.jar C:\Program Files\IBM\SDPShared\plugins\com.ibm.datatools.db2_ v \driver

© 2010 Anchor Systems, Inc. 13 asiEGL Getting Data From Multiple Databases Create a project for each db connection Use Data Access Wizard to retrieve database definitions Create Web Services for data access Copy wsdl files to the Application Project Use “EGL Service”  “Create EGL Client Interface” to create Web Service interfaces Consume web services for both JSF and RUI

Thank You