| Java Applets -> Applets | ||
|
Java Applets
java gui java ide java jdbc java jdk java math java mobile java pdf java plugin java random java regular expressions |
java jdbc
Java: Java JDBC: JDBC 103: Creating and executing an SQL query with Java JDBCLearn Java, JDBC, and SQL with our free Java JDBC tutorials. Java JDBC 103 - Creating and executing an SQL query with JDBC. O'Reilly Media -- Bookstore: Database Programming with JDBC and Java This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and includes... Amazon.com: Jdbc Database Access With Java: A Tutorial and Annotated Reference (Java Series): Books: Graham Hamilton,Rick Cattell,Maydene Fisher Amazon.com: Jdbc Database Access With Java: A Tutorial and Annotated Reference (Java Series): Books: Graham Hamilton,Rick Cattell,Maydene Fisher by Graham Hamilton,Rick Cattell,Maydene Fisher Integrating Databases with Java via JDBC - Java World The truth is that everything that you can do in C++, you can do in Java. And more. Java -- combined with JDBC, JavaSoft's database connectivity specification -- provides new means for communicating with databases through a system similar to that of C and C++ applications. And the platform neutrality and database-integration abilities of Java cannot be stressed enough -- why else would major database manufacturers be so interested. Here's how JDBC works. Java Slideshow Create java slideshow for your website. JDBC and Java database programming books: A comparative review - Java World If Java ever needed a Trojan horse to successfully invade the corporate IT departments' inner sanctums, it has found one in JDBC. Equipped with JDBC, Java enables the creation of cheap, platform-neutral thin clients that can fully exploit legacy databases. This ability is nothing short of dynamite, so you would expect a few books out there to concentrate on JDBC and database programming. Indeed, there are more than a few Java books that sport "JDBC" and/or "Database" in their title, and in this review, I'll show you which are worth the trees they're printed on. (4,300 words) java.net: What's New in JDBC 4.0? Sharad Acharya shows off the new features of JDBC 4.0, including simplified driver loading, better exception reporting and handling, support for more data types, and more. ONJava.com -- JDBC 4.0 Enhancements in Java SE 6 Srini Penchikala tours the major features of JDBC 4.0, part of Java SE 6, including annotation-based queries, better exception handling, RowID support, and more sensible driver loading. ONJava.com -- Using Global/Distributed Transactions in Java/JDBC with Oracle Real Application Clusters You can solve some problems with transactional integrity across a database cluster by taking responsibility for load balancing in your own code. Sachin Shetty shows how this works with Java and Oracle Real Application Cluster. Linux Tutorial: Java Servlets,JSP,Jakarta-Tomcat,JDBC,PostgreSQL,MySQL and Linux Using Java Servlets,JSP,Jakarta-Tomcat and a PostgreSQL or MySQL database with Linux. This tutorial covers installation, configuration and use. IBM Software - Informix product family - Family Overview IBM Informix® software delivers superior application performance for transaction intensive environments. Our products provide flexible solutions that integrate easily with your IT environment. Java Woman - Java Database Access and JDBC Here are some links about the new JDBC (which is part of version 1.1 of the JDK) and products for linking Java to databases. Amazon.co.uk: Database Programming with JDBC and Java, 2nd Edition: Books: George Reese Amazon.co.uk: Database Programming with JDBC and Java, 2nd Edition: Books: George Reese by George Reese Amazon.co.uk: Beginning Java Databases: JDBC, SQL, J2EE, EJB, JSP, XML: Books: Kevin Mukhar,Todd Lauinger,John Carnell Amazon.co.uk: Beginning Java Databases: JDBC, SQL, J2EE, EJB, JSP, XML: Books: Kevin Mukhar,Todd Lauinger,John Carnell by Kevin Mukhar,Todd Lauinger,John Carnell java.net: The JDBC RowSet Implementations Tutorial In this tutorial, we look at how to use the standard JDBC RowSet implementations specified in JSR-114. JDBC RowSets are provided as part of Java 5.0, supplying both a standard set of level APIs and production-ready reference implementation that will ... Mckoi SQL Database Home Page Mckoi SQL Database is an SQL Database written entirely in Java. It can operate as a multi-threaded multi-user database server or embedded in a Java application. O'Reilly - Safari Books Online - 1565926161 - Database Programming with JDBC and Java, 2nd Edition 1565926161 - Database Programming with JDBC and Java, 2nd Edition - Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not. This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information store). The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time. It then explains how to issue database queries and updates through SQL and JDBC. It also covers the use of stored procedures and other measures to improve efficiency, where these are available. But the book's key contribution is a set of patterns that let developers isolate critical tasks like object creation, information storage and retrieval, and the committing or aborting of transactions. The second edition includes more basics of JDBC and SQL, with more examples, and a deeper discussion about the architecture of a robust, maintainable database application. The second edition also explains the relationship between JDBC and Enterprise JavaBeans. O'Reilly - Safari Books Online - 059600088X - Java Programming with Oracle JDBC 059600088X - Java Programming with Oracle JDBC - Learn how to leverage JDBC, a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL queries and get results back. You'll move on to advanced topics such as streaming large objects, calling PL/SQL procedures, and working with Oracle9i's object-oriented features, then finish with a look at transactions, concurrency management, and performance. Java Servlets and JDBC Training This practical, application-oriented Java training course teaches Java Servlets technology and shows how to use it to develop simple to complex Web applications. It is intended for experienced Java (J2SE) programmers who want to build Web applications or J2EE components and systems. The course also provides in-depth coverage of database programming using JDBC and introduces the JDBC architecture model and then discusses the details of SQL programming through JDBC. Advanced topics in JDBC programming are covered, including working with transactions, using prepared statements and parameterized queries, stored procedures, and the DriverManager class. Oracle JDBC Logging Using java.util.logging, from Oracle - White Papers, Webcasts and Case Studies - ZDNet The Oracle JDBC drivers use two different mechanisms to generate log output. Versions of the JDBC drivers for older versions of Java, 1.2 and 1.3, use a proprietary mechanism. Versions of the JDBC drivers for newer versions of Java, 1.4 and later, use the Java standard logging mechanism, java.util.logging This paper describes how to use java.util.logging with the Oracle JDBC drivers. The paper shows all the tools a person needs for most purposes. java.util.logging is a powerful tool with lots of An Overview of DB2 and Java DataBase Connectivity (JDBC) Are you confused about JDBC support in DB2? Author Paul Zikopoulos pulls it all together and answers common questions, too. IBM System i - IBM Toolbox for Java: JDBC FAQ Access iSeries or AS/400 data and resources from your Java applets, servlets and applications with the IBM Toolbox for Java Java JDBC - Updating a Record Example | Marakana Blog This program modifies a customer in a NorthWind-like database. The example demonstrates the use of prepared statements and SQL UPDATE calls. (...) Java JDBC - Inserting a Record Example | Marakana Blog This program adds a customer into a NorthWind-like database. The example demonstrates the use of prepared statements and SQL INSERT calls. (...) Java Feature — JDBC 4.0 @ JAVA DEVELOPER'S JOURNAL It's been over three years since the JDBC Expert Group held its first meeting to gather requirements, requests, and pipe dreams for the JDBC 4.0 specification. In that meeting, we discussed a wide variety of topics, including performance enhancements, clarifications on the existing JDBC 3.0 specification, and Ease of Development features. Unbelievably, everything but the kitchen sink ended up making it into the release. In this article, we'll look at several key features that made the enhancement list for JDBC 4.0, and we'll discuss why those features are important. CONNX JDBC Driver (JAVA, JDBC) ODBC RMS, odbc rms, RMS ODBC, rms odbc, RMS, ODBC, OLEDB, VMS, OpenVMS, ODBC OpenVMS, JDBC, OpenVMS ODBC JDBC and Pure Java Resources on TechRepublic White papers, case studies, technical articles, and blog posts relating to JDBC and Pure Java Safari Bookshelf - 059600088X - Java Programming with Oracle JDBC 059600088X - Java Programming with Oracle JDBC - Learn how to leverage JDBC, a key Java technology used to access relational data from Java programs, in an Oracle environment. Author Donald Bales begins by teaching you the mysteries of establishing database connections, and how to issue SQL queries and get results back. You'll move on to advanced topics such as streaming large objects, calling PL/SQL procedures, and working with Oracle9i's object-oriented features, then finish with a look at transactions, concurrency management, and performance. Safari Bookshelf - 1565926161 - Database Programming with JDBC and Java, 2nd Edition 1565926161 - Database Programming with JDBC and Java, 2nd Edition - Java and databases make a powerful combination. Getting the two sides to work together, however, takes some effort--largely because Java deals in objects while most databases do not. This book describes the standard Java interfaces that make portable object-oriented access to relational databases possible and offers a robust model for writing applications that are easy to maintain. It introduces the JDBC and RMI packages and uses them to develop three-tier applications (applications divided into a user interface, an object-oriented logic component, and an information store). The book begins with a quick overview of SQL for developers who may be asked to handle a database for the first time. It then explains how to issue database queries and updates through SQL and JDBC. It also covers the use of stored procedures and other measures to improve efficiency, where these are available. But the book's key contribution is a set of patterns that let developers isolate critical tasks like object creation, information storage and retrieval, and the committing or aborting of transactions. The second edition includes more basics of JDBC and SQL, with more examples, and a deeper discussion about the architecture of a robust, maintainable database application. The second edition also explains the relationship between JDBC and Enterprise JavaBeans. Amazon.de: Java Database Programming with JDBC: Discover the Essentials for Developing Databases for Internet or Intranet Applications (Webmaster Series): English Books: Pratik Patel Amazon.de: Java Database Programming with JDBC: Discover the Essentials for Developing Databases for Internet or Intranet Applications (Webmaster Series): English Books: Pratik Patel by Pratik Patel Computing Careers Cerebra IT Recruitment - JSP Developer JAVA JDBC ORACLE Banking Frankfurt, Frankfurt Frankfurt, IT jobs in the UK, with IT vacancies from trainee to board level and free computer job alerts by email. From the publishers of Computing newspaper. UK work permit required. |
|