Modeling
More Pages: Modeling 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 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467

List price: $59.95 (that's 30% off!)
Used price: $93.90

A sales pitch for the authors product!
Correction
Make the computer your partner and beat the market
List price: $44.95 (that's 10% off!)
Used price: $13.03
Buy one from zShops for: $14.50

Beware- there's alot more to Data Modeling than this!As an experienced data modeler who works with large, complex data models in a constantly changing business, I find I do not refer to this book at all. The book excludes common data modeling constructs that I have found very useful, including subtypes and supertypes. The book does not explain the difference between conceptual, logical, and physical data modeling. (It covers techniques used to capture conceptual/logical level data, but nowhere does it explain that or the difference between this type of model and a physical model, and why and when you'd need one or the other.)
The book does not cover normalization, which, once one leaves the interview with end users, one will need to understand. The book does not mention data integration with other systems or databases, how this topic is important and could (and often should) arise in interviews with end users.
Some of the topics covered I found shallow and incomplete, for example, how to name things in a data model. The authors take a parochial view by ignoring real world issues such as using consistent names across database and organizations, and avoiding naming things for what they are used for, not what they are.
As a practicing data modeler, I find my users aren't as naieve about data models as Carlis and Maguire assume them to be. I often am asked why I am modeling data in a given way. In my view, this book does not address the "why" - why do you model the data in the way suggested, and what happens if you don't. When I can answer these questions well for my customers, I earn approval, and this book doesn't equip one to do so.
In sum, my belief is that this book contains about 1/4 of the information a person needs to know to become a "master" data modeler. It's a good starter book if you are a novice data modeler or are having trouble gathering information from business subject matter experts, but if you really want to become an expert data modeler, I'd recommend continuing beyong this book. I prefer 'Data Modeling Essentials 2nd Edition' by Graeme Simsion
Very important book.I've been using the techniques described in this book for years because one of the authors taught me. I've used them to model data about research science, business, and topology. Now others can learn it too.
Carlis cured me of normalization. There's a difference between normalization and "normal forms". A goal of modeling is to produce databases in high normal forms - Boyce-Codd Normal Form, fifth normal form, etc... Most modelers think the only way to do this is through normalization, a specific process that step-by-step improves to a draft model. This book shows how to avoid that process completely. I used to do normalization. Now I use the conversational techniques of this book to reach high normal forms sooner. One thing I always hated about Normalization was that I usually did it after talking to users, which means I was making decisions that the users should have been making. I have not performed normalization in at least ten years. Yet I still produce databases in high normal form. This book does include a chapter about normalization, with normal forms up to fifth, so you can see for yourself how the technique produces high-normal-form databases. If you learned that normalization was essential part of data modeling, this chapter will help you learn this different way of working. If you are new to data modeling, you should start with this book to avoid learning normalization altogether. The principles of high normal forms are important, but the process of normalization is ludicrous.
This is a book about data modeling, not physical database design. It concentrates on the modeling in users' language. The naming conventions it recommends are based on guidelines of language and categories. If you follow these naming guidelines, you will not need to learn a huge list of more specific, special-case naming rules.
I also like what Carlis and MaGuire say about constraints. By following their constraint advice, I have become a much faster data modeler, and my team mates (programmers, DBAs) do not have to wait so long for me to finish my work. It also helps me keep my data models flexible, good for a changing business environment.
This book has more examples than any book on modeling I have ever seen. I stopped counting sample data models when I got to 300.
The hardest part of application design is understanding the user's data. This book concentrates on solving that problem, leaving the technical details of database design to other books.
A practical and direct approach to data modeling
List price: $12.95 (that's 20% off!)
Used price: $5.95
Collectible price: $14.95
Buy one from zShops for: $9.14

A difficult choice
Very good course material
Indispensable reference for the aspiring sculptor
Used price: $4.87
Collectible price: $12.99
Buy one from zShops for: $6.23

An excellent book covering an important nicheAt the same time, the book provides a valuable introduction to a range of XML and e-Business technologies for those more familiar with traditional approaches. I found it answered a lot of questions I had about XML which had not been addressed by reading more typical "how to" books, so this book bridges the divide both ways.
The book starts out by setting out its aim - to bridge the XML and UML communities, and provides a high-level overview of both areas. It then focuses in on the key issue of e-Business integration, both as a common challenge and an area which will naturally affect both communities.
In subsequent chapters the author discusses defining a business vocabulary, and shows how an XML vocabulary can be modelled in UML, or generated from it. Having established this basis the author then discusses a number of XML-related standards, including XMI, XPath, XPointer, XLink, XML DTDs and Schemas, and XSLT, in each case using UML models to explain how the pieces fit together.
Finally, the last few chapters present an overall e-Business architecture based around the examples in the rest of the book, bringing all the pieces together in the context of Web Services.
It's the curse of all technical writers and publishers that whatever you write is rapidly out of date, and this book suffers a little from that. Published in 2001 it views several key standards (such as XSD and core Web Service protocols) as "proposals", and frequently omits details from examples because of this uncertainty. A reader would be well advised to supplement it with more up to date reading around the technical details.
That said, this book is well written, easy to read, and covers a niche which is still almost unoccupied. The companion web site backs the book up with some valuable material, including a free downloadable tool for XML modelling, generation and reverse-engineering.
I'd love David to do a second edition, moderately refreshed to present a 2004 view of the various standards and how they fit together. The core of the book wouldn't have to change. Until that book turns up, I'm happy to recommend this one.
A very good overview
Well written and easy to readThe material is presented in a practical way, around a simple business application. This makes the technologies more concrete and easier to understand. Fortunately, the reader is not overwhelmed by endless code listings - though there are enough nuts and bolts to make the concepts understandable.
Key concepts such as vocabularies, schemas, and portals are explained well. The book also touches on related technologies, such as RSS, XSLT, SOAP and UUDI. All in the context of a practical use case. I found the examples useful even if I design community based portals and not e-Business applications.
Hopefully the book will lay down the foundation for standards in schema development.

Used price: $14.94
Buy one from zShops for: $37.95

Excellent Book but the Software presents a HassleUnfortunately, the attached model program is very difficult to use. It is written in native GW-BASIC which can only be read by GW-Basic running under DOS (not a Windows shell). One needs to find a copy of GWBASIC and a DOS boot disk to convert HAZARD5.BAS to ASCII format. Once in ASCII it will run in the more common QBASIC in Windows. In short, it presents an unnecessary hassle. Indeed, there were no instructions to do the conversion and Michael Paine and his web site .... came to the rescue with detailed instructions and some refinements to the model.
Wow!
Devastating impact!I enjoyed the comparison of simulation results to historical records and the attention to economic and public policy issues of warning, interdiction, and asteroid & comet search strategies. David Egge's paintings (in the color section) are awesome.
Keep your eye on the sky!

List price: $19.95 (that's 30% off!)
Used price: $2.44
Buy one from zShops for: $9.95

Cute Ideas
Is something missing?On page 5 in the Baking section, second column, it stops in mid sentence. We wondered how long to bake our creation, but couldn't find a clue.
Fantastic ideas!I would strongly suggest anyone who would like to work with polymer clay to buy this book! There are plenty of wonderful projects to keep anyone busy for a long time. If you run out of clay, most local craft stores will carry more - either Sculpey III or other sculpey brands like Presto which is just about the same. Buy this book and enjoy!

List price: $73.13 (that's 11% off!)
Used price: $30.00
Buy one from zShops for: $39.50

Great book for beginners...
My favorite data structures and algorithms book
Great introduction to the subject, wonderful teaching..
List price: $39.95 (that's 30% off!)
Used price: $19.58
Buy one from zShops for: $27.80

Excellent Book on JMXthe process of knowing and using Sun's Reference Implementation.
It covers both the HTML Adaptor and RMI Connector approaches
thoroughly. Code examples provided in the book are well
explained. A must have for any one seriously considering a
foothold in JMX. I have enjoyed reading the book and putting it
to practice in my job. If there is
a future version, I would like to see coverage on JBoss's JMX.
Many thanks to the authors.
Excellent Book!Also, it is stated in a previous review that you need to have the JDMK in order to compile the code . This is not necessary for you to be successful with this book! One does not need the JDMK; the free 'remoting.jar' can be downloaded from the JMX website at java.sun.com. This jar file contains the RMI adapter and is only needed for a small part of the book.
This book is definitely the best source of JMX material that I have encountered.
Great Book!Also, it is stated in a previous review that you need to have the JDMK in order to compile the code . This is not necessary for you to be successful with this book! One does not need the JDMK; the free 'remoting.jar' can be downloaded from the JMX website at java.sun.com. This jar file contains the RMI adapter and is only needed for a small part of the book.
This book is definitely the best source of JMX material that I have encountered.


Deep and meaningful
Current and topical
Things I wondered about...
Used price: $14.00
Buy one from zShops for: $60.00

This book is a great Sleeping aid
A truly excellent book
Best MBA Level Book on Optimization
If we set that aside, the book is well written and interesting. Not for the math impaired, though. University level math and statistics needed to be enjoyed in full.