Filter By
- Book
- Qty in Cart
- Quantity
- Price
- Subtotal
-
Java Message Service 2e Mark Richards 9780596522049
RRP: $62.38Booksplease Price: $41.61Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural... -
Tomcat Jason Brittain 9780596101060
RRP: $62.38Booksplease Price: $42.20It takes a book as versatile as its subject to cover Apache Tomcat, the popular open source Servlet and JSP container and high performance web server. Tomcat: The Definitive Guide is a valuable reference for administrators and webmasters, a useful guide... -
Java 17 Recipes: A Problem-Solution Approach by Josh Juneau
RRP: $107.23Booksplease Price: $89.43Quickly find solutions to dozens of common programming problems encountered while building Java applications, with recipes presented in the popular problem-solution format. Look up the programming problem that you want to resolve. Read the solution... -
NetBeans: The Definitive Guide: Developing, Debugging & Deploying Java Code Jesse Glick Tim Boubdrea 9780596002800
RRP: $70.18Booksplease Price: $47.03As the Java programming language has increased in both functionality and complexity, developers have demanded more of their program editors. Gone are the days when a simple visual editor is sufficient for even small programming projects. While there are... -
Learning Groovy 3: Java-Based Dynamic Scripting by Adam L. Davis 9781484250570
RRP: $97.48Booksplease Price: $63.36Start building powerful apps that take advantage of the dynamic scripting capabilities of the Groovy language, including what's new in Groovy version 3.0. This book covers Groovy fundamentals, such as installing Groovy, using Groovy tools, and working... -
Building and Testing with Gradle Matthew Mccullough 9781449304638
RRP: $38.98Booksplease Price: $27.11Build and test software written in Java and many other languages with Gradle, the open source project automation tool that's getting a lot of attention. This concise introduction provides numerous code examples to help you explore Gradle, both as a build... -
RESTful Java with JAX-RS 2.0 by Bill Burke 9781449361341
RRP: $62.38Booksplease Price: $42.20Learn how to design and develop distributed web services in Java, using RESTful architectural principles and the JAX-RS 2.0 specification in Java EE 7. By focusing on implementation rather than theory, this hands-on reference demonstrates how easy it is... -
Lucene in Action by Erik Hatcher 9781933988177
Booksplease Price: $91.32HIGHLIGHT New edition of top-selling book on the new version of Lucene-the core open-source technology behind most full-text search and "Intelligent Web" applications. DESCRIPTION When Lucene first hit the scene five years ago, it was... -
Spring 6 Recipes: A Problem-Solution Approach to Spring Framework by Marten Deinum
RRP: $107.23Booksplease Price: $79.77This in-depth Spring-based Java developer code reference has been updated and now solves many of your Spring Framework 6 problems using reusable, complete and real-world working code examples. Spring 6 Recipes (5th Edition) now includes Spring Native... -
Scala for Java Developers: A Practical Primer by Toby Weston 9781484231074
RRP: $54.58Booksplease Price: $42.26Master the fundamentals of Scala and understand its emphasis on functional programming that sets it apart from Java. This book will help you translate what you already know in Java to Scala to start your functional programming journey. Learn Scala is... -
Eclipse IDE Pocket Guide Ed Burnette 9780596100650
RRP: $15.58Booksplease Price: $12.13Eclipse is the world's most popular IDE for Java development. And although there are plenty of large tomes that cover all the nooks and crannies of Eclipse, what you really need is a quick, handy guide to the features that are used over and over again in... -
Get Programming with Scala Daniela Sfregola 9781617295270
RRP: $93.58Booksplease Price: $69.89Scala is a multi-style programming language for the JVM that supports both object-oriented and functional programming. Master Scala, and you'll be well-equipped to match your programming approach to the type of problem you're dealing with. Packed with... -
Seriously Good Software: Code that works, survives, and wins Marco Faella 9781617296291
RRP: $58.48Booksplease Price: $43.52Serious developers know that code can always be improved. With each iteration, you make optimizations-small and large-that can have a huge impact on your application's speed, size, resilience, and maintainability. In Seriously Good Software: Code that... -
Modern Java Recipes: Simple Solutions to Difficult Problems in Java 8 and 9 Kenneth A. Kousen 9781491973172
RRP: $77.98Booksplease Price: $52.94The introduction of functional programming concepts in Java SE 8 was a drastic change for this venerable object-oriented language. Lambda expressions, method references, and streams fundamentally changed the idioms of the language, and many developers... -
Modern Data Engineering with Apache Spark: A Hands-On Guide for Building Mission-Critical Streaming Applications by Scott Haines
RRP: $107.23Booksplease Price: $83.46Leverage Apache Spark within a modern data engineering ecosystem. This hands-on guide will teach you how to write fully functional applications, follow industry best practices, and learn the rationale behind these decisions. With Apache Spark as the... -
Introducing Spring Framework 6: Learning and Building Java-based Applications With Spring by Felipe Gutierrez
RRP: $107.23Booksplease Price: $57.68Spring Framework 6 remains - by far - the leading de-facto "out of the box" practical Java meta application development framework for building complex enterprise, cloud-native applications as well as web applications and microservices. Introducing Spring... -
Java Web Services: Up and Running Martin Kalin 9781449365110
RRP: $62.38Booksplease Price: $42.20Learn how to develop REST-style and SOAP-based web services and clients with this quick and thorough introduction. This hands-on book delivers a clear, pragmatic approach to web services by providing an architectural overview, complete working code... -
Java Design Patterns: A Hands-On Experience with Real-World Examples by Vaskaran Sarcar 9781484279700
RRP: $107.23Booksplease Price: $79.77Use the step-by-step approach of this book to learn and implement design patterns in real-world applications. It focuses on classical design patterns with Java 17 and Eclipse (2021-09). In addition to Gang of Four (GoF) design patterns, the book covers... -
Introducing Blockchain with Java: Program, Implement, and Extend Blockchains with Java by Spiro Buzharovski 9781484279267
RRP: $97.48Booksplease Price: $63.36Create your own crypto currency by implementing blockchain technology using Java. This step-by-step guide will teach you how to create a user interface using Java FX and implement SQLite DB using JDBC Driver for the blockchain.Introducing Blockchain with... -
Cryptography and Cryptanalysis in Java: Creating and Programming Advanced Algorithms with Java SE 17 LTS and Jakarta EE 10 by Stefania Loredana Nita 9781484281048
RRP: $77.98Booksplease Price: $72.27Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 17 and Jakarta EE 10. It provides a robust introduction to Java 17's new features and updates, a... -
Clojure Cookbook Luke Vanderhart 9781449366179
RRP: $70.18Booksplease Price: $47.03With more than 150 detailed recipes, this cookbook shows experienced Clojure developers how to solve a variety of programming tasks with this JVM language. The solutions cover everything from building dynamic websites and working with databases to... -
Practical Domain-Driven Design in Enterprise Java: Using Jakarta EE, Eclipse MicroProfile, Spring Boot, and the Axon Framework by Vijay Nair 9781484245422
RRP: $77.98Booksplease Price: $57.04See how Domain-Driven Design (DDD) combines with Jakarta EE MicroProfile or Spring Boot to offer a complete suite for building enterprise-grade applications. In this book you will see how these all come together in one of the most efficient ways to... -
100 Java Mistakes and How to Avoid Them by Tagir Tagir 9781633437968
RRP: $103.33Booksplease Price: $75.13Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781633437968Author Tagir TagirFormat HardbackPage Count 328Imprint Manning PublicationsPublisher Manning Publications -
Jython Essentials by Samuele Pedroni 9780596002473
RRP: $54.58Booksplease Price: $36.78Jython is an implementation of the Python programming language written in 100% pure Java, so it runs under any compliant Java Virtual Machine. The secret to Jython's popularity lies in the combination of Java's libraries and tools with Python's rapid... -
Database Programming with JDBC and Java George Reese 9781565926165
RRP: $77.98Booksplease Price: $52.36Java 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 ... -
Java Parables Volume 1: Object-Oriented Programming in a Nutshell. by Pamela Osakwe Leon-Mezue 9781916207837
Booksplease Price: $50.99Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781916207837Author Pamela Osakwe Leon-MezueFormat HardbackPage Count 100Imprint Osakwe-Mezue PressPublisher Osakwe-Mezue PressWeight(grams)... -
Fundamentals of Java Programming by Mitsunori Ogihara 9783319894904
RRP: $126.73Booksplease Price: $117.35Making extensive use of examples, this textbook on Java programming teaches the fundamental skills for getting started in a command-line environment. Meant to be used for a one-semester course to build solid foundations in Java, Fundamentals of Java...Qty in Cart: 0Quantity:Price:RRP: $126.73Booksplease Price: $117.35Subtotal:$0.00 -
Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805: A Comprehensive OCPJP 7 Certification Guide by S. G. Ganesh 9781430247647
Booksplease Price: $91.42Oracle Certified Professional Java SE 7 Programmer Exams 1Z0-804 and 1Z0-805 is a concise, comprehensive, step-by-step, and one-stop guide for the Oracle Certified Professional Java SE 7 Programmer Exam. The first two chapters set the stage for exam... -
Java Challenges: 100+ Proven Tasks that Will Prepare You for Anything by Michael Inden
RRP: $107.23Booksplease Price: $91.81Expand your knowledge of Java with this entertaining learning guide, which features 100+ exercises and programming challenges. Java Challenges will prepare you for your next exam or job interview, and covers many practical topics, such as strings,... -
Spring in Action by Craig Walls 9781617291203
Booksplease Price: $93.70DESCRIPTION Spring in Action, Fourth Edition continues the practical, hands-on style of the previous bestselling editions. Author Craig Walls has a special knack for crisp and entertaining examples that zoom in on the features and... -
Event-Driven Architecture: How SOA Enables the Real-Time Enterprise by Angela Yochem
RRP: $72.13Booksplease Price: $53.29Improving Business Agility with EDA Going beyond SOA, enterprises can gain even greater agility by implementing event-driven architectures (EDAs) that automatically detect and react to significant business events. However, EDA planning and deployment is... -
Pro JPA 2: Mastering the Java (TM) Persistence API by Mike Keith 9781430219569
RRP: $126.73Booksplease Price: $96.15Pro 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... -
Pragmatic Scala 2e Venkat Subramaniam 9781680500547
RRP: $56.53Booksplease Price: $38.90Our industry is moving toward functional programming, but your object-oriented experience is still valuable. Scala combines the power of OO and functional programming, and Pragmatic Scala shows you how to work effectively with both. Updated to Scala 2... -
Just Hibernate by Madhusudhan Konda
RRP: $46.78Booksplease Price: $32.74If you're looking for a short, sweet, and simple introduction (or reintroduction) to Hibernate, this is the book you want. Through clear real-world examples, you'll learn Hibernate and object-relational mapping from the ground up, starting with the... -
Java Concepts, International Student Version Cay S. Horstmann (San Jose State University) 9781118318768
RRP: $93.58Booksplease Price: $87.03Cay Horstmann's seventh edition of Java Concepts provides an approachable introduction to fundamental programming techniques and design skills, helping students master basic concepts and become competent coders. Major rewrites and an updated visual... -
Killer Game Programming in Java by Andrew Davison 9780596007300
RRP: $93.58Booksplease Price: $66.01Although the number of commercial Java games is still small compared to those written in C or C++, the market is expanding rapidly. Recent updates to Java make it faster and easier to create powerful gaming applications-particularly Java 3D-is fueling an... -
Data Structures and Algorithms Made Easy in Java: Data Structure and Algorithmic Puzzles, Second Edition by Narasimha Karumanchi 9781468101270
RRP: $77.98Booksplease Price: $70.75Apologies but we at Booksplease don't have a full description for this book.Book InformationISBN 9781468101270Author Narasimha KarumanchiFormat PaperbackPage Count 414Imprint CreateSpacePublisher CreateSpaceWeight(grams) 953gDimensions(mm) 279mm * 216mm... -
Java NIO Ron Hitchens 9780596002886
RRP: $62.38Booksplease Price: $41.61Many serious Java programmers, especially enterprise Java programmers, consider the new I/O API--called NIO for New Input/Output--the most important feature in the 1.4 version of the Java 2 Standard Edition. The NIO package includes many things that have... -
Java and SOAP Rob Englander 9780596001759
RRP: $70.18Booksplease Price: $46.45Java 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... -
Swing Hacks by Joshua Marinacci 9780596009076 [USED COPY]
RRP: $46.78Booksplease Price: $4.95"Swing Hacks" helps Java developers move beyond the basics of Swing, the graphical user interface (GUI) standard since Java 2. If you're a Java developer looking to build enterprise applications with a first-class look and feel, Swing is definitely one...