0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (1)
  • R100 - R250 (246)
  • R250 - R500 (3,155)
  • R500+ (11,743)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Computer programming > Programming languages

User's Guide (Paperback, Digital original): Franz Lanz User's Guide (Paperback, Digital original)
Franz Lanz
R1,609 R1,307 Discovery Miles 13 070 Save R302 (19%) Ships in 10 - 15 working days

For all users who work with ISPF on z/OS MVS. The readers of this book will learn how to use the ISPF professionally in their daily work in z/OS to quickly reach optimal results: - Detailed description of TSO/ISPF logon processes - Use of ISPF command tables - DSLIST - Optimal use of Data Set Lists - Use of Object / Action Workplace as an optimal work surface - Detailed description on use of the ISPF editor - Utilities for allocated data sets - Secret commands usable in ISPF - Descriptions for using the downloadable SMART ISPF Utilities The author gives many useful hints and tips based on his extensive experience working with ISPF. The applications of all the major ISPF commands are demonstrated by examples from practice. The book can be used as a teaching aid as well as a practical guide for daily work.

Stripes by Example (Paperback, 1st ed.): Brent Watson Stripes by Example (Paperback, 1st ed.)
Brent Watson
R1,134 Discovery Miles 11 340 Ships in 10 - 15 working days

In this 100-page book, you will find that Stripes provides a very simple learning path, where you do not need to understand the entire framework in order to use it. The concept of this book is exactly that - to get you using the framework and writing code immediately. You will be off and running in no time, and adding to your skill set as we progress. This book is written with exactly that learning method in mind. No filler, no empty explanations... just code. You won't be driving solo, however. Each code example is heavily annotated with comments and tips, so that you not only understand each snippet, but can also dive deeper if you so choose. Stripes is a web framework for the Java programming language. It was initially released in 2005 by Tim Fennell. Despite its growth and maturity, Stripes has always focused on two key principles: simplicity and ease of development. Stripes has also remained a solution for a single application tier: the web-layer. Its purpose is to handle the interaction between a web browser and server-side java code. To tie these concepts together Stripes makes heavy use of Java annotations, which we will see as we learn the various features of Stripes.

Constraint Solving and Planning with Picat (Paperback, 1st ed. 2015): Neng-Fa Zhou, Hakan Kjellerstrand, Jonathan Fruhman Constraint Solving and Planning with Picat (Paperback, 1st ed. 2015)
Neng-Fa Zhou, Hakan Kjellerstrand, Jonathan Fruhman
R2,052 Discovery Miles 20 520 Ships in 10 - 15 working days

This book introduces a new logic-based multi-paradigm programming language that integrates logic programming, functional programming, dynamic programming with tabling, and scripting, for use in solving combinatorial search problems, including CP, SAT, and MIP (mixed integer programming) based solver modules, and a module for planning that is implemented using tabling. The book is useful for undergraduate and graduate students, researchers, and practitioners.

Building Secure Defenses Against Code-Reuse Attacks (Paperback, 1st ed. 2015): Lucas Davi, Ahmad-Reza Sadeghi Building Secure Defenses Against Code-Reuse Attacks (Paperback, 1st ed. 2015)
Lucas Davi, Ahmad-Reza Sadeghi
R1,711 Discovery Miles 17 110 Ships in 10 - 15 working days

This book provides an in-depth look at return-oriented programming attacks. It explores several conventional return-oriented programming attacks and analyzes the effectiveness of defense techniques including address space layout randomization (ASLR) and the control-flow restrictions implemented in security watchdogs such as Microsoft EMET. Chapters also explain the principle of control-flow integrity (CFI), highlight the benefits of CFI and discuss its current weaknesses. Several improved and sophisticated return-oriented programming attack techniques such as just-in-time return-oriented programming are presented. Building Secure Defenses against Code-Reuse Attacks is an excellent reference tool for researchers, programmers and professionals working in the security field. It provides advanced-level students studying computer science with a comprehensive overview and clear understanding of important runtime attacks.

Java Closures and Lambda (Paperback, 1st ed.): Robert Fischer Java Closures and Lambda (Paperback, 1st ed.)
Robert Fischer
R1,923 R1,730 Discovery Miles 17 300 Save R193 (10%) Ships in 10 - 15 working days

Pro Java Closures and Project Lambda introduces you to significant new changes to the Java language coming out of what is termed Project Lambda. These new changes make their debut in Java 8, and their highlight is the long-awaited support for lambda expressions in the Java language. You'll learn to write lambda expressions and use them to create functional interfaces and default methods for evolving APIs, among many other uses. Java language designer Daniel Smith states the goals of Project Lambda as being to make dramatic and necessary enhancements to the programming model, smooth out rough edges in the language, preserve compatibility, all while maintaining the essence of the Java language as you've come to know it. The changes in Java 8 are significant. Syntax and usage of the language are changed considerably with the introduction of closures and lambda expressions. Pro Java Closures and Project Lambda takes you through these important changes from introduction to mastery. Through a set of clear examples, you'll learn to refactor existing code to take advantage of the new language features. You'll learn what those features can do for you, and when they are best applied.You'll learn to design and write new code having these important new features in mind from the very beginning. * Clearly explains the fantastic benefits from Project Lambda. * Explains the syntax and IDE support for the new features. * Shows how to streamline your code by bringing some of the benefits of functional programming to the Java language. * Illustrates parallelism in closures through Stream and Spliterator objects. * Explains API evolution by adding methods to existing interfaces without breaking existing interface implementations, a technique addressing potential multiple inheritance issues What you'll learn * Encapsulate key bits of logic into anonymous functions without the need for anonymous classes. * Define closures to be used as generators of comparison functions. * Define map, filter, and reduce functions that are useful in working with lists and other collections. * Trap and handle exceptions involving lambdas and closures, including the passing of exception-type parameters. * Anticipate and provide for concurrency so that your code successfully scales across multiple CPU cores.* Refactor existing code to take advantage of newly-possible closures and lambda expressions. Who this book is for Pro Java Closures and Project Lambda is aimed at Java developers interested in keeping up with the latest developments in the language. The book is of particular interest to those wanting to produce shorter and more readable code by taking advantage of language enhancements coming out of Project Lambda.

Make a 2D RPG in a Weekend - Second Edition: With RPG Maker MV (Paperback, 1st ed.): Darrin Perez Make a 2D RPG in a Weekend - Second Edition: With RPG Maker MV (Paperback, 1st ed.)
Darrin Perez
R2,607 Discovery Miles 26 070 Ships in 10 - 15 working days

Updated for RPG Maker MV using JavaScript, Make a 2D RPG in a Weekend shows you how to create your very own dungeon crawler game in RPG Maker MV in a single weekend. The entire process, from start to finish, is covered within this book. You will see a variety of dungeon maps and events, all broken down for your convenience.One of the hardest parts of game development is actually finishing a game, but it is also one of the most important steps on the way to becoming a game developer. If you have yet to finish a game, this book will give you the confidence and resources you need to finally be able to create your very own RPG. Once you've completed the game in this book, you'll be able to modify it as much as you like, adding new monsters and quests, and you'll have the skills to go on to create your second game all by yourself. Among the topics covered in this book are: Creating various types of enemy encounters via the use of the eventing system, and JavaScript replacing the old Ruby commands. Creating a special area that allows the player to pick their character of choice instead of being forced to play a particular character. Clever uses of events to create items that allow the player to return to town instantly and summon vehicles to their side. What You'll Learn: Create playable characters that have different attributes and play styles. Create a wide variety of weapons, armors, and items for the player to purchase, find, and use. JavaScript is now used throughout. Design dungeon levels with specific goals in mind. Create treasure chests with random contents or contents based on the player's character. Create doors that require keys or puzzles to unlock. Create a variety of enemy encounters. Who This Book is For: Make a 2D RPG in a Weekend is for anyone who has ever wanted to create a game from scratch. All you need is this book and a copy of RPG Maker MV.

Make an E-commerce Site in a Weekend - Using PHP (Paperback, 1st ed.): Bintu Harwani Make an E-commerce Site in a Weekend - Using PHP (Paperback, 1st ed.)
Bintu Harwani
R1,356 Discovery Miles 13 560 Ships in 10 - 15 working days

Learn to build e-commerce sites using PHP by installing a server using WAMP, configuring MySQL for your product database, creating your product database and tables, and writing the required PHP scripts for accessing and inserting data into the database. Make an E-commerce Site in a Weekend: Using PHP details how to create shopping carts for your customers and how to set up secure payment and processing options. Even if you are an absolute beginner and don't have much programming experience, you can build a responsive, powerful, and fully featured e-commerce site quickly using the information in this book. You will learn to: Create and maintain your e-commerce website using PHP scripts Create, edit, and update your product database using MySQL Manage visitors to your site, create custom forms, manage session handling, and more Manage shopping carts and shipping information Receive money through different payment modes on the sale of merchandise Who This Book is For: This book is for people who want to quickly set up their first e-commerce site. The book addresses beginners who don't have a deep experience in programming languages. It teaches how to build professional fully featured e-commerce websites using PHP. The book uses practical, step-by step examples to explain all of the topics required in designing, creating, and managing an interactive e-commerce web site.

Transitioning to Swift (Paperback, 1st ed.): Scott Gardner Transitioning to Swift (Paperback, 1st ed.)
Scott Gardner
R726 R643 Discovery Miles 6 430 Save R83 (11%) Ships in 10 - 15 working days

Developing apps for Apple's broadening platform of devices is an exciting topic these days. Apple created the Swift programming language to build state-of-the-art apps using the latest Apple technologies. In this 200-page book, author Scott Gardner articulates the similarities and differences between traditional Objective-C based programming and Swift, revealing what you need to know from syntax changes to emerging best practices and paradigm shifts, to write powerful, expressive, and flexible code in Swift. Written at a brisk pace and in a methodical style, you'll learn how to apply your Objective-C skills to successfully transition to programming in Swift. In this book, you'll learn: * What is Swift and how does it compare to Objective-C * How to become proficient in Swift by leveraging your existing Objective-C skills * How to take advantage of new capabilities in Swift * What are the emerging best practices in Swift programming Transitioning to Swift reaches out to all developers who are interested in creating state-of-the-art apps for Apple's broadening platform of devices for both consumers and enterprise. Apple's introduction of the new Swift programming language raises many questions. This book addresses those questions directly, and prepares developers for building the next generation of apps in Swift to surprise and delight users the world over.

Microsoft Mapping Second Edition - Geospatial Development in Windows 10 with Bing Maps and C# (Paperback, 2nd ed.): Carmen Au,... Microsoft Mapping Second Edition - Geospatial Development in Windows 10 with Bing Maps and C# (Paperback, 2nd ed.)
Carmen Au, Ray Rischpater
R2,285 Discovery Miles 22 850 Ships in 10 - 15 working days

This 200 page revised edition of Microsoft Mapping includes the latest details about SQL Server 2014 and the new 3D and Streetside-capable map control for Windows 10 applications. It contains updated chapters on Microsoft Azure and Power Map for Excel plus a new chapter on Bing Maps for Universal Windows. The book tells a story, from beginning to end, of planning and deploying a single geospatial application built using Microsoft technologies from end-to-end. Readers are expected to have basic familiarity with the fundamentals of developing for Microsoft platforms (some understanding of basic SQL, C#, .NET, and WCF); as readers work through the book they will build on their existing skills so that they will be able to deploy geospatial applications for social networking, data collection, enterprise management, or other purposes. Microsoft Mapping Second Edition provides: The only full book for developers who want to create location-aware apps using the Windows 10 platform Fully working code samples that show the concepts in use with ASP.NET 4.5 and Windows 10. Complete solutions to the common problems of geospatial development: visualization, hosting and localization of services are all explained. Demonstrates how the Bing Maps API can be connected to the Azure Cloud in order to provide a stand-alone mapping bolt-on with little additional up-front cost and great reliability. Unique coverage of how the Bing Maps API can be implanted within Windows and Windows Phone applications for Windows 10 applications to provide a robust service tailored to the capabilities of each device.Coverage of the new Windows 10 Bing Maps control, which supports viewing Streetside and aerial data.

A Pipelined Multi-core MIPS Machine - Hardware Implementation and Correctness Proof (Paperback, 2014 ed.): Mikhail Kovalev,... A Pipelined Multi-core MIPS Machine - Hardware Implementation and Correctness Proof (Paperback, 2014 ed.)
Mikhail Kovalev, Silvia M. Muller, Wolfgang J. Paul
R2,514 Discovery Miles 25 140 Ships in 10 - 15 working days

This monograph is based on the third author's lectures on computer architecture, given in the summer semester 2013 at Saarland University, Germany. It contains a gate level construction of a multi-core machine with pipelined MIPS processor cores and a sequentially consistent shared memory. The book contains the first correctness proofs for both the gate level implementation of a multi-core processor and also of a cache based sequentially consistent shared memory. This opens the way to the formal verification of synthesizable hardware for multi-core processors in the future. Constructions are in a gate level hardware model and thus deterministic. In contrast the reference models against which correctness is shown are nondeterministic. The development of the additional machinery for these proofs and the correctness proof of the shared memory at the gate level are the main technical contributions of this work.

The Fortran 2003 Handbook - The Complete Syntax, Features and Procedures (Paperback, 2009 ed.): Jeanne C. Adams, Walter S.... The Fortran 2003 Handbook - The Complete Syntax, Features and Procedures (Paperback, 2009 ed.)
Jeanne C. Adams, Walter S. Brainerd, Richard A. Hendrickson, Richard E. Maine, Jeanne T. Martin, …
R4,748 Discovery Miles 47 480 Ships in 10 - 15 working days

The Fortran 2003 Handbook is a definitive and comprehensive guide to Fortran 2003 and its use. Fortran 2003, the latest standard version of Fortran, has many excellent features that assist the programmer in writing efficient, portable and maintainable programs. This all-inclusive volume offers a reader-friendly, easy-to-follow and informal description of Fortran 2003, and has been developed to provide not only a readable explanation of features, but also some rationale for the inclusion of features and their use. This highly versatile handbook is intended for anyone who wants a comprehensive survey of Fortran 2003.

Pro Java EE 5 Performance Management and Optimization (Paperback, Softcover reprint of the original 1st ed.): Steven Haines Pro Java EE 5 Performance Management and Optimization (Paperback, Softcover reprint of the original 1st ed.)
Steven Haines
R1,957 Discovery Miles 19 570 Ships in 10 - 15 working days

First book to address and assess performance of enterprise Java-based applications using the new Java EE 5 Presents Java EE 5 Performance Management as a proven methodology, featuring a set of common problems that have been observed in real-world customer environments Presents "wait-based" performance tuning methodology, the most efficient Java EE 5 tuning methodology, but one previously neglected in the Java EE 5 space

Pro Design Patterns in Swift (Paperback, 1st ed.): Adam Freeman Pro Design Patterns in Swift (Paperback, 1st ed.)
Adam Freeman
R1,310 R1,117 Discovery Miles 11 170 Save R193 (15%) Ships in 10 - 15 working days

The Swift programming language has transformed the world of iOS development and started a new age of modern development. Pro Design Patterns in Swift shows you how to harness the power and flexibility of Swift to apply the most important and enduring design patterns to your applications, taking your development projects to master level. This book will teach you those design patterns that have always been present at some level in your code, but may not have been recognized, acknowledged, or fully utilized. Implementation of specific pattern approaches will prove their value to any Swift developer. Best-selling author Adam Freeman explains how to get the most from design patterns. He starts with the nuts-and-bolts and shows you everything through to advanced features, going in-depth to give you the knowledge you need. Pro Design Patterns in Swift brings design patterns to life and shows you how to bring structure and scale to your Swift code with a practical, no-nonsense approach.

Foundations of AOP for J2EE Development (Paperback, Softcover reprint of the original 1st ed.): Lionel Seinturier, Renaud Pawlak Foundations of AOP for J2EE Development (Paperback, Softcover reprint of the original 1st ed.)
Lionel Seinturier, Renaud Pawlak
R1,932 Discovery Miles 19 320 Ships in 10 - 15 working days

* The concepts of AOP are presented independently of any particular implementation * The book covers all 4 major existing tools for AOP: AspectJ, JBoss AOP, AspectWerkz, JAC * The book covers the implementation of a technical aspect based on the Hibernate object/relational persistence framework, a J2EE application implemented with AspectJ, and applications of AOP in the domains of programming by contracts, program testing, and application management

Business Process Technology - A Unified View on Business Processes, Workflows and Enterprise Applications (Paperback, 2010... Business Process Technology - A Unified View on Business Processes, Workflows and Enterprise Applications (Paperback, 2010 ed.)
Colin Atkinson; Dirk Draheim
R1,530 Discovery Miles 15 300 Ships in 10 - 15 working days

Currently, we see a variety of tools and techniques for specifying and implementing business processes. The problem is that there are still gaps and tensions between the different disciplines needed to improve business process execution and improvement in enterprises. Business process modeling, workflow execution and application programming are examples of disciplines that are hosted by different communities and that emerged separately from each other. In particular, concepts have not yet been fully elaborated at the system analysis level. Therefore, practitioners are faced again and again with similar questions in concrete business process projects: Which decomposition mechanism to use? How to find the correct granularity for business process activities? Which implementing technology is the optimal one in a given situation? This work offers an approach to the systematization of the field. The methodology used is explicitly not a comparative analysis of existing tools and techniques - although a review of existing tools is an essential basis for the considerations in the book. Rather, the book tries to provide a landscape of rationales and concepts in business processes with a discussion of alternatives.

Pro Visual C++ 2005 for C# Developers - Featuring C++/CLI (Paperback, Softcover reprint of the original 1st ed.): Dean C. Wills Pro Visual C++ 2005 for C# Developers - Featuring C++/CLI (Paperback, Softcover reprint of the original 1st ed.)
Dean C. Wills
R1,955 Discovery Miles 19 550 Ships in 10 - 15 working days

Author has unique knowledge of Visual C++ 2005 development at Microsoft, including many undocumented features, hints and tips which he records for the first time in this book Presents a fast-track entry for developers familiar with C#, into the VC++ world Complete coverage of Visual C++ 2005 to ensure that readers will have broad understanding necessary to leverage the unique, powerful features

Expert Visual C++/CLI - .NET for Visual C++ Programmers (Paperback, Softcover reprint of the original 1st ed.): Marcus Heege Expert Visual C++/CLI - .NET for Visual C++ Programmers (Paperback, Softcover reprint of the original 1st ed.)
Marcus Heege
R1,932 Discovery Miles 19 320 Ships in 10 - 15 working days

Stan Lippman is one of the best-selling authors on C++ and has long been one of the major contributors to its growth and standardization. Written by experts, and full of sound expert insight and advice, this book can be read profitably by any C++ programmer. Short code examples concisely illustrate concepts, and more elaborate examples show how C++/CLI is best used. Even programmers new to C++/CLI, but planning to migrate to it from another language, can use this book to understand core language elements crucial to planning and migrating effectively.

Process Assessment and ISO/IEC 15504 - A Reference Book (Paperback, 2nd ed. 2007): Han van Loon Process Assessment and ISO/IEC 15504 - A Reference Book (Paperback, 2nd ed. 2007)
Han van Loon
R4,109 Discovery Miles 41 090 Ships in 10 - 15 working days

Second Edition presents updated version of the practical aspects of process assessment Helps readers understand the power and benefits of a process approach and process assessment Guides the reader through the various parts of the standard in an understandable and practical manner

Foundations of Jini 2 Programming (Paperback, Softcover reprint of the original 1st ed.): Jan Newmarch Foundations of Jini 2 Programming (Paperback, Softcover reprint of the original 1st ed.)
Jan Newmarch
R1,743 Discovery Miles 17 430 Ships in 10 - 15 working days

Here is a comprehensive reference for Java programmers interested in learning and applying Jini toward their respective network applications - any Java enabled device interoperable with any other Java-enabled device. Jini is Sun's Java-based technology, with potential to make transparent, "universal plug and play" a reality. This book is an expanded, updated version of the most popular online tutorial for Jini. Author Jan Newmarch includes comprehensive Jini advancements, and other important topics, like how Enterprise JavaBeans blend in with the Jini framework and how CORBA fits in as well. The book is based on Jini 2.0.

Stochastic Model Checking - International Autumn School, ROCKS 2012, Vahrn, Italy, October 22-26, 2012. Advanced Lectures... Stochastic Model Checking - International Autumn School, ROCKS 2012, Vahrn, Italy, October 22-26, 2012. Advanced Lectures (Paperback, 2014 ed.)
Anne Remke, Marielle Stoelinga
R2,319 Discovery Miles 23 190 Ships in 10 - 15 working days

The use of stochastic models in computer science is wide spread, for instance in performance modeling, analysis of randomized algorithms and communication protocols which form the structure of the Internet. Stochastic model checking is an important field in stochastic analysis. It has rapidly gained popularity, due to its powerful and systematic methods to model and analyze stochastic systems. This book presents 7 tutorial lectures given by leading scientists at the ROCKS Autumn School on Stochastic Model Checking, held in Vahrn, Italy, in October 2012. The 7 chapters of this tutorial went through two rounds of reviewing and improvement and are summarizing the state-of-the-art in the field, centered around the tree areas of stochastic models, abstraction techniques and stochastic model checking.

Foundational and Practical Aspects of Resource Analysis - Third International Workshop, FOPARA 2013, Bertinoro, Italy, August... Foundational and Practical Aspects of Resource Analysis - Third International Workshop, FOPARA 2013, Bertinoro, Italy, August 29-31, 2013, Revised Selected Papers (Paperback, 2014 ed.)
Ugo Dal Lago, Ricardo Pena
R1,718 Discovery Miles 17 180 Ships in 10 - 15 working days

This book constitutes the proceedings of the Third International Workshop on Foundational and Practical Aspects of Resource Analysis, FOPARA 2013, held in Bertinoro, Italy, in August 2013. The 9 papers presented in this volume were carefully reviewed and selected from 12 submissions. They deal with traditional approaches to complexity analysis, differential privacy, and probabilistic analysis of programs.

ISPF Programmer's Guide (Paperback, Digital original): Franz Lanz ISPF Programmer's Guide (Paperback, Digital original)
Franz Lanz
R1,638 R1,336 Discovery Miles 13 360 Save R302 (18%) Ships in 10 - 15 working days

This book is intended to support ISPF application programmers to become professional in the smart programming of ISPF applications using the REXX language. The contents are presented in a modular manner to suit reading with heterogeneous ISPF programming knowledge. The following topics are covered: Introduction to the programming language REXX as well as to ISPF programming, data processing in ISPF applications, use of messages, panels, skeletons, tables, ISPF variables and an introduction to creating and applying edit macros. Each theme is vividly illustrated by programming examples. The Smart ISPF Utilities contain some very useful programming aids that are often useful when programming ISPF applications. The book serves as a textbook as well as a manual for daily work. Many cross-references are included as well as an extensive index. Moreover, the author gives many helpful hints and tips on smart ISPF programming practices. The Smart ISPF Utilities contain many useful programming aids.

Verification Methodology Manual for SystemVerilog (Paperback, 2006 ed.): Janick Bergeron, Eduard Cerny, Alan Hunter, Andy... Verification Methodology Manual for SystemVerilog (Paperback, 2006 ed.)
Janick Bergeron, Eduard Cerny, Alan Hunter, Andy Nightingale
R3,186 Discovery Miles 31 860 Ships in 10 - 15 working days

Offers users the first resource guide that combines both the methodology and basics of SystemVerilog Addresses how all these pieces fit together and how they should be used to verify complex chips rapidly and thoroughly. Unique in its broad coverage of SystemVerilog, advanced functional verification, and the combination of the two.

Practical Common Lisp (Paperback, Softcover reprint of the original 1st ed.): Peter Seibel Practical Common Lisp (Paperback, Softcover reprint of the original 1st ed.)
Peter Seibel
R2,241 Discovery Miles 22 410 Ships in 10 - 15 working days

* Treats LISP as a language for commercial applications, not a language for academic AI concerns. This could be considered to be a secondary text for the Lisp course that most schools teach . This would appeal to students who sat through a LISP course in college without quite getting it - so a "nostalgia" approach, as in "wow-lisp can be practical..." * Discusses the Lisp programming model and environment. Contains an introduction to the language and gives a thorough overview of all of Common Lisp's main features. * Designed for experienced programmers no matter what languages they may be coming from and written for a modern audience-programmers who are familiar with languages like Java, Python, and Perl. * Includes several examples of working code that actually does something useful like Web programming and database access.

JDBC Recipes - A Problem-Solution Approach (Paperback, Softcover reprint of the original 1st ed.): Mahmoud Parsian JDBC Recipes - A Problem-Solution Approach (Paperback, Softcover reprint of the original 1st ed.)
Mahmoud Parsian
R2,412 Discovery Miles 24 120 Ships in 10 - 15 working days

* 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. This book shows the importance of "vendor" factor for solving JDBC problems. * Complete coverage of database and result set "metadata" (which is missing from most JDBC books).

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Data Science and Big Data: An…
Witold Pedrycz, Shyi-Ming Chen Hardcover R5,000 Discovery Miles 50 000
Safety of Web Applications - Risks…
Eric Quinton Hardcover R2,473 Discovery Miles 24 730
Agent Technologies and Web Engineering…
Ghazi Alkhatib, David C. Rine Hardcover R5,351 Discovery Miles 53 510
Frontiers in Statistical Quality Control…
Sven Knoth, Wolfgang Schmid Hardcover R5,645 Discovery Miles 56 450
Cyberspace Security and Defense…
Janusz S. Kowalik, Janusz G orski, … Hardcover R3,101 Discovery Miles 31 010
Deep Learning For Beginners - 2…
Steven Cooper Hardcover R791 R707 Discovery Miles 7 070
Designing Embedded Internet Devices
Brian DeMuth, Dan Eisenreich Paperback R1,622 Discovery Miles 16 220
Economic Logistics - The Optimization of…
Sten A. Thore Hardcover R2,990 Discovery Miles 29 900
Flash Memory Integration - Performance…
Jalil Boukhobza, Pierre Olivier Hardcover R1,942 Discovery Miles 19 420
Ulam Stability of Operators
Janusz Brzdek, Dorian Popa, … Paperback R2,896 R2,720 Discovery Miles 27 200

 

Partners