Java Message Service

- Autorzy:
- David A Chappell, Richard Monson-Haefel
- Promocja Przejdź


- Ocena:
- Bądź pierwszym, który oceni tę książkę
- Stron:
- 240
- Dostępne formaty:
-
ePubMobi
Opis książki: Java Message Service
This book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging protocols and to special messaging services in support of Java programs. The messages exchange crucial data between computers, rather than between users--information such as event notification and service requests. Messaging is often used to coordinate programs in dissimilar systems or written in different programming languages.Using the JMS interface, a programmer can invoke the messaging services of IBM's MQSeries, Progress Software's SonicMQ, and other popular messaging product vendors. In addition, JMS supports messages that contain serialized Java objects and messages that contain Extensible Markup Language (XML) pages.Messaging is a powerful new paradigm that makes it easier to uncouple different parts of an enterprise application. Messaging clients work by sending messages to a message server, which is responsible for delivering the messages to their destination. Message delivery is asynchronous, meaning that the client can continue working without waiting for the message to be delivered. The contents of the message can be anything from a simple text string to a serialized Java object or an XML document.Java Message Service shows how to build applications using the point-to-point and publish-and-subscribe models; how to use features like transactions and durable subscriptions to make an application reliable; and how to use messaging within Enterprise JavaBeans. It also introduces a new EJB type, the MessageDrivenBean, that is part of EJB 2.0, and discusses integration of messaging into J2EE.
Wybrane bestsellery
-
Ten praktyczny przewodnik po Selenium WebDriver w wersji 4 z uwzględnieniem implementacji w Javie jest przeznaczony dla programistów Javy, inżynierów jakości i testerów. Przedstawiono w nim główne aspekty zautomatyzowanej nawigacji po stronie, manipulacji w przeglądarce, interakcji z elementami, ...
Selenium WebDriver w Javie. Praktyczne wprowadzenie do tworzenia testów systemowych Selenium WebDriver w Javie. Praktyczne wprowadzenie do tworzenia testów systemowych
(0,00 zł najniższa cena z 30 dni)56.96 zł
89.00 zł(-36%) -
Ta książka jest kolejnym, zaktualizowanym i uzupełnionym wydaniem kultowego podręcznika dla profesjonalnych programistów Javy. To pierwszy tom, w którym opisano podstawy języka i najważniejsze zagadnienia związane z programowaniem interfejsu użytkownika, a także kolekcje, wyrażenia lambda, techni...(0,00 zł najniższa cena z 30 dni)
81.27 zł
129.00 zł(-37%) -
Język Java jest konsekwentnie udoskonalany i unowocześniany dzięki zaangażowaniu wielu ludzi. Nowoczesny język Java staje się coraz bardziej wieloparadygmatowy, co oznacza, że stosowanie najlepszych praktyk w coraz większym stopniu determinuje jakość kodu. Obecnie napisanie kodu, który prawidłowo...(0,00 zł najniższa cena z 30 dni)
60.39 zł
99.00 zł(-39%) -
Ta książka jest ósmym wydaniem znakomitego podręcznika programowania dla początkujących, starannie zaktualizowanym i uzupełnionym o informacje dotyczące edycji 11. Zawiera podstawową wiedzę o kompilacji i uruchamianiu programu w Javie oraz o słowach kluczowych i istotnych konstrukcjach w tym języ...(0,00 zł najniższa cena z 30 dni)
61.38 zł
99.00 zł(-38%) -
To kolejne, uzupełnione i zaktualizowane wydanie przewodnika po frameworku Spring. Książka jest napisana w zwięzłym, przejrzystym i jasnym stylu, dzięki czemu szybko zrozumiesz zasady pracy ze Springiem i zbudujesz nowoczesną aplikację internetową współpracującą z bazą danych. Pokazano tu technik...(0,00 zł najniższa cena z 30 dni)
54.29 zł
89.00 zł(-39%) -
To dwunaste, rozszerzone wydanie znakomitego podręcznika do nauki Javy, w pełni przejrzane, poprawione i zaktualizowane (uwzględnia nowości wprowadzone w Javie SE 9, 10 i 11). Ułatwia zdobycie solidnych podstaw języka i płynne przejście do tworzenia programów służących do rozwiązywania konkretnyc...
Wprowadzenie do Javy. Programowanie i struktury danych. Wydanie XII Wprowadzenie do Javy. Programowanie i struktury danych. Wydanie XII
(0,00 zł najniższa cena z 30 dni)59.90 zł
199.00 zł(-70%) -
Oto zbiór aktualnych i kompletnych receptur instruktażowych, z których każda pomaga w rozwiązaniu konkretnego problemu. Wszystkie zostały starannie przetestowane i wielokrotnie udowodniły swoją przydatność. Każdą poprzedzono krótkim wprowadzeniem i omówieniem zastosowanych mechanizmów działania. ...
Java. Najlepsze rozwiązania zadań programistycznych. Receptury. Wydanie IV Java. Najlepsze rozwiązania zadań programistycznych. Receptury. Wydanie IV
(0,00 zł najniższa cena z 30 dni)73.78 zł
119.00 zł(-38%) -
W tej książce opisano wiele funkcjonalności, narzędzi i procedur, dzięki którym można poprawić efektywność kodu napisanego w Javie 8 i 11 LTS. Główny nacisk położono na zagadnienia istotne dla środowisk produkcyjnych, ale przedstawiono również ciekawe nowe technologie, takie jak kompilacja z wypr...
Wydajność Javy. Szczegółowe porady dotyczące programowania i strojenia aplikacji w Javie. Wydanie II Wydajność Javy. Szczegółowe porady dotyczące programowania i strojenia aplikacji w Javie. Wydanie II
(0,00 zł najniższa cena z 30 dni)48.98 zł
79.00 zł(-38%) -
Dzięki informacjom zawartym w tej książce uda Ci się szybko opanować podstawy pracy w Android Studio. Dowiesz się, jak zainstalować środowisko programistyczne, utworzyć i dopracować interfejs użytkownika, stosować tematy i style, generować komunikaty, wprowadzać elementy wizualne i multimedialne....(0,00 zł najniższa cena z 30 dni)
35.19 zł
69.00 zł(-49%) -
Algorytm jest pojęciem ściśle związanym z programowaniem. Jak podaje definicja, algorytm to skończony ciąg jasno zdefiniowanych czynności koniecznych do wykonania pewnego rodzaju zadań. W efekcie ich wykonania następuje rozwiązanie postawionego problemu. Brzmi informatycznie? Oczywiście - wszak a...
Algorytmy i struktury danych. Kurs video. Java, JavaScript, Python Algorytmy i struktury danych. Kurs video. Java, JavaScript, Python
(0,00 zł najniższa cena z 30 dni)49.50 zł
99.00 zł(-50%)
David A Chappell, Richard Monson-Haefel - pozostałe książki
-
Dzięki książce Enterprise JavaBeans 3.0. Wydanie V poznasz najnowsze wcielenie technologii EJB. Opisano tu wszystkie rozwiązania, które umożliwiły uproszczenie standardu Enterprise JavaBeans 3.(64.50 zł najniższa cena z 30 dni)
64.50 zł
129.00 zł(-50%) -
Java 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 challenges, such as integrating dissimilar system...
Java Message Service. Creating Distributed Enterprise Applications. 2nd Edition Java Message Service. Creating Distributed Enterprise Applications. 2nd Edition
(118.15 zł najniższa cena z 30 dni)126.65 zł
149.00 zł(-15%) -
In this truly unique technical book, today's leading software architects present valuable principles on key development issues that go way beyond technology. More than four dozen architects -- including Neal Ford, Michael Nygard, and Bill de hOra -- offer advice for communicating with stakeholder...
97 Things Every Software Architect Should Know. Collective Wisdom from the Experts 97 Things Every Software Architect Should Know. Collective Wisdom from the Experts
(109.65 zł najniższa cena z 30 dni)109.65 zł
129.00 zł(-15%) -
If you're up on the latest Java technologies, then you know that Enterprise JavaBeans (EJB) 3.0 is the hottest news in Java this year. In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just i...(152.15 zł najniższa cena z 30 dni)
152.15 zł
179.00 zł(-15%) -
Large IT organizations increasingly face the challenge of integrating various web services, applications, and other technologies into a single network. The solution to finding a meaningful large-scale architecture that is capable of spanning a global enterprise appears to have been met in ESB, o...(118.15 zł najniższa cena z 30 dni)
126.65 zł
149.00 zł(-15%)
Ebooka przeczytasz na:
-
czytnikach Inkbook, Kindle, Pocketbook, Onyx Boox i innych
-
systemach Windows, MacOS i innych
-
systemach Windows, Android, iOS, HarmonyOS
-
na dowolnych urządzeniach i aplikacjach obsługujących formaty: PDF, EPub, Mobi
Masz pytania? Zajrzyj do zakładki Pomoc »
Audiobooka posłuchasz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolnych urządzeniach i aplikacjach obsługujących format MP3 (pliki spakowane w ZIP)
Masz pytania? Zajrzyj do zakładki Pomoc »
Kurs Video zobaczysz:
-
w aplikacji Ebookpoint na Android, iOS, HarmonyOs
-
na systemach Windows, MacOS i innych
-
na dowolnych urządzeniach i aplikacjach obsługujących format MP4 (pliki spakowane w ZIP)
Szczegóły książki
- ISBN Ebooka:
- 978-05-965-5050-9, 9780596550509
- Data wydania ebooka:
-
2000-12-04
Data wydania ebooka często jest dniem wprowadzenia tytułu do sprzedaży i może nie być równoznaczna z datą wydania książki papierowej. Dodatkowe informacje możesz znaleźć w darmowym fragmencie. Jeśli masz wątpliwości skontaktuj się z nami sklep@helion.pl.
- Język publikacji:
- angielski
- Rozmiar pliku ePub:
- 1.1MB
- Rozmiar pliku Mobi:
- 1.1MB
- Kategorie:
Programowanie » Java - Programowanie
Spis treści książki
- Java Message Service
- SPECIAL OFFER: Upgrade this ebook with OReilly
- A Note Regarding Supplemental Files
- Dedication
- Preface
- What Is the Java Message Service?
- Who Should Read This Book?
- Organization
- Software and Versions
- Conventions
- Comments and Questions
- Acknowledgments
- 1. Understanding the Messaging Paradigm
- 1.1. Enterprise Messaging
- 1.1.1. Centralized Architectures
- 1.1.2. Decentralized Architectures
- 1.1.3. Hybrid Architectures
- 1.1.4. Centralized Architecture as a Model
- 1.1. Enterprise Messaging
- 1.2. The Java Message Service ( JMS)
- 1.2.1. JMS Messaging Models: Publish-and-Subscribe and Point-to-Point
- 1.2.1.1. Publish-and-subscribe
- 1.2.1.2. Point-to-point
- 1.2.1. JMS Messaging Models: Publish-and-Subscribe and Point-to-Point
- 1.3. Application Scenarios
- 1.3.1. Enterprise Application Integration
- 1.3.2. Business-to-Business
- 1.3.3. Geographic Dispersion
- 1.3.3.1. One-to-many, push-model applications
- 1.3.4. Building Dynamic Systems with Messaging and JMS
- 1.4. RPC Versus Asynchronous Messaging
- 1.4.1. Tightly Coupled RPC
- 1.4.2. Enterprise Messaging
- 2. Developing a Simple Example
- 2.1. The Chat Application
- 2.1.1. Getting Started with the Chat Example
- 2.1.2. Examining the Source Code
- 2.1.2.1. Bootstrapping the JMS client
- 2.1.2.2. Obtaining a JNDI connection
- 2.1.2.3. The TopicConnectionFactory
- 2.1.2.4. The TopicConnection
- 2.1.2.5. The TopicSession
- 2.1.2.6. The Topic
- 2.1.2.7. The TopicPublisher
- 2.1.2.8. The TopicSubscriber
- 2.1.2.9. The Message
- 2.1.3. Sessions and Threading
- 2.1. The Chat Application
- 3. Anatomy of a JMS Message
- 3.1. Headers
- 3.1.1. Automatically Assigned Headers
- 3.1.1.1. JMSDestination
- 3.1.1.2. JMSDeliveryMode
- 3.1.1.3. JMSMessageID
- 3.1.1.4. JMSTimestamp
- 3.1.1.5. JMSExpiration
- 3.1.1.6. JMSRedelivered
- 3.1.1.7. JMSPriority
- 3.1.1. Automatically Assigned Headers
- 3.1.2. Developer-Assigned Headers
- 3.1.2.1. JMSReplyTo
- 3.1.2.2. JMSCorrelationID
- 3.1.2.3. JMSType
- 3.1. Headers
- 3.2. Properties
- 3.2.1. Application-Specific Properties
- 3.2.2. JMS-Defined Properties
- 3.2.3. Provider-Specific Properties
- 3.3. Message Selectors
- 3.3.1. Message Selector Examples
- 3.4. Message Types
- 3.4.1. Message
- 3.4.2. TextMessage
- 3.4.3. ObjectMessage
- 3.4.4. BytesMessage
- 3.4.5. StreamMessage
- 3.4.6. MapMessage
- 3.4.7. Read-Only Messages
- 3.4.8. Client-Acknowledged Messages
- 3.4.9. Interoperability and Portability of Messages
- 4. Publish-and-Subscribe Messaging
- 4.1. Getting Started with the B2B Application
- 4.1.1. Running the B2B Application
- 4.1.2. The B2B Source Code
- 4.1.2.1. The Wholesaler class
- 4.1.2.2. The Retailer class
- 4.1. Getting Started with the B2B Application
- 4.2. Temporary Topics
- 4.3. Durable Subscriptions
- 4.4. Publishing the Message Persistently
- 4.4.1. Persistent Messages and Temporary Topics
- 4.5. JMSCorrelationID
- 4.6. Request and Reply
- 4.6.1. TopicSubscriber.receive( )
- 4.6.2. TopicRequestor
- 4.7. Unsubscribing
- 5. Point-to-Point Messaging
- 5.1. Point-to-Point and Publish-and-Subscribe
- 5.1.1. When to Use Point-to-Point Messaging
- 5.1. Point-to-Point and Publish-and-Subscribe
- 5.2. The QWholesaler and QRetailer
- 5.2.1. The QRetailer Class
- 5.2.2. The QWholesaler Class
- 5.3. Creating a Queue Dynamically
- 5.4. Load Balancing Using Multiple QueueSessions
- 5.5. Examining a Queue
- 5.5.1. The QWBrowser Source Code
- 6. Guaranteed Messaging, Transactions, Acknowledgments, and Failures
- 6.1. Guaranteed Messaging
- 6.1.1. Message Autonomy
- 6.1.2. Store-and-Forward Messaging
- 6.1.3. Message Acknowledgments and Failure Conditions
- 6.1. Guaranteed Messaging
- 6.2. Message Acknowledgments
- 6.2.1. AUTO_ACKNOWLEDGE
- 6.2.1.1. The producers perspective
- 6.2.1.2. The server's perspective
- 6.2.1.3. The consumer's perspective
- 6.2.1.4. Message redelivery
- 6.2.1.5. Point-to-point queues
- 6.2.1. AUTO_ACKNOWLEDGE
- 6.2.2. DUPS_OK_ACKNOWLEDGE
- 6.2.3. CLIENT_ACKNOWLEDGE
- 6.2.3.1. Grouping multiple messages
- 6.3. Message Groups and Acknowledgment
- 6.3.1. Handling Redelivery of Messages in an Application
- 6.3.2. Message Groups in QRetailer
- 6.3.2.1. Compensating transactions
- 6.4. Transacted Messages
- 6.4.1. Creating and Using a JMS Transaction
- 6.4.2. The Transacted Retailer Example
- 6.4.3. Distributed Transactions
- 6.5. Lost Connections
- 6.5.1. The Wholesaler Becomes an ExceptionListener
- 6.6. Dead Message Queues
- 7. Deployment Considerations
- 7.1. Performance, Scalability, and Reliability
- 7.1.1. Determining Message Throughput Requirements
- 7.1.2. Testing the Real-World Scenario
- 7.1.2.1. Testing with one client
- 7.1.2.2. Send rate versus receive rate
- 7.1.2.3. Determining hardware requirements
- 7.1.2.4. Finding or building a test bed
- 7.1.2.5. Long duration reliability
- 7.1.2.6. Memory leaks
- 7.1. Performance, Scalability, and Reliability
- 7.2. To Multicast or Not to Multicast
- 7.2.1. TCP/IP
- 7.2.2. UDP
- 7.2.3. IP Multicast
- 7.2.4. Messaging Over IP Multicast
- 7.2.4.1. Duplication, ordering, and reliability of messages
- 7.2.4.2. Centralized and decentralized architectures
- 7.2.4.3. Network routers and firewalls
- 7.2.4.4. Some vendors support both centralized and decentralized architectures
- 7.2.5. The Bottom Line
- 7.3. Security
- 7.3.1. Authentication
- 7.3.2. Authorization
- 7.3.3. Secure Communication
- 7.3.4. Firewalls and HTTP Tunneling
- 7.4. Connecting to the Outside World
- 7.5. Bridging to Other Messaging Systems
- 8. J2EE, EJB, and JMS
- 8.1. J2EE Overview
- 8.1.1. Enterprise JavaBeans
- 8.1.2. Servlets
- 8.1.3. JavaServer Pages
- 8.1. J2EE Overview
- 8.2. J2EE: A United Platform
- 8.3. The JMS Resource in J2EE
- 8.4. The New Message-Driven Bean in EJB 2.0
- 9. JMS Providers
- 9.1. IBM: MQSeries
- 9.1.1. Version 5.1
- 9.1.2. Next Version
- 9.1. IBM: MQSeries
- 9.2. Progress: SonicMQ
- 9.2.1. Version 3.0
- 9.2.2. Next Version
- 9.3. Fiorano: FioranoMQ
- 9.3.1. FioranoMQ Multicast 4.5
- 9.3.2. FioranoMQ Enterprise 4.5
- 9.3.3. Next Version
- 9.4. Softwired: iBus
- 9.4.1. iBus//MessageBus 3.1
- 9.4.2. iBus//MessageServer 4.1
- 9.4.3. iBus//Mobile 1.0
- 9.4.4. Next Versions
- 9.5. Sun Microsystems: Java Message Queue
- 9.5.1. Version 1.1
- 9.5.2. Next Version
- 9.6. BEA: WebLogic Server
- 9.6.1. Version 5.1
- 9.6.2. Next Version
- 9.7. ExoLab: OpenJMS
- 9.7.1. Beta Version 0.4
- 9.7.2. Version 1.0
- A. The Java Message Service API
- A.1. Common Facilities
- A.1.1. BytesMessage
- A.1.2. Connection
- A.1.3. ConnectionFactory
- A.1.4. ConnectionMetaData
- A.1.5. DeliveryMode
- A.1.6. Destination
- A.1.7. ExceptionListener
- A.1.8. JMSException
- A.1.9. MapMessage
- A.1.10. Message
- A.1.11. MessageConsumer
- A.1.12. MessageListener
- A.1.13. MessageProducer
- A.1.14. ObjectMessage
- A.1.15. Session
- A.1.16. StreamMessage
- A.1.17. TextMessage
- A.1. Common Facilities
- A.2. Point-to-Point API
- A.2.1. Queue
- A.2.2. QueueBrowser
- A.2.3. QueueConnection
- A.2.4. QueueConnectionFactory
- A.2.5. QueueReceiver
- A.2.6. QueueSender
- A.2.7. QueueSession
- A.2.8. TemporaryQueue
- A.3. Publish-and-Subscribe API
- A.3.1. TemporaryTopic
- A.3.2. Topic
- A.3.3. TopicConnection
- A.3.4. TopicConnectionFactory
- A.3.5. TopicPublisher
- A.3.6. TopicSession
- A.3.7. TopicSubscriber
- B. Message Headers
- JMSDestination
- JMSDeliveryMode
- JMSMessageID
- JMSTimestamp
- JMSExpiration
- JMSRedelivered
- JMSPriority
- JMSReplyTo
- JMSCorrelationID
- JMSType
- C. Message Properties
- C.1. Property Names
- C.2. Property Values
- C.3. Read-Only Properties
- C.4. Property Value Conversion
- C.5. Nonexistent Properties
- C.6. Property Iteration
- C.7. JMS-Defined Properties
- C.7.1. Optional JMS-Defined Properties
- C.7.2. Group JMS-Defined Properties
- C.8. Provider-Specific Properties
- D. Message Selectors
- D.1. Identifiers
- D.2. Literals
- D.3. Comparison Operators
- D.4. Arithmetic Operators
- D.5. Declaring a Message Selector
- D.6. Not Delivered Semantics
- About the Authors
- Colophon
- SPECIAL OFFER: Upgrade this ebook with OReilly
O'Reilly Media - inne książki
-
If you're a PHP developer looking for proven solutions to common problems, this cookbook provides code recipes to help you resolve numerous scenarios. By leveraging modern versions of PHP through version 8.1, these self-contained recipes provide fully realized solutions that can help you solve si...(0,00 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
Over the past 10 years, data analytics and data visualization have become essential components of an enterprise information strategy. And yet, the adoption of data analytics has remained remarkably static, reaching no more than 30% of potential users. This book explores the most important techniq...(0,00 zł najniższa cena z 30 dni)
194.65 zł
229.00 zł(-15%) -
Data lakes and warehouses have become increasingly fragile, costly, and difficult to maintain as data gets bigger and moves faster. Data meshes can help your organization decentralize data, giving ownership back to the engineers who produced it. This book provides a concise yet comprehensive over...(0,00 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
If you're planning, building, or implementing a cloud strategy that supports digitalization for your financial services business, this invaluable guide clearly sets out the crucial factors and questions to consider first. With it, you'll learn how to avoid the costly and time-consuming pitfalls a...
Digitalization of Financial Services in the Age of Cloud Digitalization of Financial Services in the Age of Cloud
(0,00 zł najniższa cena z 30 dni)152.15 zł
179.00 zł(-15%) -
Java developers usually tackle the complexity of software development through object-oriented programming (OOP). But not every problem is a good match for OOP. The functional programming (FP) paradigm offers you another approach to solving problems, and Java provides easy-to-grasp FP tools such a...(0,00 zł najniższa cena z 30 dni)
245.65 zł
289.00 zł(-15%) -
As legacy and other critical systems continue to migrate online, the need for continuous operation is imperative. Code has to handle data issues as well as hard external problems today, including outages of networks, storage systems, power, and ancillary systems. This practical guide provides sys...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
Do you want to write beautiful, structured, and maintainable JavaScript by applying modern design patterns to the language? Do you want clean, efficient, manageable code? Want to stay up-to-date with the latest best practices? If so, the updated second edition of Learning JavaScript Design Patter...(0,00 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
Between major privacy regulations like the GDPR and CCPA and expensive and notorious data breaches, there has never been so much pressure to ensure data privacy. Unfortunately, integrating privacy into data systems is still complicated. This essential guide will give you a fundamental understandi...(0,00 zł najniższa cena z 30 dni)
220.15 zł
259.00 zł(-15%) -
This essential guide covers all aspects of Linux system administration, from user maintenance, backups, filesystem housekeeping, storage management, and network setup to hardware and software troubleshooting and some application management. It's both a practical daily reference manual for sysadmi...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%) -
The past decade has witnessed the broad adoption of artificial intelligence and machine learning (AI/ML) technologies. However, a lack of oversight in their widespread implementation has resulted in some incidents and harmful outcomes that could have been avoided with proper risk management. Befo...(0,00 zł najniższa cena z 30 dni)
262.65 zł
309.00 zł(-15%)
Dzieki opcji "Druk na żądanie" do sprzedaży wracają tytuły Grupy Helion, które cieszyły sie dużym zainteresowaniem, a których nakład został wyprzedany.
Dla naszych Czytelników wydrukowaliśmy dodatkową pulę egzemplarzy w technice druku cyfrowego.
Co powinieneś wiedzieć o usłudze "Druk na żądanie":
- usługa obejmuje tylko widoczną poniżej listę tytułów, którą na bieżąco aktualizujemy;
- cena książki może być wyższa od początkowej ceny detalicznej, co jest spowodowane kosztami druku cyfrowego (wyższymi niż koszty tradycyjnego druku offsetowego). Obowiązująca cena jest zawsze podawana na stronie WWW książki;
- zawartość książki wraz z dodatkami (płyta CD, DVD) odpowiada jej pierwotnemu wydaniu i jest w pełni komplementarna;
- usługa nie obejmuje książek w kolorze.
W przypadku usługi "Druk na żądanie" termin dostarczenia przesyłki może obejmować także czas potrzebny na dodruk (do 10 dni roboczych)
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.
Książka, którą chcesz zamówić pochodzi z końcówki nakładu. Oznacza to, że mogą się pojawić drobne defekty (otarcia, rysy, zagięcia).
Co powinieneś wiedzieć o usłudze "Końcówka nakładu":
- usługa obejmuje tylko książki oznaczone tagiem "Końcówka nakładu";
- wady o których mowa powyżej nie podlegają reklamacji;
Masz pytanie o konkretny tytuł? Napisz do nas: sklep[at]helion.pl.


Oceny i opinie klientów: Java Message Service David A Chappell, Richard Monson-Haefel (0)
Weryfikacja opinii następuję na podstawie historii zamówień na koncie Użytkownika umieszczającego opinię. Użytkownik mógł otrzymać punkty za opublikowanie opinii uprawniające do uzyskania rabatu w ramach Programu Punktowego.