ITQuestionBank.com
 
Search for  
 
Advanced Search
  Home | Add a Link | Modify a Link | Login | Register | New Listings | Most Popular | Top Ranked | Link to Us | Search | Site Map | Privacy Policy

 Categories

 Editors Picks
  • Download CX-310-015 Free Exam Simulator
  • Download CX-310-014 Free Exam Simulator
  • Download SCEA Free Exam Simulator : 310-051
  • VB NET 2005 Training The NET Framework Architecture Part 1
  • Oracle Applications 11i Technical Training
  • MSAS Step by Step Tutorials
  • Oracle 9i Step by Step Tutorials
  • ASP.NET with C# Training
  • Live DataStage Interview Questions
  • SCJP for Java 2 Platform 1.4 CX-310-035 Free Exam Simulator
  • IT Interview Questions
  • IT Experts Online Journal

  • Home : Java : JDBC
    Click "Subscribe" if you want to be notified of new or updated links in this category.Subscribe
    JDBC Listings
    Total:  25Displaying: 11 - 20Pages: << 1 2 3 >>

    Show Sort By

    Converting JDBC Result Sets to XML
    Introduction XML has become the common format for passing data between components residing on different platforms. With the move to XML-based services, developers often find themselves converting various data structures to and from XML. Arguably, the most prevalent form of persisting data is in relational databases. How does one go about converting relational data structures into XML? In this article, we'll do just that and build a utility to expose relational data as XML documents.

    Updated: 04/10/2005

    An Introduction to JDBC, Part 2
    This is Part Two of a book excerpt from Java Enterprise in a Nutshell . This excerpt focuses on database connection, statements and results. Connecting to the Database The java.sql. Connection object, which encapsulates a single connection to a particular database, forms the basis of all.

    Updated: 04/10/2005

    Databases and Tomcat
    In This Chapter Using JDBC and Data Sources Direct JDBC Database Access Tomcat Data Sources Data Access Objects (DAOs) Security Considerations Most Web applications need to store information on a temporary or permanent basis. The most common repository for data storage is the ubiquitous relational database. In this chapter you will be using databases from within Tomcat Web applications using both direct JDBC access and the preferred approach of JNDI data sources.

    Updated: 04/10/2005

    Flawed JDO Points the Way to the Objectbase
    There's been a lot of hype lately about Java Data Objects (JDO). It appears to be the new silver bullet that will alleviate all of our coding drudgery. JDO threatens the livelihood of products such as object/relational mapping utilities that map Java objects to relational data. Because of this, and for other reasons, JDO has received more than its fair share of bad press.

    Updated: 04/10/2005

    JDOQL: The JDO Query Language
    Java developers use serialization, JDBC, or EJB Container Managed Persistence (CMP) for the persistence of the data in their programs, but each of these commonly used persistence mechanisms has some drawbacks (see sidebar Limitations of Current Persistence Mechanisms ). Now, however, the Java Data Objects (JDO) API defined in the Java Community Process (JCP) provides transparent persistence of Java object models in transactional datastores.

    Updated: 04/10/2005

    Create a .NET-J2EE Shared Database
    SQL Server 2000, ADO.NET, Java, JDBC Note: This article is excerpted from Chapter 7, Creating a Shared Database, of Microsoft .NET and J2EE Interoperability Toolkit [Microsoft Press, 2003, ISBN: 0735619220]. You can read a PDF of the full chapter here . Y ou can achieve interoperability between the Microsoft .NET Framework and Java 2 Enterprise Edition (J2EE) simply.

    Updated: 04/10/2005

    JRun 3.0 Connection Pooling


    Updated: 04/10/2005

    Ever Feel Like Life Is Just Scrolling By?
    This Article uses this code as an example of how to use the JDBC to implement a workaround for a scrolling cursor. It illustrates a number of important techniques, such as how to handle connections, rows, and columns. Very simple example of implementing something that acts like a scrolling cursor in JDBC. Don't use this as an example of good program structure, rather use it as an example for how to get the job done.

    Updated: 04/10/2005

    Using iBatis SQL Maps for Java Data Access
    Finding the best approach when accessing a database from Java can be a daunting task. The most common solution is to program directly to the JDBC (Java Database Connectivity) APIs. The result is hard-to-read source files, bloated with complex code that has nothing to do with business logic. To make matters worse, JDBC does nothing to address the natural differences that usually exist between a system's object model and its relational data model.

    Updated: 04/10/2005

    Using Java Data Objects
    In a past article on XML Databinding , I showed how you could work with Java objects and have them persist as XML files. In this article, I'll discuss Sun's Java Data Objects (JDO) standard. JDO allows you to persist Java objects, supporting transactions and multiple users. It differs from JDBC in that you don't have to think about SQL and all that database stuff. It differs from serialization as it allows multiple users and transactions.

    Updated: 04/10/2005

    JDBC Listings
    Total:  25Displaying: 11 - 20Pages: << 1 2 3 >>



    Privacy Policy
    14278 Resources Listed in 604 Categories  ~  IT QuestionBank © 2005 -2007