Cargando…

Oracle Coherence 3.5 : create internet-scale applications using Oracle's high-performance data grid /

Create Internet-scale applications using Oracle's Coherence high-performance data grid with this book and eBook.

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Seovic, Aleksandar
Otros Autores: Falco, Mark, Peralta, Patrick
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., ©2010.
Colección:From technologies to solutions.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn670755324
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 101019s2010 enka o 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d IDEBK  |d E7B  |d OCLCQ  |d B24X7  |d UMI  |d COO  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d DKDLA  |d OCLCQ  |d OCLCF  |d OCLCQ  |d AGLDB  |d MOR  |d PIFAG  |d LIV  |d OCLCQ  |d JBG  |d OCLCQ  |d OCLCO  |d U3W  |d STF  |d WRM  |d VTS  |d COCUF  |d CEF  |d INT  |d VT2  |d AU@  |d OCLCQ  |d OCLCO  |d OCLCQ  |d OCLCO  |d M8D  |d UKAHL  |d HS0  |d BOL  |d UKCRE  |d OCLCQ  |d OCLCO  |d OCLCQ 
019 |a 667098379  |a 764548563  |a 765143571  |a 793288160  |a 888961513  |a 961489199  |a 962603574  |a 988437114  |a 992111563  |a 1037715963  |a 1038595810  |a 1055397995  |a 1058771038  |a 1081290618  |a 1103256319  |a 1114386768  |a 1129359827  |a 1152993007  |a 1192330037  |a 1228576029  |a 1240525965 
020 |a 9781847196132  |q (electronic bk.) 
020 |a 1847196136  |q (electronic bk.) 
020 |a 1847196128 
020 |a 9781847196125 
020 |z 9781847196125 
029 1 |a AU@  |b 000053260628 
029 1 |a AU@  |b 000054176342 
029 1 |a AU@  |b 000062537870 
029 1 |a DEBBG  |b BV040902219 
029 1 |a DEBBG  |b BV043153994 
029 1 |a DEBSZ  |b 378297023 
029 1 |a DEBSZ  |b 381382893 
029 1 |a DEBSZ  |b 421687525 
029 1 |a NZ1  |b 13869829 
035 |a (OCoLC)670755324  |z (OCoLC)667098379  |z (OCoLC)764548563  |z (OCoLC)765143571  |z (OCoLC)793288160  |z (OCoLC)888961513  |z (OCoLC)961489199  |z (OCoLC)962603574  |z (OCoLC)988437114  |z (OCoLC)992111563  |z (OCoLC)1037715963  |z (OCoLC)1038595810  |z (OCoLC)1055397995  |z (OCoLC)1058771038  |z (OCoLC)1081290618  |z (OCoLC)1103256319  |z (OCoLC)1114386768  |z (OCoLC)1129359827  |z (OCoLC)1152993007  |z (OCoLC)1192330037  |z (OCoLC)1228576029  |z (OCoLC)1240525965 
037 |a CL0500000137  |b Safari Books Online 
050 4 |a QA76.625  |b .S46 2010eb 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.76  |2 22 
049 |a UAMI 
100 1 |a Seovic, Aleksandar. 
245 1 0 |a Oracle Coherence 3.5 :  |b create internet-scale applications using Oracle's high-performance data grid /  |c Aleksandar Seovic, Mark Falco, Patrick Peralta. 
260 |a Birmingham, U.K. :  |b Packt Pub.,  |c ©2010. 
300 |a 1 online resource (viii, 382 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
340 |g polychrome.  |2 rdacc  |0 http://rdaregistry.info/termList/RDAColourContent/1003 
347 |a text file  |2 rdaft  |0 http://rdaregistry.info/termList/fileType/1002 
490 1 |a From technologies to solutions. 
588 0 |a Print version record. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; Acknowledgements; About the co-authors; About the reviewers; Table of Contents; Preface; Chapter 1: Achieving Performance, Scalability, and Availability Objectives; Achieving performance objectives; Dealing with latency; Minimizing bandwidth usage; Coherence and performance; Achieving scalability; Stateless services do not exist; Scaling a database is hard; Database scale-out approaches; Master-slave replication; Database clustering; Database sharding; Return of the state; Using Coherence to reduce database load 
505 8 |a Coherence and master-slave databasesCoherence and database clusters; Coherence and database sharding; Coherence and scalability; Achieving high availability; Adding redundancy to the system; Redundancy is not enough; Coherence and availability; Putting it all together; Design for performance and scalability; Set performance goals at each level; Measure and monitor; Educate your team; Summary; Chapter 2: Getting Started; Installing Coherence; What's in the box?; Starting up the Coherence cluster; Troubleshooting cluster start-up; Multicast issues; Binding issues; Accessing the data grid 
505 8 |a Coherence consoleCreating caches; Working with the cache; Configuring the development environment; Referencing necessary JAR files; Enabling IntelliSense for configuration files; Starting Coherence nodes within the IDE; Creating a private cluster; Configuring Coherence; Operational configuration; Configuring logging; Configuring a private cluster; Using the Coherence API; The basics: NamedCache and CacheFactory; The ""Hello World"" example; Coherence API in action: Implementing the cache loader; Testing and debugging Coherence applications; Summary; Chapter 3: Planning Your Caches 
505 8 |a Anatomy of a clustered cacheClustered cache topologies; Replicated Cache service; Read performance; Write performance; Data set size; Fault tolerance; When to use it?; Partitioned Cache service; Read performance; Write performance; Data set size; Fault tolerance; When to use it?; Near cache; Near cache invalidation strategies; When to use it?; Continuous Query Cache; Backing maps; Local cache; External backing map; Paged external backing map; Overflow backing map; Read-write backing map; Partitioned backing map; Cache configuration; Caching schemes; Distributed Cache Scheme 
505 8 |a Local cache schemeNear cache scheme; Read-write backing map scheme; Partitioned backing map; Partitioned read-write backing map; Cache mappings; Sample cache configuration; Summary; Chapter 4: Implementing Domain Objects; Introducing the Coherent Bank sample application; Coherent Bank requirements; Coherent Bank domain model; Domain model building blocks; Entities and aggregates; Implementing entities; Value objects; Implementing the Money value object; Value objects as identifiers; Services; Implementing the CurrencyConverter service; Factories; Repositories 
520 |a Create Internet-scale applications using Oracle's Coherence high-performance data grid with this book and eBook. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a Oracle (Computer file) 
630 0 7 |a Oracle (Computer file)  |2 blmlsh 
630 0 7 |a Oracle (Computer file)  |2 fast  |0 (OCoLC)fst01363816 
650 0 |a Internet programming. 
650 0 |a Application software  |x Development. 
650 0 |a Object-oriented programming (Computer science) 
650 6 |a Programmation Internet. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a Programmation orientée objet (Informatique) 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a Object-oriented programming (Computer science)  |2 fast  |0 (OCoLC)fst01042804 
700 1 |a Falco, Mark. 
700 1 |a Peralta, Patrick. 
776 0 8 |i Print version:  |a Seovic, Aleksandar.  |t Oracle Coherence 3.5.  |d Birmingham, U.K. : Packt Pub., ©2010  |z 9781847196125  |w (OCoLC)643399847 
830 0 |a From technologies to solutions. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781847196125/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26942860 
938 |a Books 24x7  |b B247  |n bks00035053 
938 |a ebrary  |b EBRY  |n ebr10439356 
938 |a EBSCOhost  |b EBSC  |n 334790 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 255731 
994 |a 92  |b IZTAP