Java In Action An Excellent Guide To Explore Jdbc And Database Applications

Download Java In Action An Excellent Guide To Explore Jdbc And Database Applications full books in PDF, epub, and Kindle. Read online free Java In Action An Excellent Guide To Explore Jdbc And Database Applications ebook anywhere anytime directly on your device. Fast Download speed and no annoying ads. We cannot guarantee that every ebooks is available!

Java In Action: An Excellent Guide to Explore JDBC And Database Applications

Java In Action: An Excellent Guide to Explore JDBC And Database Applications
Author :
Publisher : SPARTA PUBLISHING
Total Pages : 493
Release :
ISBN-10 :
ISBN-13 :
Rating : 4/5 ( Downloads)

Book Synopsis Java In Action: An Excellent Guide to Explore JDBC And Database Applications by : Vivian Siahaan

Download or read book Java In Action: An Excellent Guide to Explore JDBC And Database Applications written by Vivian Siahaan and published by SPARTA PUBLISHING. This book was released on 2019-11-27 with total page 493 pages. Available in PDF, EPUB and Kindle. Book excerpt: This step-by-step guide to explore database programming using Java is ideal for people with little or no programming experience. The goal of this concise book is not just to teach you Java, but to help you think like a programmer. Each brief chapter covers the material for one week of a college course to help you practice what you've learned. As you would expect, this book shows how to build from scratch two different databases: PostgreSQL and SQLite using Java. In designing a GUI and as an IDE, you will make use of the NetBeans tool. In the first chapter, you will learn: How to install NetBeans, JDK 11, and the PostgreSQL connector; How to integrate external libraries into projects; How the basic PostgreSQL commands are used; How to query statements to create databases, create tables, fill tables, and manipulate table contents is done.In the first chapter, you will learn: How to install NetBeans, JDK 11, and the PostgreSQL connector; How to integrate external libraries into projects; How the basic PostgreSQL commands are used; How to query statements to create databases, create tables, fill tables, and manipulate table contents is done. In the second chapter, you will learn querying data from the postgresql using jdbc including establishing a database connection, creating a statement object, executing the query, processing the resultset object, querying data using a statement that returns multiple rows, querying data using a statement that has parameters, inserting data into a table using jdbc, updating data in postgresql database using jdbc, calling postgresql stored function using jdbc, deleting data from a postgresql table using jdbc, and postgresql jdbc transaction. In chapter three, you will create a PostgreSQL database, named School, and its tables. In chapter four, you will study: Creating the initial three table projects in the school database: Teacher table, TClass table, and Subject table; Creating database configuration files; Creating a Java GUI for viewing and navigating the contents of each table; Creating a Java GUI for inserting and editing tables; and Creating a Java GUI to join and query the three tables. In chapter five, you will learn: Creating the main form to connect all forms; Creating a project will add three more tables to the school database: the Student table, the Parent table, and Tuition table; Creating a Java GUI to view and navigate the contents of each table; Creating a Java GUI for editing, inserting, and deleting records in each table; Creating a Java GUI to join and query the three tables and all six. In chapter six, you will study how to query the six tables. In chapter seven, you will be shown how to create SQLite database and tables with Java. In chapter eight, you will be taught how to extract image features, utilizing BufferedImage class, in Java GUI. Digital image techniques to extract image features used in this chapted are grascaling, sharpening, invertering, blurring, dilation, erosion, closing, opening, vertical prewitt, horizontal prewitt, Laplacian, horizontal sobel, and vertical sobel. For readers, you can develop it to store other advanced image features based on descriptors such as SIFT and others for developing descriptor based matching. In chapter nine, you will be taught to create Java GUI to view, edit, insert, and delete Suspect table data. This table has eleven columns: suspect_id (primary key), suspect_name, birth_date, case_date, report_date, suspect_ status, arrest_date, mother_name, address, telephone, and photo. In chapter ten, you will be taught to create Java GUI to view, edit, insert, and delete Feature_Extraction table data. This table has eight columns: feature_id (primary key), suspect_id (foreign key), feature1, feature2, feature3, feature4, feature5, and feature6. All six fields (except keys) will have a BLOB data type, so that the image of the feature will be directly saved into this table. In chapter eleven, you will add two tables: Police_Station and Investigator. These two tables will later be joined to Suspect table through another table, File_Case, which will be built in the seventh chapter. The Police_Station has six columns: police_station_id (primary key), location, city, province, telephone, and photo. The Investigator has eight columns: investigator_id (primary key), investigator_name, rank, birth_date, gender, address, telephone, and photo. Here, you will design a Java GUI to display, edit, fill, and delete data in both tables. In chapter twelve, you will add two tables: Victim and Case_File. The File_Case table will connect four other tables: Suspect, Police_Station, Investigator and Victim. The Victim table has nine columns: victim_id (primary key), victim_name, crime_type, birth_date, crime_date, gender, address, telephone, and photo. The Case_File has seven columns: case_file_id (primary key), suspect_id (foreign key), police_station_id (foreign key), investigator_id (foreign key), victim_id (foreign key), status, and description. Here, you will also design a Java GUI to display, edit, fill, and delete data in both tables. Finally, this book is hopefully useful and can improve database programming skills for every Java/PostgreSL/SQLite pogrammer.


Java In Action: An Excellent Guide to Explore JDBC And Database Applications Related Books

Java In Action: An Excellent Guide to Explore JDBC And Database Applications
Language: en
Pages: 493
Authors: Vivian Siahaan
Categories: Computers
Type: BOOK - Published: 2019-11-27 - Publisher: SPARTA PUBLISHING

DOWNLOAD EBOOK

This step-by-step guide to explore database programming using Java is ideal for people with little or no programming experience. The goal of this concise book i
JDBC
Language: en
Pages: 130
Authors: Gregory D. Speegle
Categories: Computers
Type: BOOK - Published: 2002 - Publisher: Morgan Kaufmann

DOWNLOAD EBOOK

1 -- Introduction to JDBC -- 2 -- Presenting Information to Users -- 3 -- Querying the Database -- 4 -- Updating the Database -- 5 -- Advanced JDBC Topics -- 6
The Database Hacker's Handbook Defending Database
Language: en
Pages: 516
Authors: David Litchfield Chris Anley John Heasman Bill Gri
Categories:
Type: BOOK - Published: - Publisher: John Wiley & Sons

DOWNLOAD EBOOK

Oracle Database Programming using Java and Web Services
Language: en
Pages: 1121
Authors: Kuassi Mensah
Categories: Computers
Type: BOOK - Published: 2011-04-08 - Publisher: Digital Press

DOWNLOAD EBOOK

The traditional division of labor between the database (which only stores and manages SQL and XML data for fast, easy data search and retrieval) and the applica
Professional Java for Web Applications
Language: en
Pages: 944
Authors: Nicholas S. Williams
Categories: Computers
Type: BOOK - Published: 2014-02-21 - Publisher: John Wiley & Sons

DOWNLOAD EBOOK

The comprehensive Wrox guide for creating Java web applications for the enterprise This guide shows Java software developers and software engineers how to build