Distributed computing in Java 9 :: make the best of Java for distributed applications /
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 computatio...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2017.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | 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. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781787122734 1787122735 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn995052577 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 170726s2017 enka o 000 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d STF |d IDEBK |d TOH |d OCLCF |d N$T |d CEF |d KSU |d UKMGB |d LVT |d UAB |d UKAHL |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d OCLCQ |d DXU | ||
015 | |a GBB7G3326 |2 bnb | ||
016 | 7 | |a 018436296 |2 Uk | |
020 | |a 9781787122734 |q (electronic bk.) | ||
020 | |a 1787122735 |q (electronic bk.) | ||
020 | |z 9781787126992 | ||
035 | |a (OCoLC)995052577 | ||
037 | |a CL0500000878 |b Safari Books Online | ||
050 | 4 | |a QA76.9.D5 | |
072 | 7 | |a COM |x 018000 |2 bisacsh | |
072 | 7 | |a COM |x 051280 |2 bisacsh | |
082 | 7 | |a 005.2762 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Pattamsetti, Raja Malleswara Rao, |e author. | |
245 | 1 | 0 | |a Distributed computing in Java 9 : |b make the best of Java for distributed applications / |c Raja Malleswara Rao Pattamsetti. |
246 | 3 | |a Distributed computing in Java nine | |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2017. | |
300 | |a 1 online resource (1 volume) : |b illustrations | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | |a Description based on online resource; title from title page (Safari, viewed July 24, 2017). | ||
520 | 8 | |a 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. | |
505 | 0 | |a Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Quick Start to Distributed Computing -- Parallel computing -- Amdahl's law -- Distributed computing -- Parallel versus distributed computing -- Design considerations for distributed systems -- Java support -- Summary -- Chapter 2: Communication between Distributed Applications -- Client-server communication -- Sockets and streams -- Socket programming for TCP -- Reading from the socket -- Socket programming for UDP -- Multicasting -- Streams -- URLs, URLConnections, and the ContentHandler classes -- URL (base URL and relative URL) -- Practicality of URLs -- ClassLoader -- Summary -- Chapter 3: RMI, CORBA, and JavaSpaces -- RMI -- What is RMI? -- Key terminologies of RMI -- RMI for distributed computing -- Writing an RMI server -- Implementing a remote interface -- Creating a client program -- Compiling programs -- Building a JAR file from the interface classes -- Building the server classes -- Building the client classes -- Running a remote client program -- Starting the server -- Invoking the client -- Common Object Request Broker Architecture (CORBA) -- CORBA standards -- Inter-ORB communication -- Java support for CORBA -- OMG IDL samples -- Interfaces -- Types and constants -- Structures -- Discriminated unions -- Sequences -- CORBA services -- Sample CORBA program using JAVA IDL -- IDL interface specification -- Compiling the IDL -- Client application -- Object implementation -- Defining the server -- Compiling and starting the server -- Executing the client -- JavaSpaces -- Overview -- How it works -- Sample JavaSpaces code -- How Java 9 adds value -- Summary -- Chapter 4: Enterprise Messaging -- EMS -- JMS -- The publish/subscribe messaging paradigm. | |
505 | 8 | |a The Point-To-Point Messaging Paradigm -- JMS interfaces -- Developing a JMS application -- Publish-Subscribe (topic) programming -- Point-To-Point (queue) programming -- Web services -- Web service architectures -- SOAP web services -- RESTful web services -- Building a SOAP web service using the JAX-WS API in RPC Style -- Building SOAP web service using the JAX-WS API in Document style -- Building a RESTful web service using the JAX-RS API (using the Jersey implementation) -- Enterprise integration patterns -- Summary -- Chapter 5: HPC Cluster Computing -- Era of computing -- Commanding parallel system architectures -- MPP -- SMP -- Distributed systems -- Clusters -- Network of workstations -- Cluster computer architecture -- Cluster system software and tools -- HPCC -- Java support for high-performance computing -- Java support for parallel programming models -- Multithreading -- Parallelism -- Synchronization -- JOMP -- Java message passing -- The Spliterator interface -- Parallel stream processing -- Java 9 updates for processing an API -- Summary -- Chapter 6: Distributed Databases -- Distributed and decentralized databases -- Motivation for distributed databases -- Distributed database environments -- Homogeneous distributed database environment -- Heterogeneous distributed database environment -- Distributed database setup methodologies -- Replication -- Horizontal partitioning -- Vertical partitioning -- Hybrid setup -- Distributed DBMS architecture -- Java Database Connectivity -- JTA for distributed transactions -- Switching between the transaction modes -- Sample program for the XA transaction -- Summary -- Chapter 7: Cloud and Distributed Computing -- What is cloud computing? -- Cloud deployment models -- Cloud computing patterns -- Features of cloud computing -- Cloud versus distributed computing -- Cloud service providers -- AWS. | |
505 | 8 | |a Amazon EC2 -- Amazon S3 -- Amazon SQS -- Amazon CloudFront -- Amazon SimpleDB -- Writing a distributed application on AWS -- Docker CaaS -- CaaS -- Characteristics of Docker CaaS -- Docker CaaS platform components -- Eclipse integration for a Docker container -- Deploying a sample Java application to Tomcat with Docker -- Java 9 support -- Spring Boot -- Spring Cloud -- Spring Cloud Data Flow -- Summary -- Chapter 8: Big Data Analytics -- What is big data? -- Big data characteristics -- Volume -- Variety -- Velocity -- Veracity -- NoSQL databases -- Hadoop, MapReduce, and HDFS -- Hadoop -- HDFS (Hadoop Distributed File System) -- MapReduce -- Cloud computing for Hadoop -- Dynamic Distributed Dimensional Data Model (D4M) -- Distributed computing for big data -- ZooKeeper for distributed computing -- Summary -- Chapter 9: Testing, Debugging, and Troubleshooting -- Challenges in testing distributed applications -- Standard testing approach in software systems -- Unit testing -- Mocking the dependencies -- Continuous Integration (CI)-based unit testing -- System testing -- System integration testing -- User Acceptance Testing -- Cloud distributed application testing -- Latest tools for testing Java distributed applications -- JUnit -- JTest -- TestNG -- Arquillian -- The Grinder -- JWalk -- Mockito -- PowerMock -- Debugging and troubleshooting distributed applications -- Summary -- Chapter 10: Security -- Security issues and concerns -- Two-way Secure Sockets Layer (SSL) implementation -- Two-way SSL implementation for web services -- Allow the secured calls in server application -- Generate a client program as a web service client with a two-way SSL -- Cloud computing security -- Security enhancements in Java 9 -- Datagram Transport Layer Security -- TLS Application Layer Protocol Negotiation Extension -- OCSP stapling for TLS -- Summary -- Index. | |
650 | 0 | |a Electronic data processing |x Distributed processing. |0 http://id.loc.gov/authorities/subjects/sh85042293 | |
650 | 0 | |a Java (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh95008574 | |
650 | 6 | |a Traitement réparti. | |
650 | 6 | |a Java (Langage de programmation) | |
650 | 7 | |a COMPUTERS / Data Processing. |2 bisacsh | |
650 | 7 | |a COMPUTERS / Programming Languages / Java. |2 bisacsh | |
650 | 7 | |a Electronic data processing |x Distributed processing |2 fast | |
650 | 7 | |a Java (Computer program language) |2 fast | |
758 | |i has work: |a Distributed Computing in Java 9 (Text) |1 https://id.oclc.org/worldcat/entity/E39PCYH7T6cBXDbrVdvJqmQvf3 |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1547034 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n BDZ0034428735 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis38476293 | ||
938 | |a EBSCOhost |b EBSC |n 1547034 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn995052577 |
---|---|
_version_ | 1816882396325216256 |
adam_text | |
any_adam_object | |
author | Pattamsetti, Raja Malleswara Rao |
author_facet | Pattamsetti, Raja Malleswara Rao |
author_role | aut |
author_sort | Pattamsetti, Raja Malleswara Rao |
author_variant | r m r p rmr rmrp |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.9.D5 |
callnumber-search | QA76.9.D5 |
callnumber-sort | QA 276.9 D5 |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Quick Start to Distributed Computing -- Parallel computing -- Amdahl's law -- Distributed computing -- Parallel versus distributed computing -- Design considerations for distributed systems -- Java support -- Summary -- Chapter 2: Communication between Distributed Applications -- Client-server communication -- Sockets and streams -- Socket programming for TCP -- Reading from the socket -- Socket programming for UDP -- Multicasting -- Streams -- URLs, URLConnections, and the ContentHandler classes -- URL (base URL and relative URL) -- Practicality of URLs -- ClassLoader -- Summary -- Chapter 3: RMI, CORBA, and JavaSpaces -- RMI -- What is RMI? -- Key terminologies of RMI -- RMI for distributed computing -- Writing an RMI server -- Implementing a remote interface -- Creating a client program -- Compiling programs -- Building a JAR file from the interface classes -- Building the server classes -- Building the client classes -- Running a remote client program -- Starting the server -- Invoking the client -- Common Object Request Broker Architecture (CORBA) -- CORBA standards -- Inter-ORB communication -- Java support for CORBA -- OMG IDL samples -- Interfaces -- Types and constants -- Structures -- Discriminated unions -- Sequences -- CORBA services -- Sample CORBA program using JAVA IDL -- IDL interface specification -- Compiling the IDL -- Client application -- Object implementation -- Defining the server -- Compiling and starting the server -- Executing the client -- JavaSpaces -- Overview -- How it works -- Sample JavaSpaces code -- How Java 9 adds value -- Summary -- Chapter 4: Enterprise Messaging -- EMS -- JMS -- The publish/subscribe messaging paradigm. The Point-To-Point Messaging Paradigm -- JMS interfaces -- Developing a JMS application -- Publish-Subscribe (topic) programming -- Point-To-Point (queue) programming -- Web services -- Web service architectures -- SOAP web services -- RESTful web services -- Building a SOAP web service using the JAX-WS API in RPC Style -- Building SOAP web service using the JAX-WS API in Document style -- Building a RESTful web service using the JAX-RS API (using the Jersey implementation) -- Enterprise integration patterns -- Summary -- Chapter 5: HPC Cluster Computing -- Era of computing -- Commanding parallel system architectures -- MPP -- SMP -- Distributed systems -- Clusters -- Network of workstations -- Cluster computer architecture -- Cluster system software and tools -- HPCC -- Java support for high-performance computing -- Java support for parallel programming models -- Multithreading -- Parallelism -- Synchronization -- JOMP -- Java message passing -- The Spliterator interface -- Parallel stream processing -- Java 9 updates for processing an API -- Summary -- Chapter 6: Distributed Databases -- Distributed and decentralized databases -- Motivation for distributed databases -- Distributed database environments -- Homogeneous distributed database environment -- Heterogeneous distributed database environment -- Distributed database setup methodologies -- Replication -- Horizontal partitioning -- Vertical partitioning -- Hybrid setup -- Distributed DBMS architecture -- Java Database Connectivity -- JTA for distributed transactions -- Switching between the transaction modes -- Sample program for the XA transaction -- Summary -- Chapter 7: Cloud and Distributed Computing -- What is cloud computing? -- Cloud deployment models -- Cloud computing patterns -- Features of cloud computing -- Cloud versus distributed computing -- Cloud service providers -- AWS. Amazon EC2 -- Amazon S3 -- Amazon SQS -- Amazon CloudFront -- Amazon SimpleDB -- Writing a distributed application on AWS -- Docker CaaS -- CaaS -- Characteristics of Docker CaaS -- Docker CaaS platform components -- Eclipse integration for a Docker container -- Deploying a sample Java application to Tomcat with Docker -- Java 9 support -- Spring Boot -- Spring Cloud -- Spring Cloud Data Flow -- Summary -- Chapter 8: Big Data Analytics -- What is big data? -- Big data characteristics -- Volume -- Variety -- Velocity -- Veracity -- NoSQL databases -- Hadoop, MapReduce, and HDFS -- Hadoop -- HDFS (Hadoop Distributed File System) -- MapReduce -- Cloud computing for Hadoop -- Dynamic Distributed Dimensional Data Model (D4M) -- Distributed computing for big data -- ZooKeeper for distributed computing -- Summary -- Chapter 9: Testing, Debugging, and Troubleshooting -- Challenges in testing distributed applications -- Standard testing approach in software systems -- Unit testing -- Mocking the dependencies -- Continuous Integration (CI)-based unit testing -- System testing -- System integration testing -- User Acceptance Testing -- Cloud distributed application testing -- Latest tools for testing Java distributed applications -- JUnit -- JTest -- TestNG -- Arquillian -- The Grinder -- JWalk -- Mockito -- PowerMock -- Debugging and troubleshooting distributed applications -- Summary -- Chapter 10: Security -- Security issues and concerns -- Two-way Secure Sockets Layer (SSL) implementation -- Two-way SSL implementation for web services -- Allow the secured calls in server application -- Generate a client program as a web service client with a two-way SSL -- Cloud computing security -- Security enhancements in Java 9 -- Datagram Transport Layer Security -- TLS Application Layer Protocol Negotiation Extension -- OCSP stapling for TLS -- Summary -- Index. |
ctrlnum | (OCoLC)995052577 |
dewey-full | 005.2762 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.2762 |
dewey-search | 005.2762 |
dewey-sort | 15.2762 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>10659cam a2200577 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn995052577</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">170726s2017 enka o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">STF</subfield><subfield code="d">IDEBK</subfield><subfield code="d">TOH</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">CEF</subfield><subfield code="d">KSU</subfield><subfield code="d">UKMGB</subfield><subfield code="d">LVT</subfield><subfield code="d">UAB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">DXU</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB7G3326</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018436296</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781787122734</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1787122735</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781787126992</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)995052577</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000878</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.9.D5</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051280</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.2762</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Pattamsetti, Raja Malleswara Rao,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Distributed computing in Java 9 :</subfield><subfield code="b">make the best of Java for distributed applications /</subfield><subfield code="c">Raja Malleswara Rao Pattamsetti.</subfield></datafield><datafield tag="246" ind1="3" ind2=" "><subfield code="a">Distributed computing in Java nine</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2017.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from title page (Safari, viewed July 24, 2017).</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Quick Start to Distributed Computing -- Parallel computing -- Amdahl's law -- Distributed computing -- Parallel versus distributed computing -- Design considerations for distributed systems -- Java support -- Summary -- Chapter 2: Communication between Distributed Applications -- Client-server communication -- Sockets and streams -- Socket programming for TCP -- Reading from the socket -- Socket programming for UDP -- Multicasting -- Streams -- URLs, URLConnections, and the ContentHandler classes -- URL (base URL and relative URL) -- Practicality of URLs -- ClassLoader -- Summary -- Chapter 3: RMI, CORBA, and JavaSpaces -- RMI -- What is RMI? -- Key terminologies of RMI -- RMI for distributed computing -- Writing an RMI server -- Implementing a remote interface -- Creating a client program -- Compiling programs -- Building a JAR file from the interface classes -- Building the server classes -- Building the client classes -- Running a remote client program -- Starting the server -- Invoking the client -- Common Object Request Broker Architecture (CORBA) -- CORBA standards -- Inter-ORB communication -- Java support for CORBA -- OMG IDL samples -- Interfaces -- Types and constants -- Structures -- Discriminated unions -- Sequences -- CORBA services -- Sample CORBA program using JAVA IDL -- IDL interface specification -- Compiling the IDL -- Client application -- Object implementation -- Defining the server -- Compiling and starting the server -- Executing the client -- JavaSpaces -- Overview -- How it works -- Sample JavaSpaces code -- How Java 9 adds value -- Summary -- Chapter 4: Enterprise Messaging -- EMS -- JMS -- The publish/subscribe messaging paradigm.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">The Point-To-Point Messaging Paradigm -- JMS interfaces -- Developing a JMS application -- Publish-Subscribe (topic) programming -- Point-To-Point (queue) programming -- Web services -- Web service architectures -- SOAP web services -- RESTful web services -- Building a SOAP web service using the JAX-WS API in RPC Style -- Building SOAP web service using the JAX-WS API in Document style -- Building a RESTful web service using the JAX-RS API (using the Jersey implementation) -- Enterprise integration patterns -- Summary -- Chapter 5: HPC Cluster Computing -- Era of computing -- Commanding parallel system architectures -- MPP -- SMP -- Distributed systems -- Clusters -- Network of workstations -- Cluster computer architecture -- Cluster system software and tools -- HPCC -- Java support for high-performance computing -- Java support for parallel programming models -- Multithreading -- Parallelism -- Synchronization -- JOMP -- Java message passing -- The Spliterator interface -- Parallel stream processing -- Java 9 updates for processing an API -- Summary -- Chapter 6: Distributed Databases -- Distributed and decentralized databases -- Motivation for distributed databases -- Distributed database environments -- Homogeneous distributed database environment -- Heterogeneous distributed database environment -- Distributed database setup methodologies -- Replication -- Horizontal partitioning -- Vertical partitioning -- Hybrid setup -- Distributed DBMS architecture -- Java Database Connectivity -- JTA for distributed transactions -- Switching between the transaction modes -- Sample program for the XA transaction -- Summary -- Chapter 7: Cloud and Distributed Computing -- What is cloud computing? -- Cloud deployment models -- Cloud computing patterns -- Features of cloud computing -- Cloud versus distributed computing -- Cloud service providers -- AWS.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Amazon EC2 -- Amazon S3 -- Amazon SQS -- Amazon CloudFront -- Amazon SimpleDB -- Writing a distributed application on AWS -- Docker CaaS -- CaaS -- Characteristics of Docker CaaS -- Docker CaaS platform components -- Eclipse integration for a Docker container -- Deploying a sample Java application to Tomcat with Docker -- Java 9 support -- Spring Boot -- Spring Cloud -- Spring Cloud Data Flow -- Summary -- Chapter 8: Big Data Analytics -- What is big data? -- Big data characteristics -- Volume -- Variety -- Velocity -- Veracity -- NoSQL databases -- Hadoop, MapReduce, and HDFS -- Hadoop -- HDFS (Hadoop Distributed File System) -- MapReduce -- Cloud computing for Hadoop -- Dynamic Distributed Dimensional Data Model (D4M) -- Distributed computing for big data -- ZooKeeper for distributed computing -- Summary -- Chapter 9: Testing, Debugging, and Troubleshooting -- Challenges in testing distributed applications -- Standard testing approach in software systems -- Unit testing -- Mocking the dependencies -- Continuous Integration (CI)-based unit testing -- System testing -- System integration testing -- User Acceptance Testing -- Cloud distributed application testing -- Latest tools for testing Java distributed applications -- JUnit -- JTest -- TestNG -- Arquillian -- The Grinder -- JWalk -- Mockito -- PowerMock -- Debugging and troubleshooting distributed applications -- Summary -- Chapter 10: Security -- Security issues and concerns -- Two-way Secure Sockets Layer (SSL) implementation -- Two-way SSL implementation for web services -- Allow the secured calls in server application -- Generate a client program as a web service client with a two-way SSL -- Cloud computing security -- Security enhancements in Java 9 -- Datagram Transport Layer Security -- TLS Application Layer Protocol Negotiation Extension -- OCSP stapling for TLS -- Summary -- Index.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Electronic data processing</subfield><subfield code="x">Distributed processing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85042293</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Java (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95008574</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Traitement réparti.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Java (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Data Processing.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Programming Languages / Java.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Electronic data processing</subfield><subfield code="x">Distributed processing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Java (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Distributed Computing in Java 9 (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCYH7T6cBXDbrVdvJqmQvf3</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1547034</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">BDZ0034428735</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis38476293</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1547034</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn995052577 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:57Z |
institution | BVB |
isbn | 9781787122734 1787122735 |
language | English |
oclc_num | 995052577 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Pattamsetti, Raja Malleswara Rao, author. Distributed computing in Java 9 : make the best of Java for distributed applications / Raja Malleswara Rao Pattamsetti. Distributed computing in Java nine Birmingham, UK : Packt Publishing, 2017. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier Description based on online resource; title from title page (Safari, viewed July 24, 2017). 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. Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Quick Start to Distributed Computing -- Parallel computing -- Amdahl's law -- Distributed computing -- Parallel versus distributed computing -- Design considerations for distributed systems -- Java support -- Summary -- Chapter 2: Communication between Distributed Applications -- Client-server communication -- Sockets and streams -- Socket programming for TCP -- Reading from the socket -- Socket programming for UDP -- Multicasting -- Streams -- URLs, URLConnections, and the ContentHandler classes -- URL (base URL and relative URL) -- Practicality of URLs -- ClassLoader -- Summary -- Chapter 3: RMI, CORBA, and JavaSpaces -- RMI -- What is RMI? -- Key terminologies of RMI -- RMI for distributed computing -- Writing an RMI server -- Implementing a remote interface -- Creating a client program -- Compiling programs -- Building a JAR file from the interface classes -- Building the server classes -- Building the client classes -- Running a remote client program -- Starting the server -- Invoking the client -- Common Object Request Broker Architecture (CORBA) -- CORBA standards -- Inter-ORB communication -- Java support for CORBA -- OMG IDL samples -- Interfaces -- Types and constants -- Structures -- Discriminated unions -- Sequences -- CORBA services -- Sample CORBA program using JAVA IDL -- IDL interface specification -- Compiling the IDL -- Client application -- Object implementation -- Defining the server -- Compiling and starting the server -- Executing the client -- JavaSpaces -- Overview -- How it works -- Sample JavaSpaces code -- How Java 9 adds value -- Summary -- Chapter 4: Enterprise Messaging -- EMS -- JMS -- The publish/subscribe messaging paradigm. The Point-To-Point Messaging Paradigm -- JMS interfaces -- Developing a JMS application -- Publish-Subscribe (topic) programming -- Point-To-Point (queue) programming -- Web services -- Web service architectures -- SOAP web services -- RESTful web services -- Building a SOAP web service using the JAX-WS API in RPC Style -- Building SOAP web service using the JAX-WS API in Document style -- Building a RESTful web service using the JAX-RS API (using the Jersey implementation) -- Enterprise integration patterns -- Summary -- Chapter 5: HPC Cluster Computing -- Era of computing -- Commanding parallel system architectures -- MPP -- SMP -- Distributed systems -- Clusters -- Network of workstations -- Cluster computer architecture -- Cluster system software and tools -- HPCC -- Java support for high-performance computing -- Java support for parallel programming models -- Multithreading -- Parallelism -- Synchronization -- JOMP -- Java message passing -- The Spliterator interface -- Parallel stream processing -- Java 9 updates for processing an API -- Summary -- Chapter 6: Distributed Databases -- Distributed and decentralized databases -- Motivation for distributed databases -- Distributed database environments -- Homogeneous distributed database environment -- Heterogeneous distributed database environment -- Distributed database setup methodologies -- Replication -- Horizontal partitioning -- Vertical partitioning -- Hybrid setup -- Distributed DBMS architecture -- Java Database Connectivity -- JTA for distributed transactions -- Switching between the transaction modes -- Sample program for the XA transaction -- Summary -- Chapter 7: Cloud and Distributed Computing -- What is cloud computing? -- Cloud deployment models -- Cloud computing patterns -- Features of cloud computing -- Cloud versus distributed computing -- Cloud service providers -- AWS. Amazon EC2 -- Amazon S3 -- Amazon SQS -- Amazon CloudFront -- Amazon SimpleDB -- Writing a distributed application on AWS -- Docker CaaS -- CaaS -- Characteristics of Docker CaaS -- Docker CaaS platform components -- Eclipse integration for a Docker container -- Deploying a sample Java application to Tomcat with Docker -- Java 9 support -- Spring Boot -- Spring Cloud -- Spring Cloud Data Flow -- Summary -- Chapter 8: Big Data Analytics -- What is big data? -- Big data characteristics -- Volume -- Variety -- Velocity -- Veracity -- NoSQL databases -- Hadoop, MapReduce, and HDFS -- Hadoop -- HDFS (Hadoop Distributed File System) -- MapReduce -- Cloud computing for Hadoop -- Dynamic Distributed Dimensional Data Model (D4M) -- Distributed computing for big data -- ZooKeeper for distributed computing -- Summary -- Chapter 9: Testing, Debugging, and Troubleshooting -- Challenges in testing distributed applications -- Standard testing approach in software systems -- Unit testing -- Mocking the dependencies -- Continuous Integration (CI)-based unit testing -- System testing -- System integration testing -- User Acceptance Testing -- Cloud distributed application testing -- Latest tools for testing Java distributed applications -- JUnit -- JTest -- TestNG -- Arquillian -- The Grinder -- JWalk -- Mockito -- PowerMock -- Debugging and troubleshooting distributed applications -- Summary -- Chapter 10: Security -- Security issues and concerns -- Two-way Secure Sockets Layer (SSL) implementation -- Two-way SSL implementation for web services -- Allow the secured calls in server application -- Generate a client program as a web service client with a two-way SSL -- Cloud computing security -- Security enhancements in Java 9 -- Datagram Transport Layer Security -- TLS Application Layer Protocol Negotiation Extension -- OCSP stapling for TLS -- Summary -- Index. Electronic data processing Distributed processing. http://id.loc.gov/authorities/subjects/sh85042293 Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Traitement réparti. Java (Langage de programmation) COMPUTERS / Data Processing. bisacsh COMPUTERS / Programming Languages / Java. bisacsh Electronic data processing Distributed processing fast Java (Computer program language) fast has work: Distributed Computing in Java 9 (Text) https://id.oclc.org/worldcat/entity/E39PCYH7T6cBXDbrVdvJqmQvf3 https://id.oclc.org/worldcat/ontology/hasWork FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1547034 Volltext |
spellingShingle | Pattamsetti, Raja Malleswara Rao Distributed computing in Java 9 : make the best of Java for distributed applications / Cover -- Copyright -- Credits -- About the Author -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Quick Start to Distributed Computing -- Parallel computing -- Amdahl's law -- Distributed computing -- Parallel versus distributed computing -- Design considerations for distributed systems -- Java support -- Summary -- Chapter 2: Communication between Distributed Applications -- Client-server communication -- Sockets and streams -- Socket programming for TCP -- Reading from the socket -- Socket programming for UDP -- Multicasting -- Streams -- URLs, URLConnections, and the ContentHandler classes -- URL (base URL and relative URL) -- Practicality of URLs -- ClassLoader -- Summary -- Chapter 3: RMI, CORBA, and JavaSpaces -- RMI -- What is RMI? -- Key terminologies of RMI -- RMI for distributed computing -- Writing an RMI server -- Implementing a remote interface -- Creating a client program -- Compiling programs -- Building a JAR file from the interface classes -- Building the server classes -- Building the client classes -- Running a remote client program -- Starting the server -- Invoking the client -- Common Object Request Broker Architecture (CORBA) -- CORBA standards -- Inter-ORB communication -- Java support for CORBA -- OMG IDL samples -- Interfaces -- Types and constants -- Structures -- Discriminated unions -- Sequences -- CORBA services -- Sample CORBA program using JAVA IDL -- IDL interface specification -- Compiling the IDL -- Client application -- Object implementation -- Defining the server -- Compiling and starting the server -- Executing the client -- JavaSpaces -- Overview -- How it works -- Sample JavaSpaces code -- How Java 9 adds value -- Summary -- Chapter 4: Enterprise Messaging -- EMS -- JMS -- The publish/subscribe messaging paradigm. The Point-To-Point Messaging Paradigm -- JMS interfaces -- Developing a JMS application -- Publish-Subscribe (topic) programming -- Point-To-Point (queue) programming -- Web services -- Web service architectures -- SOAP web services -- RESTful web services -- Building a SOAP web service using the JAX-WS API in RPC Style -- Building SOAP web service using the JAX-WS API in Document style -- Building a RESTful web service using the JAX-RS API (using the Jersey implementation) -- Enterprise integration patterns -- Summary -- Chapter 5: HPC Cluster Computing -- Era of computing -- Commanding parallel system architectures -- MPP -- SMP -- Distributed systems -- Clusters -- Network of workstations -- Cluster computer architecture -- Cluster system software and tools -- HPCC -- Java support for high-performance computing -- Java support for parallel programming models -- Multithreading -- Parallelism -- Synchronization -- JOMP -- Java message passing -- The Spliterator interface -- Parallel stream processing -- Java 9 updates for processing an API -- Summary -- Chapter 6: Distributed Databases -- Distributed and decentralized databases -- Motivation for distributed databases -- Distributed database environments -- Homogeneous distributed database environment -- Heterogeneous distributed database environment -- Distributed database setup methodologies -- Replication -- Horizontal partitioning -- Vertical partitioning -- Hybrid setup -- Distributed DBMS architecture -- Java Database Connectivity -- JTA for distributed transactions -- Switching between the transaction modes -- Sample program for the XA transaction -- Summary -- Chapter 7: Cloud and Distributed Computing -- What is cloud computing? -- Cloud deployment models -- Cloud computing patterns -- Features of cloud computing -- Cloud versus distributed computing -- Cloud service providers -- AWS. Amazon EC2 -- Amazon S3 -- Amazon SQS -- Amazon CloudFront -- Amazon SimpleDB -- Writing a distributed application on AWS -- Docker CaaS -- CaaS -- Characteristics of Docker CaaS -- Docker CaaS platform components -- Eclipse integration for a Docker container -- Deploying a sample Java application to Tomcat with Docker -- Java 9 support -- Spring Boot -- Spring Cloud -- Spring Cloud Data Flow -- Summary -- Chapter 8: Big Data Analytics -- What is big data? -- Big data characteristics -- Volume -- Variety -- Velocity -- Veracity -- NoSQL databases -- Hadoop, MapReduce, and HDFS -- Hadoop -- HDFS (Hadoop Distributed File System) -- MapReduce -- Cloud computing for Hadoop -- Dynamic Distributed Dimensional Data Model (D4M) -- Distributed computing for big data -- ZooKeeper for distributed computing -- Summary -- Chapter 9: Testing, Debugging, and Troubleshooting -- Challenges in testing distributed applications -- Standard testing approach in software systems -- Unit testing -- Mocking the dependencies -- Continuous Integration (CI)-based unit testing -- System testing -- System integration testing -- User Acceptance Testing -- Cloud distributed application testing -- Latest tools for testing Java distributed applications -- JUnit -- JTest -- TestNG -- Arquillian -- The Grinder -- JWalk -- Mockito -- PowerMock -- Debugging and troubleshooting distributed applications -- Summary -- Chapter 10: Security -- Security issues and concerns -- Two-way Secure Sockets Layer (SSL) implementation -- Two-way SSL implementation for web services -- Allow the secured calls in server application -- Generate a client program as a web service client with a two-way SSL -- Cloud computing security -- Security enhancements in Java 9 -- Datagram Transport Layer Security -- TLS Application Layer Protocol Negotiation Extension -- OCSP stapling for TLS -- Summary -- Index. Electronic data processing Distributed processing. http://id.loc.gov/authorities/subjects/sh85042293 Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Traitement réparti. Java (Langage de programmation) COMPUTERS / Data Processing. bisacsh COMPUTERS / Programming Languages / Java. bisacsh Electronic data processing Distributed processing fast Java (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85042293 http://id.loc.gov/authorities/subjects/sh95008574 |
title | Distributed computing in Java 9 : make the best of Java for distributed applications / |
title_alt | Distributed computing in Java nine |
title_auth | Distributed computing in Java 9 : make the best of Java for distributed applications / |
title_exact_search | Distributed computing in Java 9 : make the best of Java for distributed applications / |
title_full | Distributed computing in Java 9 : make the best of Java for distributed applications / Raja Malleswara Rao Pattamsetti. |
title_fullStr | Distributed computing in Java 9 : make the best of Java for distributed applications / Raja Malleswara Rao Pattamsetti. |
title_full_unstemmed | Distributed computing in Java 9 : make the best of Java for distributed applications / Raja Malleswara Rao Pattamsetti. |
title_short | Distributed computing in Java 9 : |
title_sort | distributed computing in java 9 make the best of java for distributed applications |
title_sub | make the best of Java for distributed applications / |
topic | Electronic data processing Distributed processing. http://id.loc.gov/authorities/subjects/sh85042293 Java (Computer program language) http://id.loc.gov/authorities/subjects/sh95008574 Traitement réparti. Java (Langage de programmation) COMPUTERS / Data Processing. bisacsh COMPUTERS / Programming Languages / Java. bisacsh Electronic data processing Distributed processing fast Java (Computer program language) fast |
topic_facet | Electronic data processing Distributed processing. Java (Computer program language) Traitement réparti. Java (Langage de programmation) COMPUTERS / Data Processing. COMPUTERS / Programming Languages / Java. Electronic data processing Distributed processing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1547034 |
work_keys_str_mv | AT pattamsettirajamalleswararao distributedcomputinginjava9makethebestofjavafordistributedapplications AT pattamsettirajamalleswararao distributedcomputinginjavanine |