<?xml version="1.0" encoding="ISO-8859-1" ?>
<!--ATOM based XML document generated By OpenLink Virtuoso-->
<atom:feed xmlns:atom="http://www.w3.org/2005/Atom">
<atom:id>http://docs.openlinksw.com/mt/JDBCClientClasses.html</atom:id>
<atom:title>JDBC Components</atom:title>
<atom:link href="http://docs.openlinksw.com/mt/JDBCClientClasses.html" type="text/html" rel="alternate" />
<atom:link href="http://docs.openlinksw.com/mt/JDBCClientClasses.html" type="application/atom+xml" rel="self" />
<atom:subtitle>Multi-Tier User Guide</atom:subtitle>
<atom:updated>2008-04-09T14:37:12Z</atom:updated>
<atom:generator />
<atom:logo>http://docs.openlinksw.com/mt/../images/mt/misc/logo.jpg</atom:logo>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/opljava.html</atom:id>OpenLink Drivers for Java Database Connectivity (JDBC)<atom:link href="http://docs.openlinksw.com/mt/opljava.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>OpenLink Drivers for Java Database Connectivity (JDBC)</atom:title>
  <atom:content type="html" />
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/downloading.html</atom:id>Downloading Driver Software<atom:link href="http://docs.openlinksw.com/mt/downloading.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>Downloading Driver Software</atom:title>
  <atom:content type="html">The OpenLink Drivers for JDBC are packaged either as a bundle alongside the other OpenLink data access drivers (ODBC and OLE-DB) that make up the OpenLink Universal Data Access Driver Suite or as a separate release archive which contains only the OpenLink Megathin Drivers for JDBC. The Megathin Driver for JDBC is a 100% pure Type 3 Network enabled Java Driver. If you are not installing these Drivers from a CD you would have to visit the OpenLink Web Site&#39;s download page, http://www.openlinksw.com, to obtain these Drivers.</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/InstallConfig.html</atom:id>OpenLink Drivers for JDBC Installation &amp; Configuration<atom:link href="http://docs.openlinksw.com/mt/InstallConfig.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>OpenLink Drivers for JDBC Installation &amp; Configuration</atom:title>
  <atom:content type="html">Once you have downloaded your OpenLink drivers for JDBC using the instructions provided above, the next step in the process is the actual configuration of these drivers for use within your operating environment. Java is operating system independent by virtue of its core philosophy, but JDBC Drivers may or may not be operating system independent as this is JDBC Driver format and implementation specific. The sections that follow walk your through the OpenLink Driver for JDBC installation and configuration process.</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/JavaLocalClientServer.html</atom:id>Java Based Local Client-Server<atom:link href="http://docs.openlinksw.com/mt/JavaLocalClientServer.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>Java Based Local Client-Server</atom:title>
  <atom:content type="html">In this scenario the Java Virtual Machine is acting as the host of your OpenLink client component for JDBC (a 100% Pure Java Driver for JDBC). The operating system hosting your Java Virtual Machine, also hosts the OpenLink Server server components for JDBC. Thus, you are going to install your OpenLink Client and Server components for JDBC on the same machine.</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/JavaClientServer.html</atom:id>Java Based Client-Server (2-Tier) Installation<atom:link href="http://docs.openlinksw.com/mt/JavaClientServer.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>Java Based Client-Server (2-Tier) Installation</atom:title>
  <atom:content type="html">In this scenario the Java Virtual Machine and OpenLink Drivers for JDBC reside on separate to OpenLink Server server components for JDBC and Database Connectivity. Thus, you are going to install your OpenLink Client and Server components for JDBC on separate machines, one acting as the Client and the other the Server. The Server also hosts the actual database engine that you will be connecting to via JDBC.</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/JavaAppServer.html</atom:id>Java Based Application-Server (3-Tier) Installation<atom:link href="http://docs.openlinksw.com/mt/JavaAppServer.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>Java Based Application-Server (3-Tier) Installation</atom:title>
  <atom:content type="html">In this scenario the Java Virtual Machine and OpenLink Drivers for JDBC and the OpenLink Server server components for JDBC reside on the same machine which is known as the Application Server. The OpenLink Database Server components reside on a separate Database Server machine (if required) which hosts the database that you will be connecting to via JDBC.</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/OpenLinkMiddleware.html</atom:id>OpenLink Server Components Configuration<atom:link href="http://docs.openlinksw.com/mt/OpenLinkMiddleware.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>OpenLink Server Components Configuration</atom:title>
  <atom:content type="html">The OpenLink JDBC agent and OpenLink Database agents form the OpenLink server components, In the prior section you would have installed these components on the appropriate server machine. Following installation you have to configure these server components in order to enable connectivity between your backend database(s) and your OpenLink Driver for JDBC. Both of these components are exposed to your OpenLink Driver for JDBC via the OpenLink Request Broker. This new OpenLink release enables the direct connection to an OpenLink Database agent from your OpenLink Java client classes, as JDBC support in now built in to the database agents. Thus you no longer have to connect via the OpenLink JDBC Agent proxy, as in the past, although connection via this method is still supported. Obviously connecting directly to the Database agent will provide better performance, and is now the recomended connection method whenever possible. OpenLink Database Agents are the OpenLink data access server components that actually provide database connectivity services to your OpenLink Driver for JDBC. A Database Agent exists for each database engine supported by OpenLink, the supported database list currently includes: Oracle, DB2, Informix, Sybase, Ingres, Progress, Microsoft SQL Server, OpenLink Virtuoso, Solid, PostgresSQL, and other ODBC based databases. Please follow the instructions provided in the OpenLink Database Agents configuration guide prior to attempting to use your OpenLink Drivers for JDBC (if you haven&#39;t already done so as part of the installation process).</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/OPLDriversUtilization.html</atom:id>OpenLink Drivers for JDBC Utilization<atom:link href="http://docs.openlinksw.com/mt/OPLDriversUtilization.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>OpenLink Drivers for JDBC Utilization</atom:title>
  <atom:content type="html">OpenLink Drivers for JDBC are available in three different JDBC Driver formats. JDBC Applets, Applications, Bean Components, and Servlets communicate with JDBC drivers through JDBC Uniform Resource Locators (URLs). Theses URLs are service request and binding formats implemented slightly differently for each OpenLink Driver for JDBC format. The general JDBC URL format is: jdbc:&lt;jdbc-subprotocol&gt;:[jdbc implementation specific URL attributes]</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/JDBCDemos.html</atom:id>OpenLink Demonstration Programs<atom:link href="http://docs.openlinksw.com/mt/JDBCDemos.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>OpenLink Demonstration Programs</atom:title>
  <atom:content type="html">To assist you further during your utilization or evaluation of OpenLink&#39;s Drivers for JDBC a number of demonstration JDBC compliant Applets and Applications are bundled with your OpenLink Driver for JDBC installation, these programs are provided in both binary and source code format for your free use. The sections that follow guide you through the process of using these programs</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/ImportantJDBCIssues.html</atom:id>Important Multi-User JDBC Solution Development &amp; Utilization Issues<atom:link href="http://docs.openlinksw.com/mt/ImportantJDBCIssues.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>Important Multi-User JDBC Solution Development &amp; Utilization Issues</atom:title>
  <atom:content type="html" />
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/jdbcref.html</atom:id>JDBC 3 Driver Classes<atom:link href="http://docs.openlinksw.com/mt/jdbcref.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>JDBC 3 Driver Classes</atom:title>
  <atom:content type="html">The OpenLink JDBC driver for JDBC 3.0 has the following classes:</atom:content>
 </atom:entry>
 <atom:entry>
  <atom:id>http://docs.openlinksw.com/mt/features_jdbc.html</atom:id>New Features<atom:link href="http://docs.openlinksw.com/mt/features_jdbc.html" type="text/html" rel="alternate" />
  <atom:published>2008-04-09T14:37:12Z</atom:published>
  <atom:title>New Features</atom:title>
  <atom:content type="html" />
 </atom:entry>
</atom:feed>