Programmer's Heaven - For C C++ Pascal Delphi Visual Basic Assembler C# .Net java JSP ASP ASP.NET Javascript developers!

Members
Username:

Password:

Auto-login

Register
Why register?
Forgot Password?
Blogs new Blog section
Jobs
Webtools
Message Boards
FAQ
CodePedia
Free Magazines
User search
What's New
Top lists
RSS Feeds RSS Feed

Submit content
Contact Us
Link To Us
Help



Advanced Search
Newsletter
E-mail:


More information
Current area: HOME -> Java -> Database Articles Adds this page to your personal favorites
  Database
A Brief Introduction to JDBC.
This article provides a brief introduction to JDBC. Explains what is JDBC and how it can be used to access RDBMS. Provides a brief overview of JDBC architecture.
Visits: 1145 Updated: 2003-9-2  Rating: (Not Rated)  More info & Ratings
Access the world's biggest database with Web DataBase Connectivity
Find out how Tony proposes to move you from Web browser to Web database.
Visits: 2181 Updated: 2001-3-28  Rating: (Not Rated)  More info & Ratings
Advertisment
Accessing Databases Using Java and JDBC
This article will show how a Java Application, Applet or Servlet can access data stored in relational databases using the JDBC API. Although this article will use mSQL as the example database, you could use any other databases that have JDBC interfaces. These include DB2, Oracle, Sybase, Solid and many others.
Visits: 9515 Updated: 2000-10-26  Rating: (Not Rated)  More info & Ratings
An easy JDBC wrapper
This article describes a simple wrapper library that makes basic database usage a snap. You'll find yourself wanting to use JDBC for every program you write.
Visits: 1857 Updated: 2001-9-28  Rating: (Not Rated)  More info & Ratings
Best performance practices for SDO and the JDBC DMS
This article shows you how to obtain the best performance from SDO and the JDBC DMS, by keep your metadata models as small as possible, ensuring that the most efficient SQL queries are being used, and by using static SDO models whenever possible.
Visits: 223 Updated: 2005-10-25  Rating: (Not Rated)  More info & Ratings
Build an object database
In this first of two articles, we look at implementing an object database frontend -- that is to say, a database frontend that can automatically map between Java objects and records within a relational database. Using this frontend you can, for example, store Java User objects in a relational database, where they will be automatically and transparently mapped between the native Java object representation and, for example, name, age, and gender fields within the database backend.
Visits: 907 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
Build an object database, Part 2: Object storage backend
In the second of this two-article series, we implement relational database storage for the object-storing framework we developed last time. We then specialize it to support the open source MySQL database. Next, we plug the MySQL relational storage implementation into the object-storing framework and let it do its thing.
Visits: 503 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
Connecting to a Database with JDBC
Create an application that demonstrates how to use JDBC to connect to a Microsoft Access database. This article is intended for someone just learning an object-oriented language and who wants to understand the basic concepts before jumping into the code, or someone who wants to understand the infrastructure behind an object-oriented language he or she is already using.
Visits: 535 Updated: 2005-12-27  Rating: (Not Rated)  More info & Ratings
Connecting to a Database with JDBC
In this article, you will explore the ways to connect your Java applications to a database using Java Database Connectivity (JDBC). In this specific case, you will connect to a Microsoft Access database and utilize several aspects of JDBC functionality.
Visits: 1159 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
Connecting to a MySQL Database using Connector/J JDBC Driver.
A tutorial on how to connect to a MySQL Database using Connector/J JDBC Driver. Explains what are database URLs? Why and how to specify JDBC driver names? Then moves on to write a simple Java program to connect to a MySQL database server. Explains all the code in detail.
Visits: 1460 Updated: 2003-9-5  Rating: (Not Rated)  More info & Ratings
Creating JDBC SQL Statements. Displaying Records from a MySQL Database.
A tutorial on how to create and execute JDBC SQL Statements and Display records from a table in a MySQL Database. Also covers topics like creating databases and tables in MySQL. All code is explained in detail.
Visits: 1009 Updated: 2003-9-10  Rating: (Not Rated)  More info & Ratings
Derby database development with Apache Ant
The open source Derby database engine provides developers with a powerful new tool for lightweight database development. Derby databases are file system based and portable across different types of systems. Because of this, a common strategy is to create databases at development time and ship them with the binary distribution as opposed to having it created on the fly.
Visits: 437 Updated: 2004-12-28  Rating: (Not Rated)  More info & Ratings
Get Groovy with JDBC programming
Development is distinctively breezy with Groovy, and its lightweight syntax can alleviate some of the verbosity of JDBC in Java. This article shows you how to use GroovySql to build a simple data-reporting application. GroovySql combines closures and iterators to ease Java Database Connectivity (JDBC) programming by shifting the burden of resource management from you to the Groovy framework itself.
Visits: 474 Updated: 2005-1-27  Rating: (Not Rated)  More info & Ratings
Getting Up To Date with JDBC API
Object Computing covers the JDBC 3.0 specification in its proposed final draft form, which promises to add more robust transactions by way of savepoints, a number of resource pooling enhancements, retrieval of auto-generated keys and a lot more.
Visits: 1029 Updated: 2001-9-4  Rating: (Not Rated)  More info & Ratings
Insider look at the Java type 4 JDBC Driver for Linux
Discover the latest step in the evolution of Java application development using DB2 Universal Database for Linux, UNIX, and Windows. Get an insider view of the JDBC Universal Driver, the clear advantages to using a pure Java type 4 driver, and examine common debugging techniques that will help you get to the heart of any problem.
Visits: 244 Updated: 2006-1-13  Rating: (Not Rated)  More info & Ratings
Installing and Configuring MySQL Database and Connector/J JDBC Driver on Microsoft Windows.
A tutorial on obtaining, installing and configuring MySQL Database and Connector/J JDBC Driver for use on Microsoft Windows. Advanced topics covered include installing MySQL as a Windows service and configuring MySQL and Connector/J JDBC Driver to use named pipes.
Visits: 968 Updated: 2003-9-2  Rating: (Not Rated)  More info & Ratings
Introduction to SQLJ
Want to write less code within your Java applications that deal with SQL calls to a database? Would you like your SQL statements to be checked during compilation and not runtime? Then SQLJ just may be what you need! SQLJ gives exactly what you need for quick development, with less code, ease of debugging, and automatic performance improvement.
Visits: 1137 Updated: 2006-2-17  Rating: (Not Rated)  More info & Ratings
Introduction to SQLJ
Want to write less code within your Java applications that deal with SQL calls to a database? Would you like your SQL statements to be checked during compilation and not runtime? Then SQLJ just may be what you need! SQLJ gives exactly what you need for quick development, with less code, ease of debugging, and automatic performance improvement. This article is part of the SQLJ series. This article assumes you have basic knowledge of JDBC and some of its methods, as well as some SQL. If you want to refresh your JDBC knowledge, have a look this article JDBC Basics.
Visits: 326 Updated: 2005-10-26  Rating: (Not Rated)  More info & Ratings
Is Your Java Middleware Impacting Application Performance?
A serious performance problem can arise when connecting a Java application to a SQL Server 2000 database. Many developers are not aware of the issue or of how to avoid it.
Visits: 279 Updated: 2005-12-27  Rating: (Not Rated)  More info & Ratings
Learn the Secrets to DB2 Java Performance Problems
This article brings insight into diagnosing and isolating performance problems from the application client perspective. You'll learn how to troubleshoot performance problems that occur with Java applications running against IBM DB2 for Linux, UNIX, and Windows databases.
Visits: 125 Updated: 2007-8-23  Rating: (Not Rated)  More info & Ratings
Manage distributed JTables
When displaying tables with tens of thousands of rows (or more), it is imperative they quickly respond and display. One way to achieve this is by using a specialized TableModel that retrieves data from a server only when it is required, thereby minimizing data download. To further improve efficiency, row data can be retrieved in chunks of 50 rows and cached on the client side for future use. This article explains how to write such a distributed table and presents some of its advantages.
Visits: 552 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
Modeling a database with Rational XDE Developer for Java
A data model provides application developers a much better understanding of the overall application architecture, even though generally speaking they are not required to know in-depth about database architecture details. A database designer can use a tool like Rational XDE to model and visualize the database, ensure database rules, add different database objects, and play around with relationships. This article shows you the basics of how to model a DB2 database using Rational XDE Developer for Java.
Visits: 373 Updated: 2004-5-12  Rating: (Not Rated)  More info & Ratings
Object persistence and Java
Understanding the difference between persistence as a general issue and persistence as part of a larger collection of database services is quite important -- the former being much simpler to implement than the latter. In this article, we'll call attention to some of the prominent issues surrounding persistence in object-oriented languages, including the relationship between persistence and type, persistence and platform/language independence, and navigational versus query-based access to object data. We'll also take a close-up look at how Java itself handles object persistence and how one object database enhances Java persistence by offering transaction support
Visits: 601 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
Open Source Java Reporting with JasperReports and iReport
JasperReports is a powerful and flexible open source reporting solution. The iReport visual designer enables you to take advantage of the full power of JasperReports without in-depth knowledge of the JasperReports native XML format.
Visits: 748 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Practical data binding: Get your feet wet in the real world
Data binding, although commonplace in today's world of Java technology and XML programming, is still largely misunderstood. This column throws out all the theoretical claptrap and focuses on the concepts you need to get started with data binding. You will understand the differences between general data binding and data binding in the XML world, as well as round-tripping, semantic equivalence, and what to look for in a data binding package.
Visits: 394 Updated: 2004-5-6  Rating: (Not Rated)  More info & Ratings
The Basic Steps to Connect Oracle and Java Program
Here, I will show you what the steps to make a connection between Oracle database and your Java program.
Visits: 464 Updated: 2006-1-18  Rating: (Not Rated)  More info & Ratings
Three ways to connect a database to a Geronimo application server
Follow along using the included example application and a downloadable Eclipse IDE project to learn how to hook things up and get your application talking through a JDBC connection pool deployed in Geronimo. You can use any of three JDBC methods to connect a database to a Geronimo application server.
Visits: 319 Updated: 2005-7-1  Rating: (Not Rated)  More info & Ratings
Tired of hand coding JDBC?
There is an object relational mapper out there that is a hidden gem. Instead of creating a full domain model, its job is to map Java objects directly to SQL statements. This framework is called iBatis, and its goal is to implement 80% of the JDBC boilerplate code you would otherwise have to do yourself. In addition, it provides a simple mapping and API layer that lets developers quickly develop data access code. This article explains how iBatis can help you.
Visits: 277 Updated: 2005-12-27  Rating: (Not Rated)  More info & Ratings
Tuning JDBC: Measuring JDBC performance
Java Database Connectivity (JDBC) is used extensively by many Java applications. In this article, the first of a series on performance-tuning JDBC, I look at how to measure the performance of JDBC and how to identify which parts of your JDBC subsystem need optimizing.
Visits: 604 Updated: 2003-12-9  Rating: (Not Rated)  More info & Ratings
Undo Tablespace in Oracle 9i
Oracle Database keeps records of actions of transactiion, before they are committed and Oracle needs this information to rollback or Undo the Changes to the database. These records in Oracle are called Rollback or Undo Records. And here you'll find some information about these doings.
Visits: 1368 Updated: 2002-2-20  Rating: 
Use a RandomAccessFile to build a low-level database
This month, Step by Step's newest contributor, Derek Hamner, shows you how to use Java's low-level file access to build a simple database. He uses a RandomAccessFile to store and retrieve arbitrary record data, allowing serializable objects to be persisted to a file and then later retrieved via their key. He wraps up with a demonstration of how his example can be used in real-world applications.
Visits: 934 Updated: 2003-12-11  Rating: (Not Rated)  More info & Ratings
Use Stored Procedures for Java Persistence
Find out why you should use stored procedures to build your Java persistence layer instead of embedded SQL, entity beans, or tools such as Hibernate. Then learn how to do it.
Visits: 656 Updated: 2005-10-10  Rating: (Not Rated)  More info & Ratings
Using a Generic SQL Entity EJB Wrapper to Simplify EJB Development
This article shares a design pattern that generalizes the use of entity EJBs to simplify EJB development. The design pattern retains the intuitive SQL interface, yet delivers the reusability and built-in distributed transaction support of EJBs. Many common cases can be handled. Because it is generalized, it can be used for automatic code generation. Given a database table, the bottom-up approach can generate code from Container-Managed Persistence (CMP) entity beans, session beans, up to a Java Server Page (JSP) or even a Web service.
Visits: 467 Updated: 2003-7-22  Rating: (Not Rated)  More info & Ratings
Using Object-Oriented Databases: A Step-By-Step Tutorial
This article walks you through the evolution of a simple application from a pure Java app to an OODB-enabled Java app. The author demonstrates how to create the database on the fly and give ou the source code for the whole solution.
Visits: 2456 Updated: 2001-7-17  Rating: (Not Rated)  More info & Ratings
Views from Abroad: GoXML DB, a Native XML Database for Java
This month, our foreign correspondent looks at a new database tool from Canada with a Java API that provides a single interface for developers and integrators.
Visits: 582 Updated: 2001-9-24  Rating: (Not Rated)  More info & Ratings
Write Java Apps with purQuery Inline Method
IBM pureQuery is a high-performance Java data access platform focused on simplifying the tasks of developing and managing applications that access data. This article introduces the pureQuery inline method programming style, and discusses how users can use it to efficiently query and update databases. Also explore benefits and key features of using the inline method.
Visits: 51 Updated: 2008-5-1  Rating: (Not Rated)  More info & Ratings


Found a broken link? Please report it to us.

  See also  
 Files
   Java Sourcecode
    Unsorted code
    Database
 

Sponsored Links 
Build IT Knowledge with Current & Trusted Content
Helps Employees Develop & Hone New Technical Programming Skills. Sign Up & Get Full Access.
Check Out IT Certification Preparation Materials
Sign Up With SkillSoft & Get Access to Training Materials for Over 50 Professional Certifications.
SFTP components for .NET
Add complete SSH and SFTP support to your .NET framework application
Virtual File System SDK
Create your own file systems in Windows and .NET applications
PureCM Software Configuration Management
Version control and integrated issue tracking - powerful and easy to use. Get your FREE trial now!
Buy a link now

Advertisement

  Free Magazine  
Free Magazines
Computerworld The most comprehensive source of news and analysis on the technologies and management issues of information technology. ...
subscribe now


Newsletter Submit Content About Advertising Awards Contact Us Link to us    
© 1996-2008 Community Networks Ltd All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited. Violators of this policy may be subject to legal action. Please read Terms Of Use and Privacy Statement for more information. Development by ASP.NET Konsult - Synchron Data.