Distributed


Related Subjects: Financial Book Review Distribution-Cost Distribution-schedule Dividend-growth-model Dividend-income Dividend-policy Dividend-rights Doctrine-of-sovereign-immunity Documentary-Collection Documentary-collections Documents-against Dollar-bonds Dollar-roll Domestic-International-Sales-Corporation Domestic-bonds Domestic-series Dont-know Double-auction-market Double-dip
More Pages: Distributed Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
Book reviews for "Distributed" sorted by average review score:

Writing SAP ABAP/4 Programs
Published in Paperback by McGraw-Hill Companies (26 March, 1998)
Authors: Ted Hoffman and Theodore Hoffman
Amazon base price: $59.95
Used price: $52.08
Buy one from zShops for: $95.99
Average review score:

Good book, BUT ...
This is a well written book and makes easy reading, BUT it does not cover topics such as dialog programs, table controls, transactions, etc. I found this shortcoming to be a major disappointment.

Excelent book
It is showing very good ABAP programming technique. It it mostly covering BDC programming and drill-down reporting (which I think is very cool).

Short and Sweet
This is one of the best books on ABAP. Although it does not cover all the topics, it really helps you with BDC, Dataset and it shows you some good programming practices. This should not be your first book, cause it is not for beginners. Really worth it. I wish it covered more topics.


ADSI ASP Programmer's Reference
Published in Paperback by Wrox Press Inc (October, 1998)
Author: Steven Hahn
Amazon base price: $29.99
Used price: $15.61
Though it may not sound exciting at first glance, the Microsoft Active Directory Service Interface (ADSI) can let programmers automate the administration of remote resources such as users, files, and printers across the entire corporate intranet. Steven Hahn's ADSI ASP Programmer's Reference provides a short, handy guide to getting started with this very important enterprise technology.

Early sections introduce ADSI, which allows programmers access to a variety of directory services, including Windows NT 4/5 (Windows NT 5 is now known as Windows 2000), Lightweight Directory Access Protocol (LDAP), Netware 3.x/4.x, and Domain Naming System (DNS). (In theory, with a single Windows NT box and IIS, an organization could administer resources remotely on any of these diverse platforms.) Early sample programs look at getting to domain information. Then it's on to querying users, changing passwords, and then managing groups and security. In one sample, the author provides a Web-based, remote user manager to demonstrate the use of the ADSI User object (which gives access to no less than 47 different user properties). Though all samples use VBScript and Active Server Pages (ASPs) for Web-based administration, ADSI objects will also work with C++ and Java.

Later sections look at the remote administration of services and files and provide background material on the LDAP, which is the foundation of ADSI (and the Active Directory in Windows NT 5). Several concise appendices on ADSI objects and error codes round out this efficiently presented guide, which is sure to be valuable to any Windows system programmer considering Web-based administration. --Richard Dragan

Average review score:

Good book, but I was disappointed
This book has some really great code in it, but it's missing a lot of stuff that I personally find important. I was looking for code to help me write administrator pages to allow my users to manage their own web sites. It had a little bit of useful code for that, but the majority of the code is for managing your Network and Network users remotely through IIS.

It's a good book to add to your collection. And it's perfect for Network administrators who need to write customized Network administration code for off-site management of their network, but the information on administering IIS is sparse.

Good Book for first ADSI programming
This book is excellent for programmer who want to admin nt server by most easy way. Step by step way is good to understand ADSI but there are some loose of base line of ADSI what it is.

Bravo!!
Read this book and use it as a desk reference regularly. The only grip I have with the book is the images are bad. The resolution is way off and you can't tell what they are showing you unless you've seen it before. Other than that the code examples are down and dirty. You can find what you want quickly and take a culmination of a couple examples to build what you want quickly. I recommend this book to anyone who is going to do development with ADSI and even Site Server.


Programming Windows(tm) Services: Implementing Application Servers
Published in Paperback by John Wiley & Sons (18 April, 2000)
Author: Randy Charles Morin
Amazon base price: $49.99
Used price: $52.33
Average review score:

Programming Windows(tm) Services
I reviewed this book before it came out. It has some good technical material and advice to those that want to write Services in Windows. The Author tries to cover everything that a developer would need to write industrial strength window Service Servers.

However just keep in mind that the author is biased in favour of Microsoft and most Microsoft technologies.

Duc

Programming window services rocks
The book provides an overview of common server types and implements a successful framework for each. The book describes exactly the evolution of my server before I read the book. I used the framework to create a smooth working server.

excellent book. highly recommended
i highly recommend this book for those of you who stroll underneath the covers of nt. this was one of the few books that actually explained, with simplistic but detailed enough code examples about topics that are taboo to most authors. Areas such as the eventlog, services, the underpinnings of programmatic security. Enough information is provided so as not to overwhelm, yet stir up enough new thoughts to begin experimenting on your own. *****

a bonus * to the author for being available to answer email questions related to the text.


Understanding and Programming COM+: A Practical Guide to Windows 2000 DNA
Published in Paperback by Prentice Hall PTR (14 December, 1999)
Author: Robert J. Oberg
Amazon base price: $49.99
Used price: $6.88
Collectible price: $14.81
Buy one from zShops for: $8.79
Choosing one stellar title from the pack of books that cover the Component Object Model (COM) and its related technologies is typically an arduous task. Understanding and Programming COM+ distinguishes itself with a slow pace, thoroughness across topics, and clear explanations.

An indication of the slow pace can be found in the time required to reach the discussion of IUnknown, the interface that every COM class must implement. This book may not mention the interface until page 80, however, the preceding sections provide a rich background on OLE, COM, and ancillary information on multitiered systems as well as the process of setting up a testbed.

The optimistically proposed testbed relies on Windows 2000 Professional, Windows 2000 Domain controller, and Windows NT. Luckily, the majority of the examples in the book do not require such a complex setup to be run. However, in part 3, Windows DNA, the described testbed, serves as an optimal solution.

Advancing from the slow introduction to the very involved discussions in part 3, the book spans COM, COM+, Distributed COM (DCOM), and Active Template Library (ATL), with threading, Microsoft Message Queue Server, security, and other design issues addressed where appropriate.

This book also differentiates itself by depending on two programming languages to demonstrate COM implementations. Although the author seems to prefer, and at times champion, Visual Basic COM programming, C++ programmers will be happy to note that the majority of the code examples are in C++. Unfortunately, Java programmers get short shrift--there's almost no coverage of Visual J++ COM.

For comprehensive, thorough explanations with useful code using COM, though, this book is hard to beat. --John Keogh

Topics covered: History of COM, OLE, overview of COM, DCOM and COM+, distributed systems architecture, creating a testbed, classes and interfaces, implementing a COM class in C++, implementing a COM class in Visual Basic, introduction to COM servers, Inprocess servers, class factories, creating a server, Active Template Library, Microsoft IDL, out of process (exe) servers, going from COM to DCOM, programming for DCOM, overview of DCOM, Automation and Visual Basic, collections, error handling and debugging, multithreading in COM, COM+, developing for COM+ in Visual Basic, developing for COM+ in Visual C++, threading issues in COM+, COM+ and Windows 2000 Security, introduction to SQL Server, ActiveX Data Objects (ADO), using COM+ in the middle tier, transactions, COM+, and Microsoft Distributed Transaction Coordinator, Web application programming with COM+, Active Server Pages and COM+, MSMQ (nice discussion), events, scalability, clustering, load balancing, object pooling.

Average review score:

Outstanding Book!
The author masterfully balanced the intricate, devilish details of COM, MTS and COM+ with readability requirements of developers. I have read more technically thorough books on COM and MTS, but have never taken away more solid understanding and practical application skills in these technologies from any other publication than Understanding & Programming COM+.

The examples are clear, straightforward and entirely centered around demonstrating the COM, MTS and COM+ theory exposed. This book explains the facts of these common technologies, which are widely misunderstood and more widely misused/abused, in a very practical, real-world manner. A must read for all the guys running around like headless chickens blaming Microsoft because "MTX.exe keeps crashing!!!!!" - You know who you are ;-)

Finally, this is a very technologically agnostic book, which fairly compares/contrasts competitive transaction brokers with COM+ and respectfully explains programmatic techniques to both C++ and VB developers in a way that will offend neither - definitely a feat in itself!

Great Book
All the different resources out there on COM and COM+ intimidated me. When I found this book, I was hesitant at buying it because it dealt with C++ also, and I am strictly a VB/Web programmer. However, now that I bought it and am going through the examples and chapters, I am realizing that this is one of the key benefits of this book. VB hides so many of the intricate details of COM/COM+ that you never really know how it works until you see it done in C++. So, buy this book read it through and do the examples. Then after wards you can consider getting a book strictly on VB programming. From what I have seen so far (on chapter 4) this book focuses heavily on making the reader not just know who to write VB COM+ objects, but actually understand how the IUnknown Interface (just one of many items) ties in with instantiating and destroying objects; basically stuff you will never need to know about with VB. So, once again if you really want to know more then just how to build a VB COM+ object then buy this book. Oh yeah, this book also covers all the COM+ Services like message queuing, transaction, and security (and much more)!!!!! You will want to have at least one machine with win2k server, and sql server 7. The book recommends three machines but it can be done with one for a test bed.

I would sell my soul for this book.
For the professional programmer only: Clear and concise step-through using Visual C++. *.dsw files are there for the Visual C++ programmer--Click on the .dsw and straight away it launches Visual C++ 6.0. (I have all the ptches as of 2002.10.10.)

Again, step-by-step instructions, useless for a beginner; Gold for the pro, who needs both excellent guidance and the code on CD.

I didn't run the install program. I copied the CD to disk, instead. Then I looked inside the chapter directories, and clicked on *.dsw.


Oracle Distributed Systems
Published in Paperback by O'Reilly & Associates (May, 1999)
Author: Charles Dye
Amazon base price: $19.99
List price: $39.95 (that's 50% off!)
Used price: $16.95
Average review score:

well written, but badly out of date
Well written and useful, but badly out of date. In spite of the claim that is updated for 8 and 8i, it's not there.

Oracle Distributed Systems
Very good book. Good Structure, well writtern and full of information. Author gave very clear explanation on Oracle Distributed Systems. I hope new edition will cover more on addressing common problems that faced during replication, how to detect and solve it, performance tuning and other hands on topics.

Great book
Very good book. Author gives clear and detailed explanation to Oracle distributed systems. The essential guide for advanced DBA/Developers. Anxious to see new release with 8i or 9i tips.


SAP R/3 System Administration : The Official SAP Guide
Published in Hardcover by Sybex (March, 1999)
Author: Liane Will
Amazon base price: $49.99
Used price: $26.00
Buy one from zShops for: $34.00
The first installation in the SAP Knowledge Book Series, SAP R/3 System Administration is a first-rate reference book that's much needed, as it hones in on release 4, the latest and much anticipated version of R/3. Author Liane Will's crystalline writing style is an essential element of this book's success. As she covers topics that range from understanding SAP's graphical user interface to archiving data appropriately, her down-to-earth tone makes the complex subject matter considerably less daunting. And as is typically the case with well-constructed reference guides, the pages are generously splashed with configuration commands, screen shots, and tables. The five appendices, which include a glossary, a bibliography, and pages devoted to menu structures and profile parameters, are a useful codicil as well.

In addition to the specific guidance offered on how to keep SAP R/3 running smoothly, this book is also designed to serve as a preparatory text for SAP's Certified Technical Consultant test. For example, each chapter ends with review questions similar to those that may appear on the test. You can try out the knowledge you've gleaned with the timed test engine on the bundled CD-ROM. Sarah L. Roberts-Witt

Average review score:

Great overall introduction to R/3 Basis
I bought this book after taking the BC360 SAP Basis course. It does a great job treating the material on SAP R3 Basis administration. However my only beef with the text is that it fails to cover the majority of database and SAP administration issues and tasks ie: SAPDBA, SAP R3 database tuning etc. It also covers authorizations and user account maintenance very lightly. However, I will say that I wish I had read this book a week before the BC360 class since I would have been much better prepared. Great as an introduction for advanced R3 Basis get Schneider's Performance Optimization R3 book and Jose Hernandez R3 book.

A wonderful book to be used as a basic guide to Basis
SAP R/3 Administration itself is a vast subject and it is really
foolish if one expects that a book will provide reference to every aspects of it.I have been working with SAP for the past 6 years and worked practically with all versions of the ERP. I find this book very handy as it tries to address the basics (4.x version) and has given structured and correct info. The author has not tried an impossible task of providing info about everything which eventually ends up in a mess . For a starter this book is a must .

Great book to learn and to keep as a reference
I passed the SAP Certification exam with the help of this book. All information you need as far as basic SAP Basis administration is simply explained in this book. Easy to read and very well organized. I wish I had that book at the beginning of my first SAP project. Also it is a great reference book for experienced Basis Admins. It just does not cover Change Management, Performance Tuning, Database Administration and User Administration in detail. I bought Sap R/3 Change and Transport Management : The Official Sap Guide (Official Sap Guide) and Sap R/3 Performance Tuning : The Official Sap Guide (Official Sap Guide).

Good Luck!

...


Developing Jini(TM) Applications Using J2ME(TM) Technology
Published in Paperback by Addison-Wesley Pub Co (25 March, 2002)
Author: Hinkmond Wong
Amazon base price: $34.99
Used price: $8.47
Buy one from zShops for: $11.97
Average review score:

Very disappointing
This Book is very disappointing. It has over 300 pages, but only about 100 are book chapters. The remaining pages (over 200) are just appendixes describing packages!!!
There are better introductions to these topics in the web, and they are for free...

Buy this one
I liked this book as a beginner to Jini Technology. a very basic starting point with about 100 pages of author descriptions and examples, then several hundred pages of profile listings. The profile listings are very complete and cover everything you need to get going in Jini and J2ME. The examples throughout the book were clear and specific to the points the author is trying to make in each chapter. The personal profile listing in the back of the book is especially handy to have and the book never moves far from my computer - the reference aspect is great. I only wanted a basic introductory book, so I wasn't looking for a 700-page War and Peace type of thing. If you're looking for a huge tome on Jini, you may be better off with another book. But if you're looking for a good (short) basic starting point that's not going to take you a month to get through, this is a really good book.

Excellent Resource
This book is an excellent resource for those interested in diving into the field of Jini via J2ME. The book was well organized, the examples made sense, and it left me feeling like I had a solid foundation on which to build. If you're at all interested in Jini and small devices, this book is a must.


On Time Within Budget: Software Project Management Practices and Techniques, 3rd Edition
Published in Paperback by John Wiley & Sons (24 May, 2000)
Author: E. M. Bennatan
Amazon base price: $61.60
List price: $70.00 (that's 12% off!)
Used price: $44.99
Buy one from zShops for: $51.20
Average review score:

Bible on Project Management
If you have never been a project manager, and suddenly you need to learn rules of the game, this is a book I would recommend you to use as a reference material. It is easy to read, has real life examples and various templates related to project management are presented in this book. Highly recommended.

We just finished a 2yr project using this text
We (26 person team) just finished a 2+ year project using On Time Within Budget as our process guide. Bottom line: the project came in 7 weeks late -- not bad for a company used to 6 to 12 month schedule overruns. We'll do better next time with more experience on the methods described in the book. Advice to others: the chapters on estimation, standards, and risk analysis are great. The chapters on software teams, quality assurance and testing are good pointers to what we needed to know, but we also used other books on these subjects to fill in more details that we needed. Most everyone liked the epilogue (pulling it all together). This book helped to pull us out of the dark ages into modern software project management. Strongly recommended!

Good reference even for non-software managers
I don't usually write reviews but I was prompted to do this one because I strongly disagree with a preceding review. I am an EE senior manager and software development had always been a mystery to me until I got hold of On Time, Within Budget. I particularly found the following chapters helpful: Chapter 1 which includes reasons for project success and failure, Chapter 2 on risk management and how to reduce the cost of risk events, Chapter 5 on the management of software engineers, and most especially the Epilogue on pulling it all together, which provides a great overall perspective.

This book is full of real-life examples; it was clearly written by someone who has been down in the trenches. This adds credibility to the methods described.

I have learned a lot from the book and I use it as a reference regularly.


David Linthicum's Guide to Client/Server and Intranet Development
Published in Paperback by John Wiley & Sons (09 May, 1997)
Author: David S. Linthicum
Amazon base price: $40.00
Used price: $2.90
Average review score:

Waste of time and money
An incoherent collection of superficial technical jargon.
If you are looking for guidance in client/server or intranet development there will be nothing of value in this book.

This guide is lost.
I'm a programmer, and I bought this book hoping to learn something that I could use. After reading through this book, I realize that I'm no better off...

The author attempts to sound intelligent by using all the buzz-words he can muster, as if his intended audience is incompetent software managers who lust for the latest technical jargon.

I didn't actually read every word in this book. I read the first 7 chapters and was shocked to find that I was flipping pages faster and faster. I was reading the paragraph headers and maybe a paragraph here and there. Page after page I began to feel swindled. Its hard not to. Every topic that the author describes seems like an explanation of the obvious. And then he moves on to describe some other technology. I found myself thinking, ... Is there any *real* information in here?'

I was looking for detailed information about client/server application development, and I never found it. The author covers so many different technologies in the client/server world (database servers, client development tools, third generation client development tools, specialized development tools, multi-platform development tools, smalltalk tools, file-oriented DB tools, reporting tools, CASE tools) that I became lost in the sea (ocean) of sheer possibility. The discussion of the tools was shallow and cliche and lasted from chapter 8 through chapter 15. Thats over 150 pages - roughly 1/3 of the book.

That's not to say that the remaining 2/3 are particularly useful either. After a while, the chapters start looking the same.

For the programmers who actually have to implement client/server systems: this book is little more than a product/tool catalog.

For the managers: this book is a must have if you want to impress upper-management with your new client/server vocabulary.

...

The Best of the Best
This book provides a great overview of some very complex technology. I think the author does a great job in putting this technology in terms that one can understand and apply in his or her own enterprise.

This book covers the entire scope of client/server including explaining the application of CASE technology and how to test a client/server system.

If client/server is in your future, this one has to be on your shelf.


Designing Applications with MSMQ : Message Queuing for Developers
Published in Paperback by Addison-Wesley Pub Co (31 August, 1998)
Author: Alan Dickman
Amazon base price: $30.07
List price: $42.95 (that's 30% off!)
Used price: $14.95
Buy one from zShops for: $25.52
The new Microsoft Message Queue Server (MSMQ) brings reliable message delivery to the Windows NT platform. Written for the developer or manager, this book shows you ways to design sophisticated messaging systems, along with practical MSMQ programming knowledge.

Early chapters look at the rich design possibilities of MSMQ, including reliable asynchronous communications (where parties do not have to be online together) and today's three-tiered architectures (where business rules are kept on the server). From this general perspective, Designing Applications with MSMQ moves to practical examples of an MSMQ program written two ways: through COM objects that work with tools, such as Visual Basic and Visual C++, and a more basic C API. Once a simple MSMQ program is created, the author shows how it can be enhanced, by making it asynchronous, for instance, for offline message delivery.

A tour of MSMQ's security features and support for transactions follows, including when and how to use Microsoft Transaction Server (MTS) with MSMQ. (Besides an introduction to these Microsoft technologies, the author does a fine job of explaining transaction processing in general.) The included appendix features a full reference on all nine MSMQ COM objects, plus the MSMQ C API. --Richard Dragan

Average review score:

MSDN contains same EXACT information. Lacks VC++ examples
Very disappointed that MicroSoft would even recommend this book on their website!! The book is an obvious replica of the MSDN. Had the auther included VC++ COM examples it would have been worth buying.

A good book covering both the com & API interfaces to MSMQ
The book is well structured and intutive. It is a good introduction to MSMQ and covers the interfaces to MSMQ well. The book is limited to the extent that it does not provide insight into MSMQ beyond the obvious. Further, the source code for this book is not available at the web site indicated in the book.

This is a very well written book
I highly recommend this book for anyone who wants to learn about MSMQ. I read one other book that covered MSMQ before I had a chance to read this one and it left me disappointed. This book met all of my expectations. Alan clearly knows his subject, and he is able to communicate this in a very organized straightforward manner. This is not a book that just regurgitates the SDK documents. This book clearly teaches the reader how to program an application that uses MSMQ using the kinds of examples I often put together when I am researching a new technology. Alan also covers the architecture and design of an MSMQ application, which many authors of technical books often skip over. I wish all technical books were written this well.


Related Subjects: Financial Book Review Distribution-Cost Distribution-schedule Dividend-growth-model Dividend-income Dividend-policy Dividend-rights Doctrine-of-sovereign-immunity Documentary-Collection Documentary-collections Documents-against Dollar-bonds Dollar-roll Domestic-International-Sales-Corporation Domestic-bonds Domestic-series Dont-know Double-auction-market Double-dip
More Pages: Distributed Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233