Modeling data and best practices for the Azure Cosmos DB SQL API - BRK3184

Java Database Best Practices on March 2024 Shopping Deals at Bestonio.com

  • Java Database Best Practices: Persistence Models and Techniques for Java Database Programming

    • ASIN: B00BQN40HY
    • Manufacturer: O'Reilly Media

    When creating complex Java enterprise applications, do you spend a lot of time thumbing through a myriad of books and other resources searching for what you hope will be the API that's right for the project at hand?Java Database Best Practices rescues you from having to wade through books on each of the various APIs before figuring out which meth... [Read More]

  • Database Programming with JDBC & Java: Developing Multi-Tier Applications (Java (O'Reilly))

    • UPC: 636920926160
    • ASIN: 1565926161
    • ISBN: 1565926161
    • Manufacturer: O'Reilly Media

  • OCA: Oracle Certified Associate Java SE 8 Programmer I Study Guide: Exam 1Z0-808

    • ASIN: 1118957407
    • ISBN: 1118957407
    • Brand: imusti
    • Manufacturer: Sybex

    Full coverage of functional programming and all OCA Java Programmer exam objectives OCA, Oracle Certified Associate Java SE 8 Programmer I Study Guide, Exam 1Z0-808 is a comprehensive study guide for those taking the Oracle Certified Associate Java SE 8 Programmer I exam (1Z0-808). With complete coverage of 100% of the exam objectives, this book pr... [Read More]

  • High-Performance Java Persistence

    • ASIN: 973022823X
    • ISBN: 973022823X
    • Brand: Ingramcontent
    • Manufacturer: VLAD MIHALCEA

    A high-performance data access layer must resonate with the underlying database system. Knowing the inner workings of a relational database and the data access frameworks in use can make the difference between a high-performance enterprise application and one that barely crawls.This book is a journey into Java data access performance tuning. From c... [Read More]

  • Expert Oracle JDBC Programming

    • ASIN: 159059407X
    • ISBN: 159059407X
    • Brand: Brand: Apress
    • Manufacturer: Apress

    * First book on the market that covers building high-performance Java applications on the Oracle database―using the latest versions of both the Oracle database (10g) and the JDBC API (3.0). * Promotes and explains an "anti black box" approach to Oracle development complete with benchmark code) that will allow developers to write highly efficient,... [Read More]

  • JDBC¿ API Tutorial and Reference (3rd Edition)

    • UPC: 785342173840
    • ASIN: 0321173848
    • ISBN: 0321173848
    • Manufacturer: Addison-Wesley Professional

  • High Performance Spark: Best Practices for Scaling and Optimizing Apache Spark

    • ASIN: 1491943203
    • ISBN: 9781491943205
    • Manufacturer: O'Reilly Media

    Apache Spark is amazing when everything clicks. But if you haven’t seen the performance improvements you expected, or still don’t feel confident enough to use Spark in production, this practical book is for you. Authors Holden Karau and Rachel Warren demonstrate performance optimizations to help your Spark queries run faster and handle larger d... [Read More]

  • Murach's Python Programming

    • ASIN: 1890774979
    • ISBN: 1890774979
    • Brand: Murach Joel
    • Manufacturer: Mike Murach & Associates

    If you want to learn how to program but don't know where to start, this is the right book and the right language for you. From the first page, our unique self-paced approach will help you build competence and confidence in your programming skills. And Python is the best language ever for learning how to program because of its simplicity and breadth... [Read More]

  • JDBC Recipes: A Problem-Solution Approach

    • ASIN: 1430211997
    • ISBN: 1430211997
    • Manufacturer: Apress

    * The only standard size JDBC "cookbook" in market with clear specification of problems and ready-to-be-used working code solutions (in a cut-and-paste fashion) that work for at least two leading databases such as MySQL and Oracle. • Most existing JDBC-related books provide only generic solutions, which might not work on any vendor’s database. ... [Read More]

  • Java APIs, Extensions and Libraries: With JavaFX, JDBC, jmod, jlink, Networking, and the Process API

    • ASIN: B07C126PFW
    • Manufacturer: Apress

    This book completes the Apress Java learning journey and is a comprehensive approach to learning Java APIs, extensions, and modules such as Java EE integration, mobile Java modules, JavaFX, and JDBC. In this book, you'll learn how to build user interfaces with Swing and JavaFX as well as how to write network programs with the new Java 9 and much mo... [Read More]

  • JDBC Tutorials - Herong's Tutorial Examples

    • ASIN: 1981025634
    • ISBN: 1981025634
    • Manufacturer: Independently published

    This JDBC tutorial book is a collection of notes and sample codes written by the author while he was learning JDBC technology himself. It can be used as a tutorial guide for beginners. Topics include Java, Database, JDBC, Driver, ODBC, Connection, DataSource, SQL, ResultSet, Metadata, Derby, MySQL, Oracle, SQL Server, MS Access. For latest update, ... [Read More]

  • Spring in Action: Covers Spring 4

    • ASIN: 161729120X
    • ISBN: 161729120X
    • Manufacturer: Manning Publications

    SummarySpring in Action, Fourth Edition is a hands-on guide to the Spring Framework, updated for version 4. It covers the latest features, tools, and practices including Spring MVC, REST, Security, Web Flow, and more. You'll move between short snippets and an ongoing example as you learn to build simple and efficient J2EE applications. Author Craig... [Read More]

  • Mastering Python: Machine Learning, Data Structures, Django, Object Oriented Programming and Software Engineering (Including Programming Interview Questions) [2nd Edition]

    • ASIN: B07JDC79VK

    Unlike some guides that give you just the basics that you need to get started, this book teaches you everything you need to know about using Python including what you can use it for. Python is a diverse language and is the foundation of much of what we use in the world today. Most data applications, many websites and machine learning are all powere... [Read More]

  • STEP BY STEP Database Programming with JDBC and PostgreSQL: A beginner's guide to building high-performance PostgreSQL database solutions

    • ASIN: B07QDZMLMY
    • Manufacturer: SPARTA PUBLISHING

    PostgreSQL was designed to run on UNIX-like platforms. However, PostgreSQL was then also designed to beportable so that it could run on various platforms such as Mac OS X, Solaris, and Windows. PostgreSQL is free and open source software. Its source code is available under PostgreSQL license, a liberal open source license. You are free to use, modi... [Read More]

  • Java 8 in Action: Lambdas, Streams, and functional-style programming

    • ASIN: 1617291994
    • ISBN: 1617291994
    • Brand: Manning Publications
    • Manufacturer: Manning Publications

    SummaryJava 8 in Action is a clearly written guide to the new features of Java 8. The book covers lambdas, streams, and functional-style programming. With Java 8's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!Purchase of the print book includes... [Read More]

  • JDBC Pocket Reference

    • UPC: 636920004578
    • ASIN: 0596004575
    • ISBN: 0596004575
    • Manufacturer: O'Reilly Media

    JDBC--the Java Database Connectivity specification--is a complex set of application programming interfaces (APIs) that developers need to understand if they want their Java applications to work with databases. JDBC is so complex that even the most experienced developers need to refresh their memories from time to time on specific methods and detail... [Read More]

  • OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide: Exam 1Z0-809

    • ASIN: B0191U2H8C
    • Manufacturer: Sybex

    Complete, trusted preparation for the Java Programmer II exam OCP: Oracle Certified Professional Java SE 8 Programmer II Study Guide is your comprehensive companion for preparing for Exam 1Z0-809 as well as upgrade Exam 1Z0-810 and Exam 1Z0-813. With full coverage of 100% of exam objectives, this invaluable guide reinforces what you know, teache... [Read More]

  • Oracle Database 12c PL/SQL Advanced Programming Techniques

    • ASIN: 0071835148
    • ISBN: 9780071835145
    • Manufacturer: McGraw-Hill Education

    Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Take Your PL/SQL Programming Skills to the Next LevelBuild robust database-centric PL/SQL applications quickly and effectively. Oracle Database 12c PL/SQL Advanc... [Read More]

  • Java EE Applications on Oracle Java Cloud:: Develop, Deploy, Monitor, and Manage Your Java Cloud Applications (Oracle Press)

    • ASIN: 0071817158
    • ISBN: 0071817158
    • Manufacturer: McGraw-Hill Education

    Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Master Java EE Application Development on Oracle Java CloudBuild highly available, scalable, secure, distributed applications on Oracle Java Cloud. In this Oracle... [Read More]

  • 97 Things Every Programmer Should Know: Collective Wisdom from the Experts

    • ASIN: B0039OVIAK
    • Manufacturer: O'Reilly Media

  • Modeling data and best practices for the Azure Cosmos DB SQL API - BRK3184

    DAO and Best Practices | Advanced Java Tutorial | Mr.Nataraj

    SnapLogic Best Practices: Java Database Connectivity (JDBC)