PDF Ebook Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work
Your perception of this book Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work will lead you to acquire what you exactly require. As one of the impressive publications, this book will offer the presence of this leaded Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work to collect. Also it is juts soft file; it can be your cumulative documents in device and various other device. The essential is that use this soft data book Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work to read and also take the perks. It is exactly what we suggest as publication Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work will certainly boost your ideas and also mind. After that, reviewing book will certainly additionally enhance your life quality much better by taking good activity in well balanced.

Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work
PDF Ebook Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work
Find your own methods to fulfil your leisure time. Thinking about reviewing a publication as one of the activities to do in spare time could be proper. Checking out a publication is precious and it will concern with the new things. Checking out, as considered as the uninteresting task, may not rally be as what you consider. Yeah, analysis can be fun, analysis can be enjoyable, and also analysis will provide you new points, more things.
Full as well as accurate come to be the quality of this publication. When you need something credible, this book is leading. Lots of people likewise obtain Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work as recommendation when they are having due date. Target date will certainly make somebody really feel so misery as well as anxious of their tasks and also tasks. However, by reading this publication also little for little, they will certainly be much more happy.
As recognized, publication is an excellent resource to take when you are preparing to do something, having issue to solve, or having job for deadline. It can be a good friend for you to spend the time beneficially. Promotion about this publication has actually remained in numerous ways. As below, we offer you're the Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work because it actually gives outstanding system of someone to read it.
Obtaining the soft data of this book can be very easy done. Just by clicking the link, you could link to the book soft data and also start to get it. When you have actually saved Enterprise Transaction Processing Systems: Putting The CORBA OTS, Encina++ And Orbix OTM To Work in your device, you could faster start reviewing. See from the title of this publication, it can be chosen as well as detailed exactly how this book exists. They are really well done and so excellent to review accompanying your spare time.
From the Inside Flap
Preface The recent merging of distributed object technology and transaction processingmonitors has created a new class of technology known as Object Transaction Monitors(OTMs). OTMs typically contain a comprehensive set of features that make itpossible to build enterprise-scale, high performance transaction processingsystems. As more systems based on OTMs are built, there's a need for software professionalsnew to the area to acquire an understanding of the concepts and features ofthe available OTM technologies. They also need to appreciate the important issuesthat drive a project's architecture, detailed design and programming. This bookattempts to fill this niche, to educate people in the complexities of OTM technologies.The approach taken is necessarily a practical one. It attempts to distill severalyears of the author's consulting experience gained working with OTM technologies,and present the information in a way that is broadly useful and easily digestiblefor people who build OTM-based applications. The aims of this book are to: 1. Explain the key underlying concepts and techniques of enterprise transactionprocessing technology (Chapters 1 and 2). 2. Discuss alternative architectural approaches for building object- orientedtransaction processing systems (Chapter 3). 3. Describe the major features of the CORBA Object Transaction Service (OTS)and two products, OrbixOTM and Encina++, that support this service (Chapters4 and 5). 4. Illustrate how to implement an example transaction processing system in C++using OrbixOTM and Encina++ (Chapters 6, 7 and 8). 5. Discuss the performance characteristics of the examples, and introduce sometechniques for improving performance. Just as importantly, this book is not: 1. An introduction to CORBA/DCE and how to program these technologies. Thereare already many good books on these topics, several of which are referencedin the appropriate chapters. 2. A detailed description and evaluation of the techniques and algorithms employedin the internals of distributed transaction processing systems. Read Jim Gray'sor Phil Bernstein's books for excellent coverage of these areas. The intended audience for this book includes: 1. Project managers and system architects who need to understand the conceptsof distributed transaction processing systems and the features supported bystate-of-the-art products. 2. Professional software engineers who need to understand, evaluate and writeprograms using object-oriented transaction processing software. 3. Graduate-level and advanced undergraduate level students who study transactionprocessing systems and software. The material in the book is roughly 50 per cent generic and 50 per cent reasonablyspecific to OrbixOTM and Encina++. This approach is deliberate, attempting toprovide a balance between explaining general concepts and approaches and illustratingthese in a concrete fashion with real products and code. For this reason, evenif your projects don't specifically use the Iona or Transarc products (yes -there are many good alternatives!), there is still considerable value in atleast the first six chapters, as well as Chapter 9. What do you need to know to get the most out of this book? Certainly an understandingof the basic components in a distributed object system that uses CORBA or somesimilar technology should be considered a prerequisite. The code examples arewritten in C++, so a working knowledge of C++ will be useful. Also, when readingthrough the examples in Chapters 7 and 8, some understanding of basic RPC and/orCORBA technology is assumed. The examples do provide some explanation of thesalient features that arise in the application code, but those new to this areashould have a relevant reference book at hand. The example code in Chapters 7 and 8 can be downloaded from the WWW site (awl/cseng).The code is based upon OrbixOTM 1.0c, and the Encina++ version in TxSeries 4.2.These products are therefore needed to build and run the applications, alongwith SQL Server 6.5. The code is built using Microsoft's Visual Studio version5.0. Of course, all faults and errors are indisputably my own. 0201398591P04062001
Read more
From the Back Cover
"This is a book that practitioners in the middleware field need to help them navigate through the maze of technology hype that exists. I highly recommend it" David Hodge, IBM Transarc Lab "a terrific book .In just a couple of hundred pages Ian bringsyou from a basic knowledge of distributed computing to a clear understandingof the details of the standards and the products that implement them." From the Foreword by Seán Baker, Chief Scientific Officer, IONA Technologies How to build high performance, high integrity transaction processing systems. In Enterprise Transaction Processing Systems, Dr. Ian Gorton distills yearsof consulting experience gained working with OTM technologies into an easilydigestible tutorial which will be invaluable to anyone designing and buildingTransaction Processing systems. This book will provide an understanding of theconcepts and features of the available OTM technologies, and describes the importantpractical issues that drive a project's architecture, detailed design and programming.Key underlying concepts and techniques are explainedAlternative architectural approaches are discussed All the major features of the CORBA Object Transaction Service (OTS) andtwo products, OrbixOTM and Encina++, that support this service are coveredin detail Full length coded examples illustrate how to implement a transaction processingsystem in C++ using OrbixOTM and Encina++New techniques on how to achieve improved performance are introduced Typical system architectures are described together with design and codeexamples which developers can leverage in their own systems0201398591B04062001
Read more
See all Editorial Reviews
Product details
Paperback: 240 pages
Publisher: Addison-Wesley (January 14, 2000)
Language: English
ISBN-10: 0201398591
ISBN-13: 978-0201398595
Product Dimensions:
8 x 0.8 x 9.5 inches
Shipping Weight: 14.9 ounces
Average Customer Review:
2.9 out of 5 stars
2 customer reviews
Amazon Best Sellers Rank:
#18,534,144 in Books (See Top 100 in Books)
Transaction processing could be a interesting and complex subject, but this book treats it with no deep. If you expect a advanced programmer book about Corba OTS, you will be very disappointed. It is a simplistic introduction instead. Even the 20 pages in "Enterprise EAI" by Wrox have more details about OTS than this book on 200.Code examples are astonishing as well. They are based on a case study with transactions only on _one_ database. In real life this would mean that you could avoid distributed transactions and OTS completely. The code would be subject to buffer overflow attacks of the most simple sort by the use of 'sprintf' instead of 'snprintf'. In addition it never becomes clear if the code is using a standard Corba or one of the special features of the transaction libraries used.More advanced topics like programming own 'Resources' and the use of CCS are only mentioned (even saying 'touched' would be to much). Instead there is the 'RTFM' hint.
It's a pleasure to see this book in print,as it meets the needs of many people concerned with the development of enterprise scale distributed systems.As a handbook for developers who are required to work with transaction processing systems, TPMs and OTMs, it is going to prove extremely useful.However its scope and iterest goes beyond this, as the first four chapter offer a introduction to the design issues and technologies involved in modern distributed software systems. I dont know of any other book where these are discussed in such a clear and accessible manner.Highly recommended as a text for software engineering students and researchers, as well as hands-on developers. I shall certainly be using it in my undergraduate and postgraduate courses.
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work PDF
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work EPub
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work Doc
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work iBooks
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work rtf
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work Mobipocket
Enterprise Transaction Processing Systems: Putting the CORBA OTS, Encina++ and Orbix OTM to Work Kindle
Tidak ada komentar:
Posting Komentar