0
Your cart

Your cart is empty

Browse All Departments
Price
  • R50 - R100 (2)
  • R100 - R250 (101)
  • R250 - R500 (456)
  • R500+ (3,121)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > Internet > Internet languages > General

Hardcore Java (Paperback): Robert Simmons Hardcore Java (Paperback)
Robert Simmons
R919 R798 Discovery Miles 7 980 Save R121 (13%) Ships in 18 - 22 working days

Java has quickly become one of the most important languages in programming, particularly for professional and enterprise-level projects. From its infancy as a language primarily used for web applets to its maturity through servlets, Enterprise JavaBeans, and database access, Java has become a complex and robust tool for today's developer.

"Hardcore Java" takes this language and breaks it apart, piece by piece, revealing the important secrets and tricks that will take you from a junior-level programmer to a seasoned and expert developer. You'll fly through the fundamentals and quickly find yourself learning about advanced memory management techniques, optimization and bytecode-level enhancements, and the techniques required to build lightning-fast GUIs. Throughout the book, you'll also master the art of writing and maintaining bulletproof and error-proof code, all while grasping the intricacies of the Java language.

"Hardcore Java" covers:

Use of the final keyword to optimize and protect your Java classes.

Complete and thorough coverage of all types of nested classes, including how to optimize anonymous and inner classes.

Detailed discussion of immutable objects, including unique tips on when to use them (and when not to).

Elimination of bugs through exception-handling management.

In-depth studies of constants, including their impact on the Java memory model.

The most thorough discussion of reflection in print, moving far beyond other books' "Hello World" coverage.

Construction and use of dynamic proxies, in both Java Standard and Enterprise editions.

Expansive coverage of weak references, including usage patterns and their role in garbage collection andmemory management.

"Hardcore Java" is an invaluable addition to every programmer's library, and even the most advanced developers will find themselves moving beyond their own conceptions into truly advanced applications of the language. Thousands of lines of code, heavily commented and easily runnable, illustrate each concept in the book.

Java Examples in a Nutshell 3e (Paperback, 3rd Revised edition): David Flanagan Java Examples in a Nutshell 3e (Paperback, 3rd Revised edition)
David Flanagan
R962 R841 Discovery Miles 8 410 Save R121 (13%) Ships in 18 - 22 working days

The author of the best-selling "Java in a Nutshell" has created an entire book of real-world Java programming examples that you can learn from. If you learn best "by example," this is the book for you.

This third edition covers Java 1.4 and contains 193 complete, practical examples: over 21,900 lines of densely commented, professionally written Java code, covering 20 distinct client-side and server-side APIs. It includes new chapters on the Java Sound API and the New I/O API. The chapters on XML and servlets have been rewritten to cover the latest versions of the specifications and to demonstrate best practices for Java 1.4. New and updated examples throughout the book demonstrate many other new Java features and APIs.

"Java Examples in a Nutshell" is a companion volume to "Java in a Nutshell," "Java Foundation Classes in a Nutshell," and "Java Enterprise in a Nutshell," It picks up where those quick references leave off, providing a wealth of examples for both novices and experts. This book doesn't hold your hand; it simply delivers well-commented working examples with succinct explanations to help you learn and explore Java and its APIs.

"Java Examples in a Nutshell" contains examples that demonstrate:

Core APIs, including I/O, New I/O, threads, networking, security, serialization, and reflection

Desktop APIs, highlighting Swing GUIs, Java 2D graphics, preferences, printing, drag-and-drop, JavaBeans, applets, and sound

Enterprise APIs, including JDBC (database access), JAXP (XML parsing and transformation), Servlets 2.4, JSP 2.0 (JavaServer Pages), and RMI

The book begins with introductory examples demonstrating structured and object-oriented programmingtechniques for new Java programmers. A special index at the end of the book makes it easy to look up examples that use a particular Java class or accomplish a desired task. In between, each chapter includes exercises that challenge readers and suggest further avenues for exploration.

Oracle Visual Builder Cloud Service Revealed - Rapid Application Development for Web and Mobile (Paperback, 1st ed.): Sten... Oracle Visual Builder Cloud Service Revealed - Rapid Application Development for Web and Mobile (Paperback, 1st ed.)
Sten Vesterli
R1,015 R869 Discovery Miles 8 690 Save R146 (14%) Ships in 18 - 22 working days

Build and deploy an attractive, user-friendly web or mobile application in one day or less using Oracle's new, low-code development tool: Visual Builder Cloud Service. Today's IT world is fast-paced, and the ability to rapidly deliver running code is the most crucial and sought-after skill a developer can have. Oracle has brought together their enterprise experience, advanced usability knowledge, and their best cloud engineering to produce an innovative platform giving developers unprecedented productivity. You will learn how to use all aspects of Oracle Visual Builder Cloud Service to build web or mobile applications. Using the fully browser-based development environment, you'll gain experience with all the modern user-interface components that the tool offers for a visual, user-interface-driven, development approach. You'll also see how to use the integrated data management capabilities and existing REST data services to store your data, and learn how to easily transfer applications to a test/staging environment and later to production, while continuing to develop the next version in the development environment. What You'll Learn Build great-looking web and mobile applications in a browser-based, visual design environment Define custom business logic in the visual logic editor or with JavaScript Manage multiple concurrent application versions from development through staging and production Define business objects with validation logic for application-specific data Communicate with, and draw data from, existing REST web services Use Visual Builder Cloud Service to expand Oracle SaaS solutions Who This Book Is For Developers at all expertise levels as well as business professionals and UX designers with an interest in using IT to quickly solve simple business problems. Because this tool is based on a modern low-code approach, no prior programming experience is necessary to benefit from the book.

Java Servlet & JSP Cookbook (Paperback): Bruce W. Perry Java Servlet & JSP Cookbook (Paperback)
Bruce W. Perry
R1,196 R1,024 Discovery Miles 10 240 Save R172 (14%) Ships in 18 - 22 working days

With literally hundreds of examples and thousands of lines of code, the "Java Servlet and JSP Cookbook" yields tips and techniques that any Java web developer who uses JavaServer Pages or servlets will use every day, along with full-fledged solutions to significant web application development problems that developers can insert directly into their own applications.

"Java Servlet and JSP Cookbook" presents real-world problems, and provides concise, practical solutions to each. Finding even one tested code "recipe" that solves a gnarly problem in this comprehensive collection of solutions and best practices will save hours of frustration--easily justifying the cost of this invaluable book.

But "Java Servlet and JSP Cookbook" is more than just a wealth of cut-and-paste code. It also offers clear explanations of how and why the code works, warns of potential pitfalls, and directs you to sources of additional information, so you can learn to adapt the problem-solving techniques to similar situations.

These recipes include vital topics like the use of Ant to setup a build environment, extensive coverage of the WAR file format and web.xml deployment descriptor, file-uploading, error-handling, cookies, logging, dealing with non-HTML content, multimedia, request filtering, web services, I18N, web services, and a host of other topics that frustrate even the most seasoned developers.

For Java web developers of all levels who are eager to put into practice the theory presented in other API-focused books, the solutions presented in this practical book will prove invaluable over and over again. This is painless way for less experienced developers who prefer to learn by doing to expand their skills and productivity, while accomplishing practical solutions to the pressing problems they face every day. More experienced developers can use these recipes to solve time-consuming problems quickly, freeing up their time for the more creative aspects of their work.

J2EE Design Pattern (Paperback, September 2003): William C.R. Crawford J2EE Design Pattern (Paperback, September 2003)
William C.R. Crawford
R1,113 R942 Discovery Miles 9 420 Save R171 (15%) Ships in 18 - 22 working days

Crawford and Kaplan's J2EE Design Patterns approaches the subject in a unique, highly practical and pragmatic way. Rather than simply present another catalog of design patterns, the authors broaden the scope by discussing ways to choose design patterns when building an enterprise application from scratch, looking closely at the real world tradeoffs that Java developers must weigh when architecting their applications. Then they go on to show how to apply the patterns when writing realworld software. They also extend design patterns into areas not covered in other books, presenting original patterns for data modeling, transaction / process modeling, and interoperability.

Programming ColdFusion MX (Paperback, 2nd edition): Rob Brooks-Bilson Programming ColdFusion MX (Paperback, 2nd edition)
Rob Brooks-Bilson
R1,558 R1,336 Discovery Miles 13 360 Save R222 (14%) Ships in 18 - 22 working days

The first edition of this book has been praised as "the best reference book available on the subject." This new edition, Programming ColdFusion MX, 2nd Edition, goes even further, documenting new techniques for using ColdFusion MX 6.1 to develop and serve dynamic web page content. This exhaustive guide covers everything from the basics to advanced topics, with numerous examples that you can use for your own applications.

Python Tools For Scientists - An Introduction to Using Anaconda, JupyterLab, and Python's Scientific Libraries... Python Tools For Scientists - An Introduction to Using Anaconda, JupyterLab, and Python's Scientific Libraries (Paperback)
Lee Vaughan
R1,149 R892 Discovery Miles 8 920 Save R257 (22%) Ships in 10 - 15 working days

Doing Science With Python introduces readers to the most popular coding tools for scientific research, such as Anaconda, Spyder, Jupyter Notebooks, and JupyterLab, as well as dozens of important Python libraries for working with data, including NumPy, matplotlib, and pandas. No prior programming experience is required! You'll be guided through setting up a professional coding environment, then get a crash course on programming with Python, and explore the many tools and libraries ideal for working with data, designing visualisations, simulating natural events, and more.

NetBeans - The Definitive Guide (Paperback): Tim Boudreau NetBeans - The Definitive Guide (Paperback)
Tim Boudreau
R1,076 R929 Discovery Miles 9 290 Save R147 (14%) Ships in 18 - 22 working days

In NetBeans: The Definitive Guide, you'll find out how to use this IDE to its fullest, making your Java programming more efficient and productive than ever before. You'll understand the basics of the IDE, and quickly be utilizing the various editor and explorer windows. You'll also master many of NetBeans advanced features, and be working with XML documents, CVS repositories, Javadoc trees, and web applications, all within the NetBeans framework.

Java Data Objects (Paperback): David Jordan Java Data Objects (Paperback)
David Jordan; Contributions by Craig Russell
R915 R794 Discovery Miles 7 940 Save R121 (13%) Ships in 18 - 22 working days

This book, written by the JDO Specification Lead and one of the key contributors to the JDO Specification, is the definitive work on the JDO API. It gives you a thorough introduction to JDO, starting with a simple application that demonstrates many of JDO's capabilities. It shows you how to make classes persistent, how JDO maps persistent classes to the database, how to configure JDO at runtime, how to perform transactions, and how to make queries. More advanced chapters cover optional features such as nontransactional access and optimistic transactions. The book concludes by discussing the use of JDO in web applications and J2EE environments

Whether you only want to read up on an interesting new technology, or are seriously considering an alternative to JDBC or EJB CMP, you'll find that this book is essential. It provides by far the most authoritative and complete coverage available.

JDBC Pocket Reference (Paperback): Donald Bales JDBC Pocket Reference (Paperback)
Donald Bales
R228 R214 Discovery Miles 2 140 Save R14 (6%) Ships in 18 - 22 working days

The JDBC Pocket Reference offers quick look-ups for all methods of the standard JDBC classes. These include concise reviews of the procedures for common JDBC tasks such as connecting to a database, executing stored procedures, executing DDL and the like. You'll find documentation of the connect string formats for the most common databases, including Oracle, SQL-Server, and PostgreSQL. You'll even find information on working with large objects, and on using SQL99 user defined datatypes to work with object-relational data. Searching for this sort of material through large tutorials is frustrating and a waste of time, but this pocket-sized book is easy to take anywhere and makes finding the information you need a snap.

Computer Science & Perl Programming - Best of the Perl Journal (Paperback, Edited by Jon Orwant November 2002): Jon Orwant Computer Science & Perl Programming - Best of the Perl Journal (Paperback, Edited by Jon Orwant November 2002)
Jon Orwant
R1,224 R1,053 Discovery Miles 10 530 Save R171 (14%) Ships in 18 - 22 working days

The first of three volumes from the archives of The Perl Journal that O'Reilly has exclusive rights to distribute, this book is a compilation of the best from TPJ: 71 articles providing a comprehensive tour of how experts implement computer science concepts in the real world, with code walkthroughs, case studies, and explanations of difficult techniques that can't be found in any other book.

Programming Web Services with Perl (Paperback, Illustrated Ed): Randy J. Ray Programming Web Services with Perl (Paperback, Illustrated Ed)
Randy J. Ray
R1,151 R979 Discovery Miles 9 790 Save R172 (15%) Ships in 18 - 22 working days

Programming Web Services with Perl is written for Perl programmers who have no prior knowledge of web services. No understanding of XML-RPC or SOAP is necessary to be able to apply these technologies easily, through the use of publicly available Perl modules detailed in the book. If you're interested in applying XML-RPC and SOAP technologies to distributed programming applications, then Programming Web Services with Perl is a book you'll want to have.

Java NIO (Paperback, 1st ed): Ron Hitchens Java NIO (Paperback, 1st ed)
Ron Hitchens
R892 R771 Discovery Miles 7 710 Save R121 (14%) Ships in 18 - 22 working days

Java NIO explores the new I/O capabilities of version 1.4 in detail and shows you how to put these features to work to greatly improve the efficiency of the Java code you write. This compact volume examines the typical challenges that Java programmers face with I/O and shows you how to take advantage of the capabilities of the new I/O features. You'll learn how to put these tools to work using examples of common, real-world I/O problems and see how the new features have a direct impact on responsiveness, scalability, and reliability.

Because the NIO APIs supplement the I/O features of version 1.3, rather than replace them, you'll also learn when to use new APIs and when the older 1.3 I/O APIs are better suited to your particular application.

XML Schema (Paperback): Eric Van Der Vlist XML Schema (Paperback)
Eric Van Der Vlist
R933 R812 Discovery Miles 8 120 Save R121 (13%) Ships in 18 - 22 working days

The W3C's XML Schema offers a powerful set of tools for defining acceptable XML document structures and content. While schemas are powerful, that power comes with substantial complexity. This book explains XML Schema foundations, a variety of different styles for writing schemas, simple and complex types, datatypes and facets, keys, extensibility, documentation, design choices, best practices, and limitations. Complete with references, a glossary, and examples throughout.

Java & SOAP (Paperback, 1st ed): Robert Englander Java & SOAP (Paperback, 1st ed)
Robert Englander
R1,136 Discovery Miles 11 360 Ships in 18 - 22 working days

Java and SOAP provides Java developers with an in-depth look at SOAP (the Simple Object Access Protocol). Of course, it covers the basics: what SOAP is, why it's soared to a spot on the Buzzwords' Top Ten list, and what its features and capabilities are. And it shows you how to work with some of the more common Java APIs in the SOAP world: Apache SOAP and GLUE.

Java and SOAP also discusses interoperability between the major SOAP platforms, including Microsoft's .NET, SOAP messaging, SOAP attachments, message routing, and a preview of the forthcoming AXIS APIs and server. If you're a Java developer who would like to start working with SOAP, this is the book you need to get going.

Java & XML Data Binding (Paperback): Brett McLaughlin Java & XML Data Binding (Paperback)
Brett McLaughlin
R767 R671 Discovery Miles 6 710 Save R96 (13%) Ships in 18 - 22 working days

This new title provides an in-depth technical look at XML Data Binding. The book offers complete documentation of all features in both the Sun Microsystems JAXB API and popular open source alternative implementations (Enhydra Zeus, Exolabs Castor and Quick). It also gets into significant detail about when data binding is appropriate to use, and provides numerous practical examples of using data binding in applications.

Programming Jabber (Paperback, December 2001): D.J. Adams Programming Jabber (Paperback, December 2001)
D.J. Adams
R1,143 R972 Discovery Miles 9 720 Save R171 (15%) Ships in 18 - 22 working days

Programming Jabber offers developers a chance to learn and understand the Jabber technology and protocol from an implementer's point of view. Detailed information of each part of the Jabber protocol is introduced, explained, and discussed in the form of mini-projects, or simple and extended examples in Perl, Python, and Java. This book provides the foundation and framework for developers to hit the ground running, and is the essential book on Jabber.

Python & XML (Paperback, 1st ed): Christopher A Jones Python & XML (Paperback, 1st ed)
Christopher A Jones
R925 R805 Discovery Miles 8 050 Save R120 (13%) Ships in 18 - 22 working days

Python is an ideal language for manipulating XML, and this new volume gives you a solid foundation for using these two languages together. Complete with practical examples that highlight common application tasks, the book starts with the basics then quickly progresses to complex topics, like transforming XML with XSLT and querying XML with XPath. It also explores more advanced subjects, such as SOAP and distributed web services.

Programming Web Services with XML-RPC (Paperback, Foreword by Dave Winer June 2001): Simon St. Laurent Programming Web Services with XML-RPC (Paperback, Foreword by Dave Winer June 2001)
Simon St. Laurent
R777 R682 Discovery Miles 6 820 Save R95 (12%) Ships in 18 - 22 working days

XML-RPC, a simple yet powerful system built on XML and HTTP, lets developers connect programs running on different computers with a minimum of fuss. Java programs can talk to Perl scripts, which can talk to ASP applications, and so on. With XML-RPC, developers can provide access to functionality without having to worry about the system on the other end, so it's easy to create web services.

Java RMI (Paperback): William Grosso Java RMI (Paperback)
William Grosso
R1,405 Discovery Miles 14 050 Ships in 18 - 22 working days

With Java RMI, you'll learn tips and tricks for making your RMI code excel. The book provides strategies for working with serialization, threading, the RMI registry, sockets and socket factories, activation, dynamic class downloading, HTTP tunneling, distributed garbage collection, JNDI, and CORBA. In short, a treasure trove of valuable RMI knowledge packed into one book.

Java 2 (German, Hardcover, 2nd 2., Uberarb. Aufl. Reprint 201 ed.): Ernst-Wolfgang Dieterich Java 2 (German, Hardcover, 2nd 2., Uberarb. Aufl. Reprint 201 ed.)
Ernst-Wolfgang Dieterich
R3,062 R2,417 Discovery Miles 24 170 Save R645 (21%) Ships in 18 - 22 working days

Dieses Buch fuhrt von Grund auf in das objektorientierte Programmieren in Java 2 ein. Alle Sprachkonstruktionen von Java 2 werden genau beschrieben und an pragnanten Beispielen veranschaulicht."

Building Progressive Web Apps - Bringing the power of native to the browser (Paperback): Tal Ater Building Progressive Web Apps - Bringing the power of native to the browser (Paperback)
Tal Ater
R1,130 R931 Discovery Miles 9 310 Save R199 (18%) Ships in 9 - 17 working days

Move over native apps. New progressive web apps have capabilities that will soon make you obsolete. With this hands-on guide, web developers and business execs will learn how-and why-to develop web apps that take advantage of features that have so far been exclusive to native apps. Features that include fast load times, push notifications, offline access, homescreen shortcuts, and an entirely app-like experience. By leveraging the latest browser APIs, progressive web apps combine all of the benefits of native apps, while avoiding their issues. Throughout the book, author Tal Ater shows you how to improve a simple website for the fictional Gotham Imperial Hotel into a modern progressive web app. Plus: Understand how service workers work, and use them to create sites that launch in an instant, regardless of the user's internet connection Create full-screen web apps that launch from the phone's homescreen just like native apps Re-engage users with push notifications, even days after they have left your site Embrace offline-first and build web apps that gracefully handle loss of connectivity Explore new UX opportunities and challenges presented by progressive web apps

Java Servlet Programming 2e (Paperback, 2nd Revised edition): Jason Hunter Java Servlet Programming 2e (Paperback, 2nd Revised edition)
Jason Hunter
R1,405 Discovery Miles 14 050 Ships in 18 - 22 working days

The second edition of this popular book has been completely updated to add the new features of the Java Servlet API Version 2.2, and new chapters on servlet security and advanced communication. In addition to complete coverage of the 2.2 specification, we have included bonus material on the new 2.3 version of the specification.

Programming the Perl DBI (Paperback): Alligator Descartes Programming the Perl DBI (Paperback)
Alligator Descartes
R914 R793 Discovery Miles 7 930 Save R121 (13%) Ships in 18 - 22 working days

The primary interface for database programming in Perl is DBI. Programming the Perl DBI is coauthored by Alligator Descartes, one of the most active members of the DBI community, and by Tim Bunce, the inventor of DBI. The book explains the architecture of DBI, shows you how to write DBI-based programs, and reveals both DBI's nuances and the peculiarities of each individual DBD. This is the definitive book for database programming in Perl.

Isomorphic Web Applications - Universal Development with React (Paperback): Elyse Kolker Gordon Isomorphic Web Applications - Universal Development with React (Paperback)
Elyse Kolker Gordon
R904 R380 Discovery Miles 3 800 Save R524 (58%) Ships in 9 - 17 working days

You used to have two options for web app architecture: backend server-rendered in response to requests, or frontend browser-rendered, single page applications. Now you have a new choice: isomorphic apps, which let you take advantage of the best of both worlds. Isomorphic Development with JavaScript teaches web developers to build isomorphic web applications using JavaScript, NodeJS, and React. By the end, they'll be able to build a high performance content site that will support their users' needs and their SEO goals. KEY FEATURES Hands-on examples Teaches isomorphic app basics Easy-to-follow ABOUT THE TECHNOLOGY An isomorphic app is a web app that blends a server-rendered web app with a single-page application. AUTHOR BIO Elyse Kolker Gordon has been building web applications for five years and is a Technical Lead at Vevo, where she solves challenges with isomorphic apps every day. She writes technical articles and speaks about JavaScript at meetups and conferences. In her free time, she plays the drums and travels.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Iron In The Soul - The Leaders Of The…
F. A. Mouton Paperback  (1)
R144 Discovery Miles 1 440
The Symbolic Computation of…
Joseph Krasilshchik, Alexander Verbovetsky, … Hardcover R2,817 Discovery Miles 28 170
Nasty Women Talk Back - Feminist Essays…
Joy Watson Paperback  (2)
R251 Discovery Miles 2 510
The Brass Instrument Owner's Handbook
Michael J Pagliaro Hardcover R3,132 Discovery Miles 31 320
300 Hundred Years at the Keyboard - 2nd…
Patricia Fallows-Hammond Hardcover R734 Discovery Miles 7 340
Harry Potter Instrumental Solos - From…
Bill Galliford Staple bound R563 Discovery Miles 5 630
Taffanel: Genius of the Flute
Edward Blakeman Hardcover R2,701 Discovery Miles 27 010
How To Steal A Country - State Capture…
Robin Renwick Paperback R316 Discovery Miles 3 160
Three Wise Monkeys
Charles Van Onselen Paperback R1,500 R1,194 Discovery Miles 11 940
Ratels Aan Die Lomba - Die Storie Van…
Leopold Scholtz Paperback  (4)
R295 R264 Discovery Miles 2 640

 

Partners