Skip navigation.
Arch2Arch Tab BEA.com
dev2dev > JDBC

JDBC Resource Page

Java Database Connectivity (JDBC) is a standard Java API that consists of a set of classes and interfaces that Java application developers use to access a database and execute SQL statements. This resource page brings together articles, FAQs, technical documentation and other relevant sources of information found on dev2dev.

JDBC Featured Articles

A Primer on Spring's Data Access Object (DAO) Framework A Primer on Spring's Data Access Object (DAO) Framework
by Dhrubojyoti Kayal
This article introduces the Spring Data Access Object (DAO) framework. After examining the architectural needs for DAO, it describes the DAO pattern in general and how Spring simplifies the implementation. 2006-11-29 | Discuss (6)
XML as a Bridge between SQL and Web Applications XML as a Bridge between SQL and Web Applications
Tutorial
by Alexander Prohorenko and Olexiy Prokhorenko
Have you ever wanted to treat data returned from an SQL query as XML? In this tutorial, Alexander and Olexiy Prokhorenko present a technique for doing just this, and argue that it makes a useful addition to a developer's toolbox. 2005-06-13 | Discuss (4)
Using PostgreSQL on WebLogic Server Using PostgreSQL on WebLogic Server
Tutorial
by Deepak Vohra
PostgreSQL is a free, open source, object-relational database management system (ORDBMS). This tutorial demonstrates how to install and configure PostgreSQL 8.0 for use with BEA WebLogic Server 8.1. 2005-05-23 | Discuss (8)
WebLogic Server Administration Best Practices
by Balamurali Kothandaraman
This article presents a number of WebLogic Server Administration Best Practices. 2004-07-15 | Discuss (10)
Diagnosing Application-Database Performance Bottlenecks
by Peter Chapman, Rini Gahir
By providing a framework and blueprint for developing distributed, scalable applications, J2EE allows companies and their developers to focus on writing modular pieces of custom application code and forget about the underlying details of security, resource management, and scalability. 2004-05-12 | Discuss (1)
Page Flow Basics: Retrieving and Displaying Data from a JDBC Data Source Using .JSP and BEA Page Flows
by Scott Semyan
Most enterprise applications involve accessing data from a data store, modifying or filtering the data based on a user's request, and finally displaying that data to a user. Often the code for accessing, modifying and formatting the data for display is lumped together into a single component (for example, a Java servlet). As applications become more complex, it becomes increasingly difficult to maintain this undifferentiated code. 2004-03-28 | Discuss (1)
Advanced Features in WebLogic Server 8.1 JDBC
by Rahul Srivastava, Dave Cabelus
The JDBC subsystem of WebLogic Server underwent a major rewrite in the 8.1 Release - Connection Pool rewritten, New Dynamic Proxy generation technology for creating Wrapper objects, Prepared Statement Cache implementation rewritten, JDBC Assistant added as well as many outstanding customer enhancement requests were addressed. This document describes the many new and enhanced features now available in WebLogic Server JDBC. 2004-02-09 | Discuss (0)
There's Nothing to Fear About Mainframe Integration
by William "Doc" Mills
There are many good reasons for using mainframe resources as part of WebLogic application development and integration projects. High on the list are leveraging existing logic and data, increasing the value of current investments, and focusing development effort on solving new business problems. 2004-01-31 | Discuss (0)

More Articles »


JDBC Newsgroups

More Newsgroups »

Resources

For Developers
For Administrators
  • Configuring WebLogic JDBC
    (8.1 | 7.0 | 6.1)
  • WebLogic Server Configuration Reference (8.1 | 7.0 | 6.1)
  • Programming WebLogic Management Services with JMX
    (8.1 | 7.0 | 6.1)
  • WebLogic Server Performance and Tuning
    (8.1 | 7.0 | 6.1)
API Reference
  • Javadocs for WebLogic Classes
    (8.1 | 7.0 | 6.1)
  • WebLogic JDBC Extensions
    (8.1 | 7.0 | 6.1)
  • API Reference: weblogic.management.configuration – look for classes that start with JDBC
    (8.1 | 7.0 | 6.1)
  • API Reference: weblogic.management.runtime – look for classes that start with JDBC
    (8.1 | 7.0 | 6.1)
  • J2SE 1.4.2 API Javadoc (see java.sql and javax.sql)