• home
  • forum
  • my
  • kt
  • download
  • this:1/1 25records  total:14    start  Previous  Next  Last    goto:
    Java Persistence / Hibernate performance tips
    ON: 2009-04-16 14:42:52
    There is a incredible choice of options to improve the performance of Hibernate application. This article describes for different use cases how to improve the performance.
    63 times | category:
    Hibernate Search with Lucene
    ON: 2009-04-16 14:39:11
    The tutorial explain how to use the Hibernate Search based on Lucene. Full source code is included with the tutorial. There is an outlook to advanced features as well.
    75 times | category:
    Java Tutorial - Connect to Database using JDBC
    ON: 2009-04-16 10:12:06
    Beginners tutorial on connecting to a database with JAVA. Includes step-by-step instructions and comprehensive code examples.
    6 times | category:
    Mastering Grails and legacy databases with Hibernate
    ON: 2009-04-16 10:09:48
    Grails give you seamless integration with your legacy Java code. If you have Java classes that already map to your legacy databases, Grails allows you to use them unchanged. In this article you'll see examples that use Grails with Hibernate HBM files, and Enterprise JavaBeans 3 annotations with legacy Java classes.
    2 times | category:
    BLOB field handling through Java
    ON: 2008-08-12 13:51:09
    This article discusses the BLOB feature in the database and the author shows on how any file can be stored in the BLOB field of Oracle and can be displayed as an save as attachment dialog box. Very good article for the beginners and intermediate developers who wants to add the file upload and "save As" attachment feature in their struts powered web application .
    56 times | category:
    JDBC Tutorial
    ON: 2008-08-12 13:48:02
    jdbc tutorial teaching jdbc programming using java jdbc odbc connectivity on a oracle database with example source codes.
    107 times | category:
    Database Metadata with JDBC
    ON: 2007-08-01 10:42:48
    The goal of this tutorial is to show you how to use JDBCâ
    708 times | category:
    Connecting to a MySQL Database using Connector/J JDBC Driver.
    ON: 2007-08-01 10:41:08
    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.
    157 times | category:
    Creating JDBC SQL Statements. Displaying Records from a MySQL Database.
    ON: 2007-08-01 10:33:46
    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.
    2039 times | category:
    Installing and Configuring MySQL Database and Connector/J JDBC Driver
    ON: 2007-08-01 10:28:19
    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.
    1775 times | category:
    Counting Records in MySQL by JSP
    ON: 2007-08-01 10:27:34
    This code source displays count of records in MySQL. We are using a SQL statement. You can easily modify the code to use in different languages. But this code can be used for JSP with MySQL. We will use Connector/J driver to connect database.
    39 times | category:
    A Brief Introduction to JDBC.
    ON: 2007-08-01 10:26:31
    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.
    31 times | category:
    JDBC wrapper: A quick data access solution for simple programs
    ON: 2007-08-01 10:25:45
    JDBC provides a powerful, comprehensive interface for accessing databases from Java programs. For smaller projects, JDBC can seem overwhelming, driving some programmers to avoid using a database altogether. 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.
    48 times | category:
    What's new in JDBC 3.0
    ON: 2007-08-01 10:24:52
    The Java Database Connectivity (JDBC) API has emerged as a key part of the Java 2 Standard Edition (J2SE) and Java 2 Enterprise Edition (J2EE) platforms. It is the primary standards-based mechanism for the Java language to programmatically access relational databases, so when a new version of the specification is released by the Java Community Process, developers are bound to be interested. This article summarizes the key new features as outlined in Sun Microsystems' recently released Proposed Final Draft 3.0 of the JDBC specification.
    41 times | category:
    this:1/1 25records  total:14    start  Previous  Next  Last    goto:

    Category

      Applet Building (9)
      Application Building (9)
      Communication (1)
      Database Related (14)
      Development (13)
      EJB (14)
      Game Programming (5)
      General Java (71)
      Javabeans (4)
      JSP and Servlets (25)
      Miscellaneous (28)
      Networking (1)
      Security (3)
      Swing (13)
      WAP and WML (2)
      XML and Java (4)