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

    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 provides everything you need to know to confidently take the exam. The release of Java 8 brought the language's biggest changes to date, and for the first time, candidates are required to learn functional programming to pass the exam. This study guide ... [Read More]

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

  • Data Structures and Other Objects Using Java (4th Edition)

    Data Structures and Other Objects Using Java is a gradual, "just-in-time" introduction to Data Structures for a CS2 course. Each chapter provides a review of the key aspects of object-oriented programming and a syntax review, giving students the foundation for understanding significant programming concepts. With this framework they are able to accomplish writing functional data structures by using a five-step method for working with data types; understanding the data type abstractly, writing a specification, using the data type, designing and implementing the data type, and analyzing the imp... [Read More]

    • ASIN: 0132576244
    • ASIN: 0132576244
    • ISBN: 0132576244
    • Brand: Brand: Prentice Hall
    • Manufacturer: Pearson

  • Hadoop Application Architectures: Designing Real-World Big Data Applications

    Get expert guidance on architecting end-to-end data management solutions with Apache Hadoop. While many sources explain how to use various components in the Hadoop ecosystem, this practical book takes you through architectural considerations necessary to tie those components together into a complete tailored application, based on your particular use case.To reinforce those lessons, the book’s second section provides detailed examples of architectures used in some of the most commonly found Hadoop applications. Whether you’re designing a new Hadoop application, or planning to integrate Hado... [Read More]

    • ASIN: 1491900083
    • ASIN: 1491900083
    • ISBN: 1491900083
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

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

    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 data sizes, while using fewer resources.Ideal for software engineers, data engineers, developers, and system administrators working with large-scale data applications, this book describes techniques that can reduce data infrastructure costs and develo... [Read More]

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

  • Programming Python: Powerful Object-Oriented Programming

    If you've mastered Python's fundamentals, you're ready to start using it to get real work done. Programming Python will show you how, with in-depth tutorials on the language's primary application domains: system administration, GUIs, and the Web. You'll also explore how Python is used in databases, networking, front-end scripting layers, text processing, and more. This book focuses on commonly used tools and libraries to give you a comprehensive understanding of Python’s many roles in practical, real-world programming.You'll learn language syntax and programming techniques in a clear and con... [Read More]

    • ASIN: 0596158106
    • ASIN: 0596158106
    • ISBN: 0596158106
    • Brand: imusti
    • Manufacturer: O'Reilly Media

  • Data Structures and Algorithms Using Java

    With an accessible writing style and manageable amount of content, Data Structures and Algorithms Using Java is the ideal text for your course. This outstanding text correlates to the recommended syllabus put forth by the Association of Computing Machinery standard curriculum guidelines. The author has produced a resource that is more readable and instructional than any other, without compromising the scope of the ACM CS103, Data Structures and Algorithms, course material. The text's unique, student-friendly pedagogical approach and organizational structure will keep students engaged in the pr... [Read More]

    • ASIN: 076375756X
    • ASIN: 076375756X
    • ISBN: 076375756X
    • Manufacturer: Jones & Bartlett Learning

  • Java Persistence with Hibernate

    Summary Java Persistence with Hibernate, Second Edition explores Hibernate by developing an application that ties together hundreds of individual examples. In this revised edition, authors Christian Bauer, Gavin King, and Gary Gregory cover Hibernate 5 in detail with the Java Persistence 2.1 standard (JSR 338). All examples have been updated for the latest Hibernate and Java EE specification versions. About the Technology Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. Persistence—the ability of data to outlive an instance of a pro... [Read More]

    • ASIN: 1617290459
    • ASIN: 1617290459
    • ISBN: 1617290459
    • Manufacturer: Manning Publications

  • Database Design and Implementation

    * Covering the traditional database system concepts from a systems perspective, this book addresses the functionality that database systems provide as well as what algorithms and design decisions will best implement their functionality * Describes what Java tools and techniques will best help developers build an application that uses a database system * Contains a fully functional database system that allows readers to examine and modify the code

    • ASIN: 0471757160
    • ASIN: 0471757160
    • ISBN: 0471757160
    • Manufacturer: Wiley

  • Java Enterprise in a Nutshell: A Practical Guide (In a Nutshell (O'Reilly))

    Nothing is as constant as change, and this is as true in enterprise computing as anywhere else. With the recent release of Java 2 Enterprise Edition 1.4, developers are being called on to add even greater, more complex levels of interconnectivity to their applications.To do this, Java developers today need a clear understanding of how to apply the new APIs, use the latest open source Java tools, and learn the capabilities and pitfalls in Java 2 Enterprise Edition 1.4 -- so they can plan a technology and implementation strategy for new enterprise projects.Fortunately, this is exactly what they ... [Read More]

    • ASIN: 0596101422
    • UPC: 636920101420
    • ASIN: 0596101422
    • ISBN: 0596101422
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Web Database Applications with PHP & MySQL, 2nd Edition

    There are many reasons for serving up dynamic content from a web site: to offer an online shopping site, create customized information pages for users, or just manage a large volume of content through a database. Anyone with a modest knowledge of HTML and web site management can learn to create dynamic content through the PHP programming language and the MySQL database. This book gives you the background and tools to do the job safely and reliably.Web Database Applications with PHP and MySQL, Second Edition thoroughly reflects the needs of real-world applications. It goes into detail on such p... [Read More]

    • ASIN: 0596005431
    • ASIN: 0596005431
    • ISBN: 9780596005436
    • Brand: Brand: O'Reilly Media
    • Manufacturer: O'Reilly Media

  • Pro JPA 2: Mastering the JavaTM Persistence API (Expert's Voice in Java Technology)

    Pro JPA 2 introduces, explains, and demonstrates how to use the Java Persistence API (JPA). JPA provides Java developers with both the knowledge and insight needed to write Java applications that access relational databases through JPA. Authors Mike Keith and Merrick Schincariol take a hands–on approach to teaching by giving examples to illustrate each concept of the API and showing how it is used in practice. All of the examples use a common model from an overriding sample application, giving readers a context from which to start and helping them to understand the examples within an already... [Read More]

    • ASIN: 1430219564
    • ASIN: 1430219564
    • ISBN: 1430219564
    • Brand: Brand: Apress
    • Manufacturer: Apress

  • Pro JPA 2 (Expert's Voice in Java)

    Pro JPA 2, Second Edition introduces, explains, and demonstrates how to use the new Java Persistence API (JPA) 2.1 from the perspective of one of the specification creators. A one-of-a-kind resource, it provides both theoretical and extremely practical coverage of JPA usage for both beginning and advanced developers. Authors Mike Keith and Merrick Schincariol take a hands–on approach, based on their wealth of experience and expertise, by giving examples to illustrate each concept of the API and showing how it is used in practice. The examples use a common model from an overriding sample appl... [Read More]

    • ASIN: 1430249269
    • ASIN: 1430249269
    • ISBN: 1430249269
    • Brand: Apress
    • Manufacturer: Apress

  • Data Structures and Problem Solving Using Java (4th Edition)

    Data Structures and Problem Solving Using Java takes a practical and unique approach to data structures that separates interface from implementation. It is suitable for the second or third programming course.   This book provides a practical introduction to data structures with an emphasis on abstract thinking and problem solving, as well as the use of Java. It does this through what remains a unique approach that clearly separates each data structure’s interface (how to use a data structure) from its implementation (how to actually program that structure). Parts I (Tour of Java), II (A... [Read More]

    • ASIN: 0321541405
    • ASIN: 0321541405
    • ISBN: 0321541405
    • Brand: Brand: Prentice Hall
    • Manufacturer: Pearson

  • Solr in Action

    SummarySolr in Action is a comprehensive guide to implementing scalable search using Apache Solr. This clearly written book walks you through well-documented examples ranging from basic keyword searching to scaling a system for billions of documents and queries. It will give you a deep understanding of how to implement core Solr capabilities.About the BookWhether you're handling big (or small) data, managing documents, or building a website, it is important to be able to quickly search through your content and discover meaning in it. Apache Solr is your tool: a ready-to-deploy, Lucene-based, o... [Read More]

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

  • Spring in Action: Covers Spring 4

    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 Walls has a special knack for crisp and entertaining examples that zoom in on the features and techniques you really need.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the Technolog... [Read More]

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

  • Microsoft Visual Basic 2017 for Windows, Web, and Database Applications: Comprehensive

    Prepare for the number one job in today's tech sector -- app development -- as you learn the essentials of Microsoft Visual Basic. The step-by-step, visual approach and professional programming opportunities in MICROSOFT VISUAL BASIC

    • UPC: 55480648

  • Ocejwcd Study Companion : Certified Expert Java Ee 6 Web Component Developer (Oracle Exam 1z0-899)

    This book is a study guide for any candidate preparing for the Java EE Web Component Developer exam (Oracle Exam 1Z0-899). It contains the theory behind how the Web container works, and important notes, hints

    • UPC: 53373123

  • Microsoft Visual Basic 2015 for Windows, Web, Windows Store, and Database Applications

    9781285856896

    • UPC: 46129955

  • Restful Java Web Services, Third Edition

    Restful Java Web Services, Third

    • UPC: 830425195

  • Oracle Database 12c Release 2 Real Application Clusters Handbook: Concepts, Administration, Tuning & Troubleshooting

    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 Oracle Database 12c Release 2 Real Application Clusters

    • UPC: 45057084

  • Web Development with Java: Using Hibernate, JSPs and Servlets (Paperback)

    Web Development With Java: Using Hibernate, JSPs and

    • UPC: 6094337
    • Rating: 3.0

  • Sunshine on Secure Java: OWASP Top 10 - Writing Secure Web Applications - eBook

    This book provides explanations and remediations to the OWASP Top 10 for 2013 web application security vulnerabilities. Java coding techniques are provided within to show how to mitigate attacks. This book shows programmers how to

    • UPC: 130043093

  • Access Database Design & Programming : Creating Programmable Database Applications with Access 97, 2000, 2002 & 2003

    For programmers who prefer content to frills, this guide has succinct and straightforward information for putting Access to its full, individually tailored

    • UPC: 24600877

  • Java Web Services

    New

    • UPC: 231541735
    • Rating: 2.0

  • Doğrudan Java Fundamentals Database Desktop Programming - eBook

    Bu kitapta Java dilinin temel konularının yanısıra, orta ve ileri düzey konular da işlenmektedir. Nesneye yönelik programlamanın temeli örneklerle anlatmaktadır. Programlama dili ile ilgili konular dışında çeşitli temel kütüphaneler, SQL veritabanı, ağ programlama, masaüstü programlama

    • UPC: 573198898

  • Make Java Web Application Connect To MySQL

    Java Desktop Database Application

    JAVA Database Tutorial with JDBC with MySql Complete Course