Creating Components: Object Oriented, Concurrent, and Distributed Computing in Java
Autor Charles W. Kannen Limba Engleză Hardback – 11 sep 2017
This text introduces concurrent and component programming to students, engineers, and programmers who are familiar with Java and procedural and GUI programming. It helps them to understand and apply concurrency in Java component programming, while exploring distributed program implementation, Java threads, objects, interfaces, exceptions, component reuse, and system design and management.
By providing the fundamental concepts of object-oriented components and offering templates for distributed program components, this valuable resource reveals how programmers can apply concurrency and components to solve complex problems.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 540.98 lei 6-8 săpt. | |
CRC Press – 28 iul 2003 | 540.98 lei 6-8 săpt. | |
Hardback (1) | 902.15 lei 6-8 săpt. | |
CRC Press – 11 sep 2017 | 902.15 lei 6-8 săpt. |
Preț: 902.15 lei
Preț vechi: 1308.35 lei
-31% Nou
Puncte Express: 1353
Preț estimativ în valută:
172.67€ • 179.59$ • 144.70£
172.67€ • 179.59$ • 144.70£
Carte tipărită la comandă
Livrare economică 14-28 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781138468542
ISBN-10: 1138468541
Pagini: 448
Dimensiuni: 178 x 254 x 33 mm
Greutate: 0.99 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
ISBN-10: 1138468541
Pagini: 448
Dimensiuni: 178 x 254 x 33 mm
Greutate: 0.99 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Public țintă
Professional and Professional Practice & DevelopmentCuprins
Preface. Introduction to Concurrent Programming and Components. Threads and Program Contexts. Designing and Implementing Concurrent Programs with State Diagrams. Identifiers, Variables, Objects, and Collection Classes. Programming to an Interface. Exceptions in Java. Implementing an Animator Component Using the Java Event Model. Cooperative Synchronization. Combining Concurrent Techniques. Organizing the Problem for Reuse: Reuse of Utility Classes. Object Oriented Design. Program Management in Java. Distributed Programming Using RMI.
Descriere
Concurrency is a powerful technique for developing efficient and lightning - fast software. For instance, concurrency can be used in common applications such as online order processing to speed processing and ensure transaction reliability. This book tells how concurrency works and how to deploy it in program components.