Tech Quarto
Search Advanced SearchView Cart   Checkout   
 Location:  Home » Computer Science » Object-Oriented Application Development Using the Cache Postrelational Database  
Categories
Computer Science
The Internet
For Dummies
Web Browsers
Windows
Digital Culture
Multimedia
Mobile & Wireless
Visit Laptop Nirvana for the best Cheap Discount Laptops
Bestsellers
Object-Oriented Modeling and Design for Database Applications
Moving Objects Databases (The Morgan Kaufmann Series in Data Management Systems) (The Morgan Kaufmann Series in Data Management Systems)
Multimedia Databases: An Object-Relational Approach
Moving Objects Databases (The Morgan Kaufmann Series in Data Management Systems)
Data Access Patterns: Database Interactions in Object-Oriented Applications (Software Patterns Series)
Object-Oriented Database Design Clearly Explained
Foundation for Object / Relational Databases: The Third Manifesto
Oracle8 Database Design Using UML Object Modeling
Object-Relational Database Development: A Plumber's Guide (With CD-ROM)
Upgrading Relational Databases Using Objects

Object-Oriented Application Development Using the Cache Postrelational Database

Object-Oriented Application Development Using the Cache Postrelational Database

zoom enlarge 
Authors: W. Kirsten, M. Ihringer, M. Kuehn, B. Roehrig
Creator: A.s. Rudd
Publisher: Springer
Category: Book

List Price: $115.00
Buy New: $69.99
You Save: $45.01 (39%)



New (14) Used (6) from $69.99

Avg. Customer Rating: 2.5 out of 5 stars 6 reviews
Sales Rank: 1050788

Media: Hardcover
Edition: 2nd revised and updated ed.
Number Of Items: 1
Pages: 390
Shipping Weight (lbs): 1.9
Dimensions (in): 9.7 x 7.9 x 0.8

ISBN: 3540009604
Dewey Decimal Number: 005.117
EAN: 9783540009603
ASIN: 3540009604

Publication Date: November 5, 2003
Availability: Usually ships in 1-2 business days

Editorial Reviews:

Product Description

Nowadays, newly developed software packages are often obsolete already at the time of their introduction. Object-oriented software development is a possible—if not the only—solution to this dilemma: applications are modeled as software objects that describe the properties and the behavior of real-world entities. Such objects are encapsulated, in that they hide—behind a publicly known interface—the complexity of their internal data structures and behaviors. This enables objects to be used in a wide range of program packages without needing to know the details of their internal implementation.

Linking object-oriented modeled applications with a database places special demands on a database management system and development environment when the usual performance and semantics losses are to be avoided. This book provides a detailed description of the object model of the Cache postrelational database.

This second, revised and expanded edition includes the many new features of Cache 5. There is a comprehensive description of the new Cache Studio with its improvements for developing and debugging applications as well as a whole new chapter about XML and SOAP based Web Services. The chapters about Java, ActiveX and the SQL manager have undergone a complete revision.

The accompanying CD-ROM contains the complete associated software as well as a searchable PDF version of the book.

System requirements

PC with Intel CPU (Pentium or better), Windows 95, 98, ME, NT 4.0 (SP4, 5 or 6), 2000 (SP2) or XP, 128 MB main memory, 100 MB free disk space, CD-ROM drive.




Customer Reviews:   Read 1 more reviews...

4 out of 5 stars Good Book For Beginners   August 15, 2008
This book is a good book for beginners who need an introduction to object programming as well as Cache Objects. This book was very helpful to me as I am a beginning programmer in both Cache Objects and Objects in general. I would recommend this book. If one is not new to objects but new to Cache Object Script they can skip the introduction to objects section and proceed with the Cache Object Script section. It is a good reference on the Cache Object script language. The only thing is it would have been good if there were a bit more examples in the Cache Object script and Cache Object sections. Some programming assignments to do on one's own and an answer sheet in the back of the book to these assignments would have been good as well. It would have given one a chance to put the concepts into practice themselves and then check their answers to see if they were on the right tract. At any rate I think this is a very good book.


1 out of 5 stars mainly keywords without proper examples   August 14, 2006
 4 out of 4 found this review helpful

This book is mainly a summary of the Cache elements and keywords - fairly the same as in the Cache html documentation. What the book lacks are proper examples. Cache is an object-oriented layer over old, procedural MUMPS, but the few examples in the book are mainly examples of the old MUMPS syntax (like a C++ book with all examples in plain C).
Two examples:
1. It describes that arguments of methods can be called either by value or by reference (p. 43), but it describes neither how a by-ref argument is defined (ByRef), nor how a method with by-ref arguments is called (with a dot). It is, however, described for old procedures (p. 138).
2. It describes that the DATATYPE %Date has a CLASSMETHOD (= static method in C#/C++) LogicalToDisplay (p. 36), but it does not describe what its argument is and how it is called. When calling a classmethod on a class you need to use the ##class() macro, but that's not described until page 171. Apparently, in case of a datatype like %Date, Cache creates wrappers for each property of that type (with the property name as prefix) and those are the ones to be called.

The thing with Cache is that it is fairly illogical and that the compiler agrees with nearly everything, so you can't get to business without proper examples. We bought this book hoping to get more examples than the Cache documentation provides, but alas, not this book. I rate this book 1 star, since it is quite expensive, while the contents are very, very meager.

Having this said, this is the only book about available about Cache, and is also on the cd-rom as a searchable pdf. So, if you're not familiar with MUMPS globals either, it will probably hold some interesting information for you.




2 out of 5 stars Too little information for such a large product   May 25, 2003
 12 out of 12 found this review helpful

I have been studying this book for over a year,
and though I have gotten to feel like I know my way around a Cache system, only been working with it a year (MUMPS too for that matter), there is too much information, Undocumented (WOLF KOELING will agree that Intersystems offers not to divulge. The book hits all the basics. Devices, servers, clients, GUI tools, $ZU hell, CSP, but with 15 pages to use per section it has to try and describe it, thats not quite enough. ALl in all its helpful, though, my advice is to ditch the book and read the newsgroup. People are very willing to help there.



2 out of 5 stars Not enough detail   September 24, 2002
 8 out of 10 found this review helpful

I didn't find this book to be very helpfull. You might as well read the online documentation.


2 out of 5 stars Typical Database Review   June 21, 2002
 17 out of 17 found this review helpful

Unfortunately, as with most books in this genre (OODB), the examples and explanations are limited to very simple designs. Furthermore, even the small amount of information dedicated to the design explanations is not enough to wet the appetite for even the most inexperienced individuals.

Removing the 'install' chapter and adding a chapter to dissect a simple 'Address' database with embedded lists of phones, addresses, emails, relationships, and more would go a LONG way. It is disappointing that the authors took the typical beginners approach to a subject that many relational database bigots are dying to beat up on. By not showing a direct comparison to a relational design (function by function, attribute by attribute) they have left InterSystems with little to demonstrate to their potential customers why Cache is a powerful alternative to the status quo.

Shame... Could have been such a terrific book and demonstrative example of how and why OODBs will eventaully rule the real world. Until then we will have to wait for the sequel and hope that it can address the shortcomings of this book.

Powered by Associate-O-Matic