Programming Perl (3rd Edition)
Average customer rating: 4 out of 5 stars
  • The Definitive Guide for PERL!!!
  • Excellent Perl Reference
  • Non Fiction
  • A Complete Reference, But Not For Beginners
  • Essential for lovers of Perl culture, recommended for the rest of us
Programming Perl (3rd Edition)
Larry Wall , Tom Christiansen , and Jon Orwant
Manufacturer: O'Reilly Media, Inc.
ProductGroup: Book
Binding: Paperback

GeneralGeneral | Unix | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Operating Systems | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
GeneralGeneral | Unix & Linux | O'Reilly | By Publisher | Books
PerlPerl | Programming | O'Reilly | By Publisher | Books
GeneralGeneral | Programming | O'Reilly | By Publisher | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Perl Cookbook, Second Edition Perl Cookbook, Second Edition
  2. Learning Perl, Second Edition Learning Perl, Second Edition
  3. Mastering Regular Expressions Mastering Regular Expressions
  4. Perl Best Practices Perl Best Practices
  5. Perl Pocket Reference, 4th Edition Perl Pocket Reference, 4th Edition

ASIN: 0596000278

Amazon.com

Larry Wall wrote Perl and he wrote Programming Perl. Better yet, he writes amusingly and well--all of which comes across in this latest edition of the definitive guide to the language.

Like Topsy, Perl just grew, and as a result the need for a third edition came about. It's now over 1,000 pages, which it needs to be, as it performs several different duties. First, it's an introduction to the Perl language for those who are new to programming; also, it's a guide for those who are coming from other languages; and, finally, it's a Perl language reference.

Among Larry Wall's other pursuits is being a linguist, and it's perhaps for this reason that Perl is a peculiarly flexible language with many routes to achieving the same ends, as the authors ably demonstrate. It's also extensible in several ways, designed to work with many other languages. Also, as it's largely interpreted, programs written in Perl tend to run unmodified on a variety of platforms--although platform-specific Perl modules and programming practices are also discussed.

A major strength of Programming Perl is the way subject areas are approached from several directions. This constant shift of viewpoint eliminates blind spots in the reader's understanding and provides a pleasing echo of the way Perl itself can take many routes from here to there.

Because the Perl community is both knowledgeable and active, the language covers much more ground here than in the previous edition. Even if you have both previous editions, you'll want this latest version--if only for the new jokes. --Steve Patient, amazon.co.uk

Book Description

Perl is a powerful programming language that has grown in popularity since it first appeared in 1988. The first edition of this book, Programming Perl, hit the shelves in 1990, and was quickly adopted as the undisputed bible of the language. Since then, Perl has grown with the times, and so has this book. Programming Perl is not just a book about Perl. It is also a unique introduction to the language and its culture, as one might expect only from its authors. Larry Wall is the inventor of Perl, and provides a unique perspective on the evolution of Perl and its future direction. Tom Christiansen was one of the first champions of the language, and lives and breathes the complexities of Perl internals as few other mortals do. Jon Orwant is the editor of The Perl Journal, which has brought together the Perl community as a common forum for new developments in Perl. Any Perl book can show the syntax of Perl's functions, but only this one is a comprehensive guide to all the nooks and crannies of the language. Any Perl book can explain typeglobs, pseudohashes, and closures, but only this one shows how they really work. Any Perl book can say that my is faster than local, but only this one explains why. Any Perl book can have a title, but only this book is affectionately known by all Perl programmers as "The Camel." This third edition of Programming Perl has been expanded to cover version 5.6 of this maturing language. New topics include threading, the compiler, Unicode, and other new features that have been added since the previous edition.

Customer Reviews:

5 out of 5 stars The Definitive Guide for PERL!!!.......2007-10-06

I would not recommend this book upfront if you don't know any Perl. Read up Beginning Perl by Simon Cozens and feel around a bit. Then pick this book up and put in the effort and you WILL appreciate the power, truth and beauty about PERL.

It is not a light read... certainly wasn't for me. But at the end of it, the effort was so worth it. The book will give you several Aha moments and by the end of it, thou shalt be rewarded!!

5 out of 5 stars Excellent Perl Reference.......2007-09-16

This contains a lot of useful information and examples which go above and beyond the "basics" found in the extensive Perl man-pages.

4 out of 5 stars Non Fiction.......2007-09-03

A really quite good introduction and how-to guide to the whacky and very cool and useful beast that is the Perl programming language. It certainly helped me when I decided to pick up the language for some of the useful internet programming tricks that it had. A book I would definitely recommend as a purchase. Not too many you could say that about currently.

4 out of 5 stars A Complete Reference, But Not For Beginners.......2007-07-16

Programming Perl, also known as "The Camel Book," is the ultimate reference guide, written by the creator of Perl, Larry Wall. As one might expect, this guide covers every nook and cranny of the Perl programming language. It's greatest strength is also it's greatest weakness: useful nuggets of information are buried everywhere throughout the text. This is a strength in that, when looking up a particular topic, you'll often stumble upon a useful morsel of information. It's a weakness in that you have to slog through often dry reading to find these hidden gems.

It should be noted that this book assumes a working knowledge of Unix, in addition to some previous programming experience. If you are new to programming, or just new to Perl, you should check out Learning Perl, Fourth Edition instead. It is a much easier read, and ranks in my mind among the most well written technical books. Programming Perl makes for a great second book, as well as a desktop reference.

4 out of 5 stars Essential for lovers of Perl culture, recommended for the rest of us.......2007-07-14

Perl seems capable of evoking both rapturous adoration and abject disgust from those who are exposed to it. If your feelings are closer to the former than the latter, well, you probably own this book already, and you love it.

After all, The Camel consists of the God of Perl and two Perl demigods writing the definitive reference about Perl from top to bottom. What's not to love? In particular, if you've ever heard Larry Wall give a talk, you'll be able to spot his contributions: droll, parenthetical and punning.

For those of us who just like Perl (or even just have to work with it), it's not quite as essential as you might have been led to believe. In part this might be because the third edition is getting on a bit, and plenty of other good Perl books have emerged in the intervening time. And in part, it's because definitive tomes such as this one by definition contain large chunks that you don't need, where you'll spend most of your time just nodding and thinking 'yep, I already know that'.

But of course, there's always a few bits you didn't know, and that's where The Camel comes in handy. The first part of the book, which goes over the core of the language, is a must read in this respect. To be honest, I didn't find the explanations to be quite as cogent as what can be found elsewhere (e.g. Perl Best Practices or Advanced Perl Programming), but it's all in one place here.

In addition, beyond the core language, lots of other material is present, including: threading, details on Perl's internals, and a long list of Perl idioms and dos and don'ts. There's also the reference section, which covers the built in functions, and briefly outlines what's in the standard packages that come with Perl, which is also helpful, although in most cases I expect an internet search (or the perl man pages) is just as fast, and in the case of the standard library, provides more information.

On the one hand, I think you can get by without owning this. On the other you will not regret buying this book -- Perl has enough quirks that it's nice to have The Camel close to hand. Nice, but not essential.
Search Engine Optimization: An Hour a Day
Average customer rating: 4 out of 5 stars
  • Search Engine Optimization: An Hour a Day
  • Save your bucks programmer.
  • Good book
  • Beginners Place to Start
  • So Much of Basics...
Search Engine Optimization: An Hour a Day
Jennifer Grappone , and Gradiva Couzin
Manufacturer: Sybex
ProductGroup: Book
Binding: Paperback

Online SearchingOnline Searching | Internet | Home Computing | Computers & Internet | Subjects | Books
Web BrowsersWeb Browsers | Microsoft | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Library & Information Science | Social Sciences | Nonfiction | Subjects | Books
AutomationAutomation | Library & Information Science | Social Sciences | Nonfiction | Subjects | Books
All Amazon UpgradeAll Amazon Upgrade | Amazon Upgrade | Stores | Books
Computers & InternetComputers & Internet | Amazon Upgrade | Stores | Books
NonfictionNonfiction | Amazon Upgrade | Stores | Books
Similar Items:
  1. Search Engine Marketing, Inc.: Driving Search Traffic to Your Company's Web Site (Ibm Press) Search Engine Marketing, Inc.: Driving Search Traffic to Your Company's Web Site (Ibm Press)
  2. Search Engine Optimization For Dummies, Second Edition (For Dummies (Computer/Tech)) Search Engine Optimization For Dummies, Second Edition (For Dummies (Computer/Tech))
  3. Ultimate Guide to Google AdWords (Ultimate Guide to Google Adwords) Ultimate Guide to Google AdWords (Ultimate Guide to Google Adwords)
  4. Google Advertising Tools: Cashing in with AdSense, AdWords, and the Google APIs Google Advertising Tools: Cashing in with AdSense, AdWords, and the Google APIs
  5. Pay-Per-Click Search Engine Marketing Handbook: Low Cost Strategies for Attracting New Customers Using Google, MSN, Yahoo & Other Search Engines Pay-Per-Click Search Engine Marketing Handbook: Low Cost Strategies for Attracting New Customers Using Google, MSN, Yahoo & Other Search Engines

ASIN: 0471787531

Book Description

Influence search engine results and bring targeted traffic to your Web site with an hour a day of search engine optimization (SEO). Drawing on years of experience as successful SEO consultants, Jennifer Grappone and Gradiva Couzin provide detailed, practical, and often surprisingly simple techniques for improving results. Their simple strategies include setting SEO goals, site optimization, developing and implementing a strategy that might include both free and paid efforts, and tools for monitoring trends, measuring the competition, and tracking results.

Customer Reviews:

5 out of 5 stars Search Engine Optimization: An Hour a Day.......2007-10-21

This books gets right to the heart of what all website owners want to know. How do I attract viewers to my sight. There are many practices that should be followed that the author suggests. Not a fluff book. Practical advice is given.

1 out of 5 stars Save your bucks programmer........2007-10-19

I am a web developer who lately read a lot of SEO books and SEO online forums to bring my company website to the next lever, I came across this book, bought it, read it, and feel very disappointed with it.

If you are designer, developer, programmer, or somehow HTML literate, and wanting to do more for your website, save your bucks on this book. This book is not designed for programmers. If you a business man whom just want to learn what SEO is, save your bucks too! You better of getting the knowledge from the dummies series. Although the book covers every aspect of SEO, but the book only describe very briefly on each aspect.

Over 75% of the content in this book is general concepts of SEO, which you can basically learn from any other SEO books. The remaining 25% is the "SEO Plan", which I found not practical.

4 out of 5 stars Good book.......2007-10-19

Good book if you want to learn about Search Engine Optimization and have little or no experience in this space. Well written and easy to follow.

3 out of 5 stars Beginners Place to Start.......2007-10-15

Clear and concise. Basic information, however, which makes this book a good place to start for beginners breaking into the SEO arena.

2 out of 5 stars So Much of Basics..........2007-09-17

I must appreciate the effort taken by the Cousins but its sounds too basics.
It could have had a faster pace and covered more SEO parameters.
Search Engine Optimization For Dummies, Second Edition (For Dummies (Computer/Tech))
Average customer rating: 4.5 out of 5 stars
  • Great book
  • Not a Dummy Anymore
  • SEO for Dummies Review
  • A good start on your SEO journey
  • search engine optimization for dummies
Search Engine Optimization For Dummies, Second Edition (For Dummies (Computer/Tech))
Peter Kent
Manufacturer: For Dummies
ProductGroup: Book
Binding: Paperback

Web DevelopmentWeb Development | Computers & Internet | Subjects | Books | Content Management | E-commerce | Programming | Security & Encryption | Web 2.0 | Web Design | Web Servers | Web Services | Website Analytics | Website Architecture & Usability
For Dummies: GeneralFor Dummies: General | Introductory Guides | Software | Computers & Internet | Subjects | Books
Online SearchingOnline Searching | Internet | Home Computing | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
AutomationAutomation | Library & Information Science | Social Sciences | Nonfiction | Subjects | Books
Similar Items:
  1. Pay Per Click Search Engine Marketing For Dummies (For Dummies (Computer/Tech)) Pay Per Click Search Engine Marketing For Dummies (For Dummies (Computer/Tech))
  2. Search Engine Optimization: An Hour a Day Search Engine Optimization: An Hour a Day
  3. Building Your Business with Google For Dummies Building Your Business with Google For Dummies
  4. Pay-Per-Click Search Engine Marketing Handbook: Low Cost Strategies for Attracting New Customers Using Google, MSN, Yahoo & Other Search Engines Pay-Per-Click Search Engine Marketing Handbook: Low Cost Strategies for Attracting New Customers Using Google, MSN, Yahoo & Other Search Engines
  5. Search Engine Marketing, Inc.: Driving Search Traffic to Your Company's Web Site (Ibm Press) Search Engine Marketing, Inc.: Driving Search Traffic to Your Company's Web Site (Ibm Press)

ASIN: 0471979988

Book Description

You have a cool Web site, and a really great product, service, or cause you want people to know about. But visitors aren’t beating down your cyber-door. What happened? The answer, most likely, is that you haven’t made your site irresistible to search engines.

Search engines have a great deal of control over the volume of traffic a Web site gets, because they put your site in front of people searching for your product or service. If you know the secrets of wooing the search engines, you can

In addition to the familiar ones like Google and Yahoo!, there are dozens of other search engines out there. Search Engine Optimization For Dummies, 2 nd Edition shows you how to create a site that will pop to the top like a cork whenever people search for related products or services. It will help you

There’s even a companion Web site with all the links in the book neatly (and conveniently) arranged so you don’t have to type them, plus a bonus chapter to help you power up your skills. Search Engine Optimization For Dummies, 2 nd Edition has been updated with the latest information on search engines plus plenty of tips and tricks to help your site get the attention it deserves!

Download Description

* A Web site's position in search results will affect the number of times it is visited; this book shows Web site designers, owners, and Search Engine Optimizers (SEOs) how to build sites that rank high in the search engines (Google, Yahoo, MSN, Inktomi, Alta Vista, Overture) and generate high traffic

* This is the first book to cover the entire spectrum of search engine optimization, including important though often-ignored search systems, such as specialty directories and Yellow Pages

* Covers creating search engine-friendly sites and pages; registering sites with standard search engines, directories, shopping directories, and retailers; using registration software and services; understanding tools used to monitor site traffic; advertising on search engines; and developing links to boost ranks

* Introduces the reader to the nature of search engines, explains the different types, and shows which ones are the most important

* Includes a jump-start chapter with simple tricks for quickly boosting a site's ranking

* Companion Web site includes articles and links to important news and registration sites

Customer Reviews:

5 out of 5 stars Great book.......2007-10-19

I don't think you have to be a dummy to read this. I am more advanced online and learned a bunch from reading this book. It is really worth the money. I highly reccomend it!

5 out of 5 stars Not a Dummy Anymore.......2007-10-18

As the sole owner of an internet business, I needed this book to guide me through what I could do myself instead of paying other people. This book has not only enabled me to save money but it has explained to me - an SEO dummy - what everything means. I am actively and continuouslessly striving for a better website. I now believe that goal is in my reach because of this book.

4 out of 5 stars SEO for Dummies Review.......2007-09-28

Great read! More informative than most but lacked in-depth detail about directories and human edited directories for traffic purposes. It also had little on buying links for traffic purposes or similar. There were lots of links to consider and most were of quality. I recommend it if you haven't had a lot to do with SEO to date.

4 out of 5 stars A good start on your SEO journey.......2007-08-18

I'm not a total noob at this stuff, but I'm no expert either. After reading several SEO blogs, talking to people that *think* they know SEO, I decided to buy this book. It covers the basics and does it in layman's terms. You don't have to know geek-speak to read this and grasp the concepts.

I've started using some of what I have learned on my dieselforza blog and on my websites. Between this book and a few online resources, I'm getting ranked higher (but still have a long way to go :-)

1 out of 5 stars search engine optimization for dummies.......2007-08-12

I paid for this book ...but I never get it, I don't know amazon forget shipping this to me or ship it later?
PHP and MySQL Web Development (3rd Edition) (Developer's Library)
Average customer rating: 4.5 out of 5 stars
  • Book Order
  • Over-rated, over-rated, over-rated
  • Great Book!!
  • Outstanding
  • Good comprehensive review
PHP and MySQL Web Development (3rd Edition) (Developer's Library)
Luke Welling , and Laura Thomson
Manufacturer: Sams
ProductGroup: Book
Binding: Paperback

GeneralGeneral | SQL | Databases | Computers & Internet | Subjects | Books
MySQL & mSQLMySQL & mSQL | Specific Databases | Databases | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Computers & Internet | Subjects | Books
PHPPHP | Programming | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
GeneralGeneral | Computers & Internet | Subjects | Books
GeneralGeneral | Software | Computers & Internet | Subjects | Books
All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
Similar Items:
  1. Beginning PHP and MySQL 5: From Novice to Professional, Second Edition Beginning PHP and MySQL 5: From Novice to Professional, Second Edition
  2. Web Database Applications with PHP & MySQL, 2nd Edition Web Database Applications with PHP & MySQL, 2nd Edition
  3. Programming PHP Programming PHP
  4. PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide) PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide (2nd Edition) (Visual QuickPro Guide)
  5. MySQL (3rd Edition) (Developer's Library) MySQL (3rd Edition) (Developer's Library)

ASIN: 0672326728

Amazon.com

The PHP server-side scripting language and the MySQL database management system (DBMS) make a potent pair. Both are open-source products--free of charge for most purposes--remarkably strong, and capable of handling all but the most enormous transaction loads. Both are supported by large, skilled, and enthusiastic communities of architects, programmers, and designers. PHP and MySQL Web Development introduces readers (who are assumed to have little or no experience with the title subjects) to PHP and MySQL for the purpose of creating dynamic Internet sites. It teaches the same skills as introductory Active Server Pages (ASP) and ColdFusion books--technologies that address the same niche.

Authors Luke Welling and Laura Thomson's technique aims to get readers going on their own projects as soon as possible. They present easily digestible sections on specific technical processes--"Accessing array contents" and "Using encryption with PHP" are two examples. Each section centers on a sample program that strips the task at hand down to its essentials, enabling the reader to fit the process into his or her own solutions as required. Tables that list options and other nuggets of reference material appear as well, but the many examples and the authors' commentary on them take center stage.

For reference material on MySQL, have a look at Paul DuBois's MySQL. On the PHP side, Web Application Development with PHP 4.0 is excellent. --David Wall

Topics covered:

Book Description

We've taken the best and made it even better. The third edition of the best-selling PHP and MySQL Web Development has been updated to include material and code on MySQL 5, PHP 5 and on PHPs object model and validation. Through a clear, practical approach, you will learn to develop secure, dynamic websites by integrating and implementing the PHP scripting language and the MySQL database system. Real-world examples and working sample projects will give you a strong foundation on which to start building your own websites, complete with features such as SSL, shopping carts and payment systems. The accompanying CD includes the source code from each example in the book, the entire book in PDF format, and source code and binaries for PHP 5, MySQL 5 and Apache. Readers have called PHP and MySQL Web Development call it the best technical book they've ever read, but don't take their word for it. Find out for yourself!

Customer Reviews:

5 out of 5 stars Book Order.......2007-09-21

This book was ordered for an evening class at a local college. I was able to easily locate the book using the ISBN and placed the order, which included free shipping. The book arrived on schedule and in excellent condition. I definitely would order through Amazon.com again. Thanks

2 out of 5 stars Over-rated, over-rated, over-rated.......2007-08-16

I bought this book after reading all the rave reviews. At the time I was a beginner PHP programmer with very little programming experience. When I got my hands on this book I was very excited, until I got past the crash course.

For a beginner, this book has too many pages without examples. It just goes too deep. For me, I need a page of description and then an exercise to see how things work. There are sections of this book which go on forever without examples, and the writers say you can do things this way, or that way etc etc. This is just confusing and too dry to hold my attention.

I have quite a few PHP books, 90% of which I have regretted buying. Online tutorials are much better of you want to learn from scratch, you'll pick up more techniques and develop a lot faster by doing these tutorials, most of which are free. One book that does stand out as being an excellent PHP book is 'PHP Solutions' by David Powers. From start to finish this is just a great book. Clear, concise and just a few paragraphs of text before you start exercises. In the space of a couple of weeks I really felt like I had improved, and it reinforced much of what I had learnt from doing online tutorials. 'PHP Solutions' is the best out there for PHP Development... Welling & Thompsons book falls way short in my opinion.

5 out of 5 stars Great Book!!.......2007-06-27

I am new to PHP and happy to that now I've finally found a book that 'teaches'! I've tried other books on PHP and even looked at web sites that tried to teach it with no success. This book does not leave you confused. If you need a book that starts at the beginning, this is the one.

5 out of 5 stars Outstanding.......2007-04-21

This is one of the best overall software books I have ever read. It is the best PHP and MySQL book I have read so far. The structure of the book, the sequence of the material, and the technical explanations are excellent. It is not overly descriptive of details yet it defines the complex subject material very well. I maintain accounts on 1and1.com and all of the code examples from the book that I have tried so far worked with no problem after I changed file names to .php5. I was able to get the web forum application and the user authentication application up and running within 2 days of getting the book. I have experience in C, C++, and assembly programming but no real web development stuff. Also, I had bought (and returned!) three other books on PHP and MySQL before getting to this one. I am definitley keeping this book. 5 stars all the way!

4 out of 5 stars Good comprehensive review.......2007-04-06

A good comprehensive review. Starts with the basic syntax and then brings you to full applications. Can be used by a novice or an experienced programmer expanding to a new language
Information Retrieval
Average customer rating: Not rated
    Information Retrieval
    William R. Hersh
    Manufacturer: Springer
    ProductGroup: Book
    Binding: Hardcover

    Library ManagementLibrary Management | Library & Information Science | Social Sciences | Nonfiction | Subjects | Books
    Information Storage & RetrievalInformation Storage & Retrieval | Library & Information Science | Social Sciences | Nonfiction | Subjects | Books
    GeneralGeneral | Administration & Policy | Medicine | Subjects | Books
    Hospital AdministrationHospital Administration | Administration & Policy | Medicine | Subjects | Books
    GeneralGeneral | Medicine | Subjects | Books
    GeneralGeneral | Research | Medicine | Subjects | Books
    Communication & WritingCommunication & Writing | Reference | Medicine | Subjects | Books
    InternetInternet | Home Computing | Computers & Internet | Subjects | Books | Internet & Education | Online Searching | Web Browsers | Web for Kids
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Administration & Medicine Economics | Medical | Professional & Technical | Subjects | Books
    Hospital AdministrationHospital Administration | Administration & Medicine Economics | Medical | Professional & Technical | Subjects | Books
    Medical InformaticsMedical Informatics | Medical | Professional & Technical | Subjects | Books
    All Amazon UpgradeAll Amazon Upgrade | Amazon Upgrade | Stores | Books
    Computers & InternetComputers & Internet | Amazon Upgrade | Stores | Books
    MedicineMedicine | Amazon Upgrade | Stores | Books
    NonfictionNonfiction | Amazon Upgrade | Stores | Books
    Professional & TechnicalProfessional & Technical | Amazon Upgrade | Stores | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    MedicineMedicine | Qualifying Textbooks - Fall 2007 | Stores | Books
    NonfictionNonfiction | Qualifying Textbooks - Fall 2007 | Stores | Books
    ProfessionalProfessional | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Biomedical Informatics: Computer Applications in Health Care and Biomedicine (Health Informatics) Biomedical Informatics: Computer Applications in Health Care and Biomedicine (Health Informatics)
    2. Managing Technological Change: Organizational Aspects of Health Informatics Managing Technological Change: Organizational Aspects of Health Informatics
    3. Clinical Information Systems: A Component-Based Approach (Health Informatics) Clinical Information Systems: A Component-Based Approach (Health Informatics)
    4. Consumer Health Informatics: Informing Consumers and Improving Health Care (Health Informatics) Consumer Health Informatics: Informing Consumers and Improving Health Care (Health Informatics)
    5. Transforming Health Care Through Information (Health Informatics) Transforming Health Care Through Information (Health Informatics)

    Accessories:
    1. Biomedical Informatics: Computer Applications in Health Care and Biomedicine (Health Informatics) Biomedical Informatics: Computer Applications in Health Care and Biomedicine (Health Informatics)
    2. Fundamentals of Clinical Research: Bridging Medicine, Statistics and Operations (Statistics for Biology and Health) Fundamentals of Clinical Research: Bridging Medicine, Statistics and Operations (Statistics for Biology and Health)
    3. Patient Flow: Reducing Delay in Healthcare Delivery (International Series in Operations Research & Management Science) Patient Flow: Reducing Delay in Healthcare Delivery (International Series in Operations Research & Management Science)

    ASIN: 0387955224

    Book Description

    This book reflects the enormous changes and advancements in the indexing and retrieval of online health information made possible by the Internet. The book summarizes technical state-of-the-art research results in health/medical information retrieval. Coupled with the growth of the World Wide Web, the topic of information retrieval has had a tremendous impact on consumer health information and genomics. When the First Edition was released in 1996, searching for health information on the Web was in its infancy. This book will chronicle the changes in the field that have occurred in the five years since that time. Just as the Internet is used by those all over the world, this book will reach across disciplines and address the needs of not only those who study, develop, evaluate, and purchase health information, but also computer and library/information scientists, information technology developers building databases, search engines, Web sites, and other systems for universities, companies, hospitals who enthusiastically read the First Edition. Heavily updated, the book provides an overview of the theory, practical applications, evaluation, and research directions of all aspects of medical information retrieval systems which will be presented in four sections covering basic principles, state of the art, research systems, and special topics. The table of contents includes terms, models, and resources; health information; system evaluation; content; indexing; retrieval; evaluation; statistical systems; linguistic systems; clinical narrative; multimedia; digital libraries; and the Internet. A well-developed course has been built around the First Edition at the Oregon Health Sciences University, where the author is a professor and and chief of the division of Medical Informatics and Outcomes Research, and the course is the basis for the newly added questions, discussions, and exercises that will follow each chapter. This book focuses on the indexing and retrieval of of online health information. It details technical state-of-the-art and research results in health/medical information retrieval. The increasing importance of health information retrieval makes the book an invaluable tool for those involved in this area, such as medical informaticians, computer scientists, library/information scientists, IT developers, and administrators from hospitals, companies, and universities who all enthusiastically read the First Edition. The book addresses the growth of the World Wide Web and its impact on consumer health information and genomics. When the First Edition was released 1996, the Web was in its infancy, but this is no longer the case. Thus, this edition will reflect the vast changes that have occurred in the field since 1996. Massively updated, this book is comprised of four sections covering basic principles, state of the art, research systems, and special topics. Drawing from his well-developed course at OHSU that was built around the First Edition, the author will add a question and discussion section. Covering theory, practical applications, evaluation, and research directions, the book's contents include terms, models, and resources; indexing; retrieval; statistical systems; lingusitic systems; clinical narrative; mulitmedia; digital libraries; and the Internet.
    Perl CD Bookshelf
    Average customer rating: 4.5 out of 5 stars
    • Perl Resource Made Easy
    • electronic copy book is handy at work but not handy to carry around
    • Disappointed to see MRE is PDF, not HTML
    • Better than paper
    • Extremely useful to have these do hand whereever
    Perl CD Bookshelf
    Inc., O'Reilly Media
    Manufacturer: O'Reilly Media, Inc.
    ProductGroup: Book
    Binding: Paperback

    PerlPerl | Programming | O'Reilly | By Publisher | Books
    GeneralGeneral | Programming | O'Reilly | By Publisher | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Web Programming CD Bookshelf Web Programming CD Bookshelf
    2. The Networking CD Bookshelf (Volume 2.0) The Networking CD Bookshelf (Volume 2.0)
    3. The Web Design CD Bookshelf CD-ROM The Web Design CD Bookshelf CD-ROM
    4. The Perl CD Bookshelf, Version 3.0 The Perl CD Bookshelf, Version 3.0
    5. Perl Best Practices Perl Best Practices

    ASIN: 0596006225

    Amazon.com

    This review only needs four words. O'Reilly's Perl compendium is, without a doubt, the ultimate Perl resource.

    Containing electronic editions of Perl in a Nutshell, Programming Perl (2nd Edition), Perl Cookbook, Advanced Perl Programming, Learning Perl, and Learning Perl on Win32 Systems, together with a hardbound edition of Perl in a Nutshell, this immaculate collection is a winner in terms of depth and value for the money. If you're looking for something to do with Perl, it will be here somewhere.

    Releasing books on CD-ROM is an intelligent move for O'Reilly, since it means that hints, tips, and syntax guidance can be easily found, code snippets pasted straight into working documents, and multiple electronic bookmarks set and referred to within a couple of clicks.

    Learning Perl's patient, leveled approach is perfect for the beginner, while the example-packed Perl Cookbook is an essential resource for intermediate users. True techies can cuddle up with Advanced Perl Programmingand the excellent Learning Perl on Win32 Systems. There's something for everyone here.

    Besides the complete and unabridged text, the package contains fully hyperlinked, cross-referenced indexes, which are fully searchable, and an overall index that covers all six volumes in one easy-to-use file.

    It's difficult to express just how good this package is. For this reviewer, nothing else on the market today can touch it. --Chris Russell, amazon.co.uk

    Book Description

    Version 4.0 of O'Reilly's The Perl CD Bookshelf gives programmers convenient online access to their favorite Perl books, all from their CD-ROM drive. We've updated this best-selling product with electronic versions of six popular books. Included are the second editions of Perl in a Nutshell, and Mastering Regular Expressions; the third editions of Learning Perl and Programming Perl; and two new titles: Learning Perl Objects, References, and Modules, and the long-awaited second edition of Perl Cookbook. A paperback version of Perl in a Nutshell rounds out this incredible package. It also includes valuable content straight from the O'Reilly Network. Formatted in HTML, The Perl CD Bookshelf, Version 4.0, can be accessed with any web browser. In addition to individual indexes for each book, there is a master index for the entire library. With this CD Bookshelf, programmers get a complete Perl library they can easily carry anywhere.

    Customer Reviews:

    5 out of 5 stars Perl Resource Made Easy.......2007-01-12

    You can't beat the search feature of this resource. Saves a lot of time!

    3 out of 5 stars electronic copy book is handy at work but not handy to carry around.......2007-01-11

    I wish I have a copy I can read on the road.

    3 out of 5 stars Disappointed to see MRE is PDF, not HTML.......2005-06-21


    I am a happy owner of Versions 1 and 3 of Perl CD Bookshelf. I finally decided to purchase a copy of Version 4 in order to have access to Perl Cookbook 2nd edition, Learning Perl Objects, and Mastering Regular Expressions, 2nd edition (I already owned the first edition of MRE in hardcopy book form).

    I was quite disappointed to find that MRE 2nd edition is in PDF format, not HTML. This is a departure from every other book on these three editions of the Perl CD Bookshelf, and makes it significantly less useful, in my opinion.

    One of the features I use extensively on the other CD's is the master index, with links to all books on the CD. The master index on Version 4 does not include any links to MRE 2nd edition. The search engine also does not include any capability to include MRE in its results.

    I did not see any mention of this change in the promotional material about Version 4, making this loss feel like somewhat of a bait and switch.

    Bill Starr
    Mon, 20 Jun 2005, 4:45pm EST

    5 out of 5 stars Better than paper.......2004-11-06

    A programming book in paper can be good, but an electronic version is much better. The ability to search, copy-and-paste makes this bookshelf the best perl reference you can have. All the pages are HTML, so you could put it in your intranet to share it with colleagues. Highly recommended.

    5 out of 5 stars Extremely useful to have these do hand whereever.......2004-07-16

    O'Reilly have collected some of my favorite books onto one CD. I now find myself using this more than the paper copies of the books!
    The search feature is excellent.

    The CD is also small enough that you can take it with you if you find yourself working at a different desk.
    Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI (2nd Edition) (Developer's Library)
    Average customer rating: 3.5 out of 5 stars
    • The Bridge Less Travelled..
    • An excellent book
    • The worst book
    • sample code is not complete
    • Samples
    Building Web Services with Java: Making Sense of XML, SOAP, WSDL, and UDDI (2nd Edition) (Developer's Library)
    Steve Graham , Doug Davis , Simeon Simeonov , Glen Daniels , Peter Brittenham , Yuichi Nakamura , Paul Fremantle , Dieter Koenig , and Claudia Zentner
    Manufacturer: Sams
    ProductGroup: Book
    Binding: Paperback

    GeneralGeneral | Java | Programming | Computers & Internet | Subjects | Books
    Software DevelopmentSoftware Development | Software Design, Testing & Engineering | Programming | Computers & Internet | Subjects | Books
    XMLXML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
    Web ServicesWeb Services | Web Development | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
    Computers & InternetComputers & Internet | Qualifying Textbooks - Fall 2007 | Stores | Books
    Similar Items:
    1. Developing Web Services with Apache Axis Developing Web Services with Apache Axis
    2. Understanding Web Services: XML, WSDL, SOAP, and UDDI (Independent Technology Guides) Understanding Web Services: XML, WSDL, SOAP, and UDDI (Independent Technology Guides)
    3. Perspectives on Web Services: Applying SOAP, WSDL and UDDI to Real-World Projects (Springer Professional Computing) Perspectives on Web Services: Applying SOAP, WSDL and UDDI to Real-World Projects (Springer Professional Computing)
    4. Real World Web Services Real World Web Services
    5. J2EE Web Services: XML SOAP WSDL UDDI WS-I JAX-RPC JAXR SAAJ JAXP J2EE Web Services: XML SOAP WSDL UDDI WS-I JAX-RPC JAXR SAAJ JAXP

    ASIN: 0672326418

    Book Description

    Sams has assembled a team of experts in web services to provide you with a detailed reference guide on XML, SOAP, USDL and UDDI. Building Web Services with Java is in its second edition and it includes the newest standards for managing security, transactions, reliability and interoperability in web service applications. Go beyond the explanations of standards and find out how and why these tools were designed as they are and focus on practical examples of each concept. Download your source code from the publisher's website and work with a running example of a full enterprise solution. Learn from the best in Building Web Services with Java.

    Download Description

    Building Web Services with SOAP, XML, and UDDI assumes proficiency with Java and with distributed computing tools. Throughout the book, examples will be presented using Java and the Apache SOAP platform, although a set of sidebars will address .NET development, which Microsoft developers will use to deploy Web services. The book uses progressive disclosure to present an increasingly complex project as it moves through its development cycle. The final section of the book presents linking the completed project with other systems built in J2EE and .NET.

    Customer Reviews:

    4 out of 5 stars The Bridge Less Travelled.........2007-08-23

    The problem with Learning Web Services is just one - there is too much happening..the technology has grappled everyone's attention and a lot of Organizations are on it..
    A beginner to web services just doesn't know where to look..strong foundations give 'empire estates', this book does just that
    The primer on XML was one of the best i ever read anywhere and i am a big fan of Dr.Google, the clarity of the authors on WSDL Element model is very informative. All in all - if you need a book to trace Web Service concepts and build your foundations - i would strongly refer this book.

    If you are looking for a quick reference/book to get started in implementation you should look elsewhere..Sam's 'Teach Yourself Web Services in 24 Hours' is a good choice..but then i believe that this book is definitely worth a reference because it goes a distance conceptually.
    Kudos to the authors

    5 out of 5 stars An excellent book.......2007-07-30

    This book has helped me immensely in implementing some really intense production quality data interchange across systems using web services.

    This book will quickly help you understand the entire XML stack of technologies that you will need for Web Services.

    The authors have uniquely enabled the readers to develop an understanding of the underlying technologies that make up the web services. Certainly expect to put in some effort in understanding the content.

    1 out of 5 stars The worst book.......2005-09-07

    The writers either do not understand the topics, or they want to confuse the readers intentionally. You will find their writing style extremly annoying. They use the Skatestown(??) example to mislead the readers whenever they need to explain something. I dont know how such a bad written book can make it out to the book stores. If you buy this book, it will be the biggest waste of money.

    3 out of 5 stars sample code is not complete.......2005-03-05

    I am still wondering why the authors don't provide all the code, since the book describes an application and that should have been tested and the code is there. Just a few wsdl files don't help very much.

    2 out of 5 stars Samples.......2005-01-23

    There is an important thing missing in this book: complete samples. It is hard sometimes to understand what they are explaning since you just see a fragment of a WSDD, but not the classes or vice-versa. Since the book is already too long, the authors should have samples in the Internet. They even don't need to explain too much about these complete samples. Leave the developers to comment and validate them in Internet forums. In my view, samples will transform what now is just a so-so book in an excellent one.
    Professional Web 2.0 Programming (Wrox Professional Guides)
    Average customer rating: 3 out of 5 stars
    • Not recommended
    • Combining Multiple Technologies Under a New Name
    Professional Web 2.0 Programming (Wrox Professional Guides)
    Eric van der Vlist , Danny Ayers , Erik Bruchez , Joe Fawcett , and Alessandro Vernet
    Manufacturer: Wrox
    ProductGroup: Book
    Binding: Paperback

    Website Architecture & UsabilityWebsite Architecture & Usability | Web Development | Computers & Internet | Subjects | Books
    Web 2.0Web 2.0 | Web Development | Computers & Internet | Subjects | Books
    InternetInternet | Home Computing | Computers & Internet | Subjects | Books | Internet & Education | Online Searching | Web Browsers | Web for Kids
    GeneralGeneral | Programming | Computers & Internet | Subjects | Books
    XHTMLXHTML | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
    GeneralGeneral | Computers & Internet | Subjects | Books
    GeneralGeneral | Software | Computers & Internet | Subjects | Books
    All Amazon UpgradeAll Amazon Upgrade | Amazon Upgrade | Stores | Books
    Computers & InternetComputers & Internet | Amazon Upgrade | Stores | Books
    Similar Items:
    1. Professional Ajax, 2nd Edition (Programmer to Programmer) Professional Ajax, 2nd Edition (Programmer to Programmer)
    2. Amazon.com Mashups Amazon.com Mashups
    3. Pro JavaScript Techniques (Pro) Pro JavaScript Techniques (Pro)
    4. Ajax Design Patterns Ajax Design Patterns
    5. Professional JavaScript for Web Developers (Wrox Professional Guides) Professional JavaScript for Web Developers (Wrox Professional Guides)

    ASIN: 0470087889

    Book Description

    Web 2.0 architecture opens up an incredible number of options for flexible web design, creative reuse, and easier updates. Along with covering the key languages and techniques of Web 2.0, this unique book introduces you to all of the technologies that make up Web 2.0 at a professional level. Throughout the chapters, you'll find code for several example applications built with popular frameworks that you'll be able to utilize.

    You'll first explore the technologies that are used to create Web 2.0 applications. This includes an in-depth look at XHTML, Cascading Style Sheets (CSS), JavaScript, and Ajax. Next, you'll gain a better understanding of the protocols and formats that enable the exchange of information between web clients and servers. Ultimately, you'll discover exactly what you need to know about server-side programming in order to implement new ideas and develop your own robust applications.

    What you will learn from this book

    Who this book is for

    This book is for professional developers who have a basic understanding of HTML, CSS, JavaScript, and XML.

    Wrox Professional guides are planned and written by working programmers to meet the real-world needs of programmers, developers, and IT professionals. Focused and relevant, they address the issues technology professionals face every day. They provide examples, practical solutions, and expert education in new technologies, all designed to help programmers do a better job.

    This book is also available as part of the 4-book JavaScript and Ajax Wrox Box (ISBN: 0470227818). This 4-book set includes:

    Customer Reviews:

    1 out of 5 stars Not recommended.......2007-10-19


    Here we go again, another book from Wrox press written by multiple authors from multiple disciplines. Professional Web 2.0 Programming is another deception for me in that it only provides high level details about web 2.0 and the book contains several chapters of subjects already mentioned over and over again in other books already. Let's start with Chapter 2. Here we have an overview of HTML, CSS, XHTML and DOM. I mean, why is this mentioned here? Is this a WEB 2.0 book or Web 1.0 book? Chapter 3 is about JavaScript and Ajax. What a waste, I already have a JavaScript book no need for half a chapter on JavaScript undefined objects. The other half is about high level design philosophies about Ajax. If this is what is referred to as a professional book on programming I'm really disappointed. Chapter 5 is a rehash of XSL with a mix of SVG. Chapter 6 is a waste of time about rich client applications providing little value to the reader. Chapter 7 is a rehash of the HTTP protocol URI. Chapter 8 is a rehash of XML. Chapter 9 talks about Syndication. Ha! Finally 15 pages worth of WEB 2.0 information via a high level definition of the RSS format. Chapter 11 is about web services, a rehash of other books on the subject.

    5 out of 5 stars Combining Multiple Technologies Under a New Name.......2007-01-15

    If you really want to get a good discussion going among web types just ask the question, 'What's Web 2.0.?'

    The authors of this book have decided that Web 2.0 is a series of loosely integrated technologies that when used together are able to create a greatly enhanced web experience. These include:

    HTML moving to XHTML
    Cascading Style Sheets
    JavaScript moving to Asynchronous JavaScript and XML (AJAX)
    Syndication and RSS Feeds
    Web Services (REST and SOAP)
    Uniform Record Identifiers (URI)
    Serving Multimedia
    and of course Security.

    This book identifies, describes, and ties all these technologies together. It presume that the reader is a professional developer who have at least a basic understanding of HTML, CSS, JavaScript, and XML. It is written by professional programmers with an intended audience of professionals. The one complaint that I would mention is that the coverage of Ruby on Rails is so minimal. This seems to be a growing technology, and at least come comments pro or con would have been appreciated.
    Dictionary of Information Science and Technology
    Average customer rating: Not rated
      Dictionary of Information Science and Technology

      Manufacturer: IGI Global
      ProductGroup: Book
      Binding: Hardcover

      Computer DictionariesComputer Dictionaries | Introductory & Beginning | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Computers & Internet | Subjects | Books
      GeneralGeneral | Computer Science | Computers & Internet | Subjects | Books
      GeneralGeneral | Dictionaries & Thesauruses | Reference | Subjects | Books
      ScienceScience | Dictionaries & Thesauruses | Reference | Subjects | Books
      GeneralGeneral | Reference | Subjects | Books
      Dictionaries & TerminologyDictionaries & Terminology | Reference | Medicine | Subjects | Books
      Dictionaries & TerminologyDictionaries & Terminology | Medical | Reference | Science | Subjects | Books
      Dictionaries & TerminologyDictionaries & Terminology | Reference | Medicine | Medical | Professional & Technical | Subjects | Books
      GeneralGeneral | Library & Information Science | Social Sciences | Nonfiction | Subjects | Books
      All TitlesAll Titles | Qualifying Textbooks - Fall 2007 | Stores | Books
      ASIN: 1599043858
      Release Date: 2006-12-06

      Product Description

      The Dictionary of Information Science and Technology is the premier, comprehensive reference source compiled of the latest terms and definitions related to all aspects of the information science and technology field. This complete and timely collection of approximately 10,000 terms and acronyms provides researchers, practitioners, educators, and students with the most accurate and up-to-date knowledge of keywords in the ever-expanding world of information science and technology. Terms and definitions included in this important reference publication were contributed by over 2,500 noted researchers from over 40 countries. There is no single definition in existence for each element of the vocabulary, so individual researchers have formed distinctive descriptions of the terminology, providing a much more meaningful and broader understanding of each term. The Dictionary of Information Science and Technology is a valuable, essential reference publication for libraries and individuals worldwide.
      JavaServer Pages, 3rd Edition
      Average customer rating: 3.5 out of 5 stars
      • Beautifully written
      • Perfect book for a structured reader.
      • Good, but not great, user guide for JSP
      • Horribly disorganized
      • I wish I'd bought a different book
      JavaServer Pages, 3rd Edition
      Hans Bergsten
      Manufacturer: O'Reilly Media, Inc.
      ProductGroup: Book
      Binding: Paperback

      GeneralGeneral | Java | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Languages & Tools | Programming | Computers & Internet | Subjects | Books
      GeneralGeneral | Programming | Web Development | Computers & Internet | Subjects | Books
      GeneralGeneral | Computers & Internet | Subjects | Books
      GeneralGeneral | Software | Computers & Internet | Subjects | Books
      Web ProgrammingWeb Programming | Programming | O'Reilly | By Publisher | Books
      GeneralGeneral | Programming | O'Reilly | By Publisher | Books
      Web Authoring & DesignWeb Authoring & Design | Web Development | O'Reilly | By Publisher | Books
      Similar Items:
      1. Java Servlet & JSP Cookbook Java Servlet & JSP Cookbook
      2. Java Servlet Programming, 2nd Edition Java Servlet Programming, 2nd Edition
      3. Tomcat: The Definitive Guide Tomcat: The Definitive Guide
      4. Programming Jakarta Struts, 2nd Edition Programming Jakarta Struts, 2nd Edition
      5. JavaScript: The Definitive Guide JavaScript: The Definitive Guide

      ASIN: 0596005636

      Book Description

      JavaServer Pages (JSP) has built a huge following since the release of JSP 1.0 in 1999, providing Enterprise Java developers with a flexible tool for the development of dynamic web sites and web applications. While new point releases over the years, along with the introduction of the JSP Standard Tag Library (JSTL), have incrementally improved the rough areas of the first version of the JSP specification, JSP 2.0 takes this technology to new heights. JavaServer Pages, Third Edition, is completely revised and updated to cover the JSP 2.0 and JSTL 1.1 specifications. It includes detailed coverage of the Expression Language (EL) incorporated into JSP 2.0, the JSTL 1.1 tag libraries and the new function library, the new tag file format that enables custom tag library development without Java code, the simplified Java tag library API, improvements in the JSP XML syntax, and more. Further, it details setup of the Apache Tomcat server, JSP and JSTL syntax and features, error handling and debugging, authentication and personalization, database access, XML processing, and internationalization. This book recognizes the different needs of the two groups of professionals who want to learn JSP: page authors interested in using JSP elements in web pages, and programmers concerned with learning the JSP API and using JSP effectively as a part of an enterprise application. If you're in the first group, you'll learn from the practical web application examples in the second part of the book. If you're in the latter group, you'll appreciate the detailed coverage of advanced topics in the third part, such as how to integrate servlets and JavaBeans components with JSP using the popular Apache Struts MVC framework, and how to develop custom tag libraries using the JSP API, with realistic examples that you can use as a springboard for your own libraries. "Hans Bergsten, a JSP expert group veteran and one of our most active contributors, has thoroughly and accurately captured the new features of JSP 2.0 and JSTL 1.1 in a way that is well-organized and easy to understand. With excellent, to-the-point examples, this book is a 'must have' for any serious JSP 2.0 developer." --Mark Roth, JSP 2.0 Specification Lead, Sun Microsystems, Inc. Hans Bergsten is the founder of Gefion Software, a company focused on Java services and products based on J2EE technologies. Hans has been an active participant in the working groups for both the servlet and JSP specifications since their inception and contributes to other related JCP specifications, such as JSP Standard Tag Library (JSTL) and JavaServer Faces (JSF), and, as one of the initial members of the Apache Jakarta Project Management Committee, helped develop the Apache Tomcat reference implementation for the servlet and JSP specifications.

      Customer Reviews:

      5 out of 5 stars Beautifully written.......2006-04-14

      This is an extremely well written and informative book. I have
      lots of experience with servlets, so I don't know how the book
      will appeal to page designers, but I had no problem reading and
      enjoying the chapters oriented more toward them. I used to look
      at JSP and see the same kind of maintenance nightmare that comes
      with something like PHP when your project gets large. I have
      been using WebMacro/Velocity but am now a convert to JSP since
      it has matured. I love the author's philosophy of no scriptlets
      in your JSPs. I own many programing books, but I believe this
      is the best written I've seen.

      5 out of 5 stars Perfect book for a structured reader........2006-03-08

      If you are looking for a quick cookbook this should not be your choice. If you want to learn JSP in depth, buy it right now. Hans guides you from the basics to comprehensive details of JSP technology in a very structured way.

      In any case, (from my point of view) JSP is not the whole jigsaw for building web applications, it's just a piece of it. So don't expect to be able to build real web applications if you just have read this book. At least, consider reading also Java, Struts/MVC and SQL.

      3 out of 5 stars Good, but not great, user guide for JSP.......2005-12-27

      Perhaps this is as good a user guide as is possible for JSP, which is a good, but not great techology.

      JSP integrates between web markup user interfaces (usually HTML) and back-end java technology (usually servlets), and best practices have most of the interesting work done in these technologies, not in JSP. JSP's flaws come from too many spurious features that lead the unsuspecting user far away from best practices.

      JSP's strengths as a template technology for web view markup come in its 2.0 version with its addition of programmatic logic to markup (JSTL for logical branches and loops, and tags for subroutines) which allow for development of markup without repeated code. This is a great benefit of JSP, and this book does a fairly good job of explaining it for JSTL/logic, but talks around it with confusing examples for tags/subroutines. To this book's credit, it is the only decent reference I have found for JSP 2.0 tag library development.

      Best practices with JSP as an integration technology involve what is called "Model 2 MVC" where the JSP page is strictly used only as a template for markup (the "view" which is the "V" from "MVC"), a JavaBean is used for the M-"model" and a single servlet is used for the C-"controller". This concept is mentioned in this book, but its up to you to figure out how to implement it, and the book is full of examples that show off unrealistic uses of JSP's spurious features and are anything but best practices. At some point in using JSP's and servlets, you are going to have to go head-to-head (actually, head-to-confusing-XML) with a real deployment descriptor, and this book will give you little help as to why it doesn't work.

      Until someone writes a truly useful reference for JSP and servlets, you will have to follow the time-honored tradition of finding an example that works and cut-and-pasting it into your web application. Poring over this book will help some, as will poring over Craig McClanahan's online doc that comes with Tomcat. The best book I've found so far for explaining best practice design with JSP is Rod Johnson's "expert one-on-one J2EE Design and Development" (read the chapters on web-tier MVC design and views in the web tier) though it's description of JSP is somewhat dated, and it won't help you out with implementation details.

      2 out of 5 stars Horribly disorganized.......2005-07-21

      O'Reilly falls down on its usual excellent editorial job and delivers an undisciplined unstructured mess that is useless as a reference. The JSTL examples are so incomplete as to be virtually worthless. As an experienced developer, I spent my 45 bucks expecting a useful reference and practical guide, instead getting a beginner's tour and some appendices of jstl syntax spec.

      2 out of 5 stars I wish I'd bought a different book.......2005-04-19

      There is some really good information in this book. The problem is, you have to wade through a mess to find it. The author is constantly referencing chapters later in the book, suggesting that the reader look ahead for information on the subject currently being talked about. Much of the information in later chapters should have been included earlier on. Besides the annoyance of having to read ahead to keep up with the current subject, the author goes back on himself constantly. Examples are shown as a functional way to do things, and then later on, I found myself being told not to follow the methods explained previously because they arent an efficient way to work. On top of this, the language of the book seems overcomplicated. Simple concepts are explained in a long drawn out fashion left me wondering where I had lost my way.

      I am picking things up that I wouldn't have figured out without the book, but I'm quite convinced that another book would have had me writing applications already.

      Books:

      1. Public Administration: Understanding Management, Politics, and Law in the Public Sector
      2. Public Administration: Understanding Management, Politics, and Law in the Public Sector
      3. Queen Elizabeth's Wardrobe Unlock'd: The inventories of the Wardrobe of Robes prepared in July 1600, edited from Stowe MS 557 in the British Library, MS LR 2/121 in the Public Record Office, London, and MS V.b.72 in the Folger Shakespeare Library, Washington DC
      4. Setting Up Your Medical Billing Business: Step-by-Step Procedures for Starting and Managing a Computer-Based Electronic Medical Billing Business
      5. Statistics for Lawyers
      6. Talk Your Way Out of Credit Card Debt!: Phone Calls to Banks That Saved More Than $43,000 in Interest Charges and Fees
      7. The Accelerated Learning Handbook: A Creative Guide to Designing and Delivering Faster, More Effective Training Programs
      8. The Art of Project Management (Theory in Practice (O'Reilly))
      9. The Black Belt Memory Jogger: A Pocket Guide for Six Sigma Success
      10. The Carrot Principle: How the Best Managers Use Recognition to Engage Their Employees, Retain Talent, and Drive Performance

      Books Index

      Books Home

      Recommended Books

      1. Federal Resume Guidebook: Write a Winning Federal Resume to Get in, Get Promoted, and Survive in a G
      2. Travels With Cole Porter
      3. Global Positioning for Financial Services
      4. Shock Value: A Tasteful Book About Bad Taste
      5. Profit for Life: How Capitalism Excels
      6. The Verbally Abusive Relationship: How to Recognize it and How to Respond
      7. The Native American Book of Change
      8. Country Studies in International Accounting: Americas and the Far East
      9. Nonparametric Econometrics: Theory and Practice
      10. Nervous System Regeneration In The Invertebrates