Book description
Explore the power of distributed computing to write concurrent, scalable applications in Java
About This Book
Make the best of Java 9 features to write succinct code
Handle large amounts of data using HPC
Make use of AWS and Google App Engine along with Java to establish a powerful remote computation system
Who This Book Is For
This book is for basic to intermediate level Java developers who is aware of object-oriented programming and Java basic concepts.
What You Will Learn
Understand the basic concepts of parallel and distributed computing/programming
Achieve performance improvement using parallel processing, multithreading, concurrency, memory sharing, and hpc cluster computing
Get an in-depth understanding of Enterprise Messaging concepts with Java Messaging Service and Web Services in the context of Enterprise Integration Patterns
Work with Distributed Database technologies
Understand how to develop and deploy a distributed application on different cloud platforms including Amazon Web Service and Docker CaaS Concepts
Explore big data technologies
Effectively test and debug distributed systems
Gain thorough knowledge of security standards for distributed applications including two-way Secure Socket Layer
In Detail
Distributed computing is the concept with which a bigger computation process is accomplished by splitting it into multiple smaller logical activities and performed by diverse systems, resulting in maximized performance in lower infrastructure investment. This book will teach you how to improve the performance of traditional applications through the usage of parallelism and optimized resource utilization in Java 9.
After a brief introduction to the fundamentals of distributed and parallel computing, the book moves on to explain different ways of communicating with remote systems/objects in a distributed architecture. You will learn about asynchronous messaging with enterprise integration and related patterns, and how to handle large amount of data using HPC and implement distributed computing for databases.
Moving on, it explains how to deploy distributed applications on different cloud platforms and self-contained application development. You will also learn about big data technologies and understand how they contribute to distributed computing. The book concludes with the detailed coverage of testing, debugging, troubleshooting, and security aspects of distributed applications so the programs you build are robust, efficient, and secure.
Style and approach
This is a step-by-step practical guide with real-world examples.
Publisher resources
Table of contents
- Preface
- Quick Start to Distributed Computing
- Communication between Distributed Applications
- RMI, CORBA, and JavaSpaces
- Enterprise Messaging
- HPC Cluster Computing
- Distributed Databases
- Cloud and Distributed Computing
- Big Data Analytics
- Testing, Debugging, and Troubleshooting
- Security
Product information
- Title: Distributed Computing in Java 9
- Author(s):
- Release date: June 2017
- Publisher(s): Packt Publishing
- ISBN: 9781787126992
You might also like
book
iText in Action
With iText, one can transform PDF documents into live, interactive applications quickly and easily. This free …
book
Designing Data-Intensive Applications
Data is at the center of many challenges in system design today. Difficult issues need to …
video
Java Concurrency and Multithreading in Practice
Improve the performance of your application by using modern Java's multithreading features About This Video Increase …
book
Java Coding Problems
Develop your coding skills by exploring Java concepts and techniques such as Strings, Objects and Types, …