Related Subjects: Author Index Reviews Page 1 2 3 4
Book reviews for "Drew,_George_Alexander" sorted by average review score:

The Vinland Map and the Tartar Relation
Published in Hardcover by Yale Univ Pr (1996)
Authors: R. A. Skelton, Thomas E. Marston, George D. Painter, and Alexander O. Vietor
Amazon base price: $75.00
Used price: $6.00
Collectible price: $14.99
Buy one from zShops for: $15.00
Average review score:

Fake or not, an intruiging book
The Vinland Map purports to be a 15th century map depicting Vikingexploration of North America centuries before Columbus. If genuine,the Vinland map is one of the great documents of Westerncivilization; if fake, it's an astoundingly clever forgery and Yale University has egg on its face. The first edition of the book in question, The Vinland Map and Tartar Relation, announced the discovery to the world in 1965. To commemorate the thirtieth anniversary, YUP published a second edition, adding a few new essays in support of the map's authenticity.

Of the controversy over its authenticity little more can be said in this review. The book itself covers some of the important objections (e.g. the presence of titanium in the ink), but slights or ignores much of the philological and historical criticism of recent years. (The web contains a certain amount of such criticism.) Lay readers may come away with the impression that the academic world is solidly behind the map, although this is far from the case.

Nevertheless, if you're interested in the Vinland Map this is the one essential book to own. It includes high-quality black and white plates of the map, together with text and translation of the legends and suchnot. The map was at one point bound with a manuscript known as the Tartar Relation (Historia Tartorum), itself a fascinating specimen of medieval geographical knowledge. As the circumstances of its production and replication are critical to the authenticity of the map, a full text and translation is also included.


Okinawa Island of Karate
Published in Paperback by Yamazato Pubns (01 September, 1991)
Author: George W. Alexander
Amazon base price: $29.95
Average review score:

A lot of good, well-researched information poorly presented.
Author George W. Alexander obviously knows this subject well and has spent a great deal of time and energy compiling the information presented in this book. Unfortunately, even though the book is a veritable treasure trove of information about the origin, history, styles, techniques, and masters of Okinawan Karate, the book is written with little or no regard of literary style, the information is presented in a very unstructured (haphazard) format, and it is quite often incorrect and/or redundant. This book has all of the information you would expect from a definitive work on the subject without the writing style and presentation that make it an interesting and enjoyable read or easy-to-use reference. Mr. Alexander gets high marks for research effort but, he falls short on execution, clarity and presentation. There are numerous annoying typographical errors and pieces of information (mostly dates) that contradict each other. If Mr. Alexander were to hook up with a competent writer, professional editor and well-known publisher the next time around, I suspect he could pen the definitive reference guide on the topic. Unfortunately, this book's usefulness is hampered by its writing style, format, and plebeian editing.

One of the best karate history books on Okinawa karate.
I have been searched high and low for a complete book on Okinawan karate history. This book is a great introductory to where and by whom the different styles of karate on Okinawa came from. The writing style needs some work, but the content is excellent.


Professional JSP : Using JavaServer Pages, Servlets, EJB, JNDI, JDBC, XML, XSLT, and WML
Published in Paperback by Wrox Press Inc (15 January, 2000)
Authors: Karl Avedal, Danny Ayers, Timothy Briggs, George Gonchar, Naufal Khan, Peter Henderson, Mac Holden, Andre Lei, Dan Malks, and Sameer Tyagi
Amazon base price: $41.99
List price: $59.99 (that's 30% off!)
Used price: $6.97
Buy one from zShops for: $6.93
Average review score:

Good guide to JSP, overlaps with other Wrox titles though
For developers involved with web-based projects, whether it be an online store for electronic commerce or an Intranet site for accessing and modifying company data, the powerful blend of JavaServer Pages (JSP) and Enterprise JavaBeans (EJB) technologies can really make life simple. Once you've mastered them, creating new components that encapsulate business logic, or new web interfaces to existing systems, is easy. The trick, for developers, is mastering the technologies.

Professional JSP is one way to get up to speed. Like many of the books published by Wrox Press, Professional JSP covers a specific technology in-depth, as well as the various ancillary topics relating to it such as databases, servlets, and XML. While not every developer will need every web technology covered by the book (and there are many), the book works both as a tutorial to cover the basics and a reference for technologies that you may encounter later.

Professional JSP starts by covering the basics of Java Server Pages, and how they relate to other web technologies. Embedded in HTML pages, JSP provides an easy mechanism for creating interactive web interfaces that draws on server-side components, known as Enterprise JavaBeans. While the presentation logic is written in JSP, the processing occurs within these JavaBean components. The book takes a balanced approach, covering both JSP and its syntax, as well as how to write and interact with JavaBeans to perform useful tasks, like accessing databases through JDBC and using other Java technologies. However, if you've read other Wrox titles, you may find there is some overlap in the topics covered.

One of the nice things about Professional JSP is that, in addition to covering theory, it goes further and examines practical applications of JSP, and issues for programmers like security and debugging. Like other titles in the Professional series, there are case studies of real projects using JSP and related technologies. My favorite would have to be the case study on porting Active Server Pages to JSP -- something that is extremely important for developers with "legacy" web systems. On the whole, Professional JSP is an excellent book for web developers wanting to get up to speed with Java Server Pages, web development, and Enterprise JavaBeans. However, developers with less of a web presentation focus and more of back-end server view may also want to consider the excellent Professional Java Server Programming title, which also covers JSP. -- David Reilly, reviewed for the Java Coffee Break

Excellent book for professionals!
This is a book for programmers who have a solid background in servlets programming and some experience in JSP. For beginners and for people who wish to learn those techniques on a standalone machine, they will be better off with Hall's "core servlets & JSP" or Fields&Kolb's "web development & JSP".

The book consists of 20 chapters. The first 12 chapters discuss the various salient aspects of JSP and the rest ( about two third of the whole book) is devoted to case studies.

A. THE BOOK'S STRENGTH:

By adopting Tomcat as its main testing software, the editors of "Professional JSP" have assured that most of the code examples will work. This is a big improvement over the past wrox books.

There are some excellent chapters in the first part. The discussion on session tracking is a real gem although the author failed to make a showcase of the code examples. The chapter on JSP Architecture contains some of the clearest explaination on the techniques of redirecting, forwarding and requestdispatcher. The chapter on customtags is equally very well done. But my favorite is the chapter on Global Settings, the idea is so practical. I also like the idea of emphasizing the importance of authentication which showed in many chapters of the book.

The case studies will serve as an excellent reference. Its coverage ranges from (1) the front end of an insurance company (2) a good pictures website which use JSP to publish its data (3) Security with JNDI (4) a online store using LDAP and JSP (5) J@EE, EIBs and Customtags (6) Multimedia and JSP (7) Weather website with JSP, XSLT and WAP (8) Porting ASP to JSP.

2. BOOK'S WEAKNESS:

The book is a combined effort of many authours and its unevenness showed. The first three chapters to introduce to JSP are out of place and a real waste. The chapter on Dynamic GUIs is a great idea which turned into a joke: after showing the general diea how to do it, the author sent readers to his website to learn the rest(?). And the chapter on JDBC connectivity and Pooling is a big disappointment: most of the chapter devoted to get connection, create databse,editing it and make query; and the rest the author explained how to use his own pool manager package, PoolMan. This wouldn't be too bad if PoolMan worked, with Tomcat.

The richness of the case studies is also its weakness. Unless you are experienced and have the facilities, you can't test them all. These techniques become obsolete pretty quick.

Probably the strongest objection to the book is its price. Buy it for your company and share with your colleague.

One of the best intermediate level JSP books on the market
This books lives up to its title in that it provides both real-world JSP techniques (through 7 very informative case studies chapters), as well as JSP background information that serves as a quick start guide. I rank it as one of the top 2 JSP books currently available (the other one is Web Development With JavaServer Pages by Messrs. Fields and Kolb).

After the JSP fundamentals are out of the way (which I am sure any JSP newcomer will appreciate and can benefit from), the book picks up pace with discussion on JDBC connection pooling, and the best practice for data access from JSP. Then comes the chapter on custom tags. My favorite chapters are the ones on debugging JSP's and implementing the MVC design pattern in JSP/servlets.

The case studies are very comprehensive and closely correlated to the earlier chapters. In one case study the design methodology is clearly explained with UML diagrams, which are very helpful to someone who is currently architecting an enterprise Java Web application. Other case studies cover such a wide area of topics such as JSP in combination with LDAP, EJB, XSL, and WAP.

For ASP developers, this books has two enormously useful chapters to get them started on JSP right away. One is a case study showing how to port an ASP app to JSP, and the other compares and contrasts the object model and syntax between ASP and JSP.

Having said all the above, this book does suffer from certain weaknesses. One is typical of any multi-author book, i.e., repeat of the same topic in different chapters. This is the case with JDBC, which shows up in both chapters 4 and 7. Another problem is the lack of the use of a standard servlet/JSP container, which will help new users to run all samples under the same software setting (although there is an appendix on setting up Tomcat server). Finally, a few chapters seem to be out of place in term of the logic flow of concept, such as the ones on dynamic GUI's and JNDI.

Finally, this book is still thin on heavy-duty J2EE topics, such as EJB, distributed transactions, message service, and interoperability with CORBA. This is why I consider it as an intermediate level book, not an advanced one. Hopefully we will see another Wrox book in the near future that addresses some of these issues.


Cross of St George
Published in Mass Market Paperback by Random House of Canada Ltd. (1997)
Author: Alexander Kent
Amazon base price: $
Collectible price: $9.27
Average review score:

Cross of Saint George
I enjoyed this book, but did not think the story line was as strong as some of the earlier books in this series. I had a feeling the author was writing stories just to extend the series a few more volumes. But, since I am a Bolitho fan, I will probably end up buying all of them.


Cryptozoology
Published in Paperback by Eden Studios, Inc. (01 August, 1997)
Authors: Richard Dakan, Jack Emmert, Jason Alexander Behnke, Fran Hogan, H. J. McKinney, Michael Osadciw, M. Alexander Jurkat, Paul Phillips, Cary Polkovitz, and Christopher Shy
Amazon base price: $18.00
Used price: $9.95
Buy one from zShops for: $18.00
Average review score:

less than I expected, but okay as a non-game-specific source
I had high hopes for this book, but was a little disappointed. I bought conspiracy x, expecting great stuff, and it met with my expectations. Cryptozoolgy didn't. First, it's set up with information divided into two parts: the gamers information, and the GM's information. the result is that you have to look in two different areas for information on different "supernatural creatures". Most of the regular freaks of nature are covered--Loch Ness monster, Bigfoot, Sasquatch, etc. I was pleased to see a few others like the Mokole. The writing is a lot more pendantic than I'd like--but that may be a direct result from being written in character, where teh character is old, stuffy, and bombastically long-winded. If your game will run into a supernatural creature, it might be worth checking this beek out. If not, I wouldn't bother.


Animal Answers: Small Pets
Published in Hardcover by Bdd Promotional Book Co (1989)
Author: Gerald Hawksley
Amazon base price: $3.98
Used price: $9.98
Average review score:
No reviews found.

Forsaken Rites
Published in Hardcover by Eden Studios, Inc. (14 April, 1998)
Authors: John Snead, C. Brent Ferguson, Francis Hogan, Heather J. McKinney, Christopher Shy, George Vasilakos, Phil Edwards, M. Alexander Jurkat, and Duncan I. MacLeod
Amazon base price: $17.00
Used price: $2.94
Buy one from zShops for: $4.00
Average review score:
No reviews found.

Game Master's Screen
Published in by Eden Studios, Inc. (08 July, 1996)
Authors: M. Alexander Jurkat, C. Brent Ferguson, Heather McKinney, Jeff Reitz, Robert Taylor, George Vasilakos, and Elizabeth M. Morss
Amazon base price: $16.00
Used price: $8.36
Average review score:
No reviews found.

Nemesis: The Grey Sourcebook
Published in Paperback by Eden Studios, Inc. (25 October, 1996)
Authors: Eden Studios, Richard Dakan, Rick Ernst, Charles Barrnett, Steve Bryant, C. Brent Ferguson, M. Alexander Jurkat, Jeff Reitz, Rob Taylor, and George Vasilakos
Amazon base price: $16.00
Used price: $12.80
Buy one from zShops for: $15.00
Average review score:
No reviews found.

Account of Koonawur in the Himalaya
Published in Hardcover by South Asia Books (01 September, 1993)
Authors: Alexander Gerard and George Lloyd
Amazon base price: $38.00
Used price: $31.76
Buy one from zShops for: $28.50
Average review score:
No reviews found.

Related Subjects: Author Index Reviews Page 1 2 3 4

Reviews are from readers at Amazon.com. To add a review, follow the Amazon buy link above.