Internet Access Books
Related Subjects: Cable Modem Services DSL Services Free ISPs Satellite Services Wireless Internet Access Digital Photography
More Pages: 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

Used price: $0.35

excellent of showing understanding for E-commerce studentReview Date: 2000-03-05
Excellent General Security Information for Managers!Review Date: 1999-12-25
Awesome bookReview Date: 1998-10-08

Used price: $2.44

5 stars goes to the authors of the ldap protocolsReview Date: 2000-07-01
Presenting evolving standards in book form...Review Date: 2001-01-30
Overall, I think this is a great reference to have if you are an LDAP architect, developer or implementor, although not for the average person who is just looking at getting some knowledge of LDAP on the surface... Exactly what was needed!

Used price: $1.00

An Instant Classic!Review Date: 2001-01-28
HelpfulReview Date: 2001-05-07

Used price: $2.10

Good info -- about due for an update.Review Date: 1999-05-24
I'm in the planning stages of a large commercial website that will be mostly data-driven so I'm "consuming" as many [good] books related to this subject as I can.
I've found this book to be helpful. It contains many good tips, and a good overview of the different technologies that might be used to build a data-driven website -- along with the hows, whys, advantages, and disadvantages of each technology.
It's perfect for someone trying to design a data-driven site, or add (or improve) database capabilities to an existing site. This book probably isn't the ONLY book you'll need to put together a full-blown data-driven site -- but it'll get you headed down the right path, and you'll come out of the book with a good idea of what other (more specific) books you need (and don't need).
The one negative for me with this book is the number of typographical and grammatical errors that exist throughout the book. This type of thing is quite distracting to me -- and I have to say the number of errors of this nature far exceed that of any other technical book I've bought from a bookstore.
Fortunately, the technical content seems pretty sound.
The best advice I can give the author for "next time" is to find a good editor (if you had an editor last time, get a different one). Having been an author myself, I know the value of a top-notch post-draft review process.
rffghReview Date: 1999-04-25

Used price: $2.48

worth a read? yes. worth your money? definitely not.Review Date: 2003-09-14
Great Book!Review Date: 2000-04-22

Used price: $20.00

How to Cheat at Configuring ISA Server 2004Review Date: 2007-01-09
Advisable for purchase
A "just the facts" version of the bigger book.Review Date: 2006-04-15


Cisco Centric, but a Very Good OverviewReview Date: 2006-03-10
Unfortunately that leaves the security of your system up to you. And to help you, all kinds of products have emerged to protect your system from undesired penetration from the bad guys, be they from across the globe, or down the hall.
This book gives an overview of the whole problem from a very good description of the threats, to the general rules that any IPS system has to have. As it was written by a couple of Cisco folk, this book tends to follow Cisco concepts in software, hardware, and usage. This isn't all bad because Cisco has a good set of products in this area, arguably the most complete and best integrated together set of tools available. And if you're not using Cisco, this book will still be of use as you'll know what to look for in comparing your equipment with that from Cisco.
Those are certainly fundamentalsReview Date: 2006-02-02
The last one third of the book includes the Cisco specifics, e.g. Cisco Security Agent, Policy Feature Card, etc that you expect to see in a Ciscopress book. I enjoyed this part of the book immensely. If you are a manager of a Cisco shop and want to know that you have implemented defense in depth well, this is a great discussion. If you are considering the Cisco product line, this will be truly helpful for you, the authors don't sell, but they lay out how to implement a number of the Cisco security tools in a clear, concise, complete and accurate manner.

Used price: $0.33

The Access VBA book that is hard to swallowReview Date: 2002-03-16
Leaves much to be desiredReview Date: 2001-06-15
A good programming course in VBAReview Date: 2001-03-20
The book takes a very practical approach of walking the reader through the various elements of how a VBA application is structured and developed. The chapters are: Designing Applications, Events, Creating Code, Flow Control, Objects, Recordsets, External Data, Reports, Advanced Techniques, Error Handling, Class Modules, Optimization, Libraries, OLE, Internet interfaces and miscellaneous notes. Using a consistent sample application, the reader is walked through each step in the construction of a VBA application.
I find that the use of single demo, which builds upon itself, to be much more effective that snippets of code and incomplete/unrelated examples. With little effort, many of the techniques in the sample code may be modified to fit your own needs.
Overall, the book is a good text as well as reference for sample code. It is not organized as a reference text (use the online help instead). As a systems integration professional, I have purchased this book for more than one of my junior programmers in order to get them started.
Leaves much to be desiredReview Date: 2001-06-15
Just BeginningReview Date: 2000-12-06

Used price: $35.87

Look elsewhere, there are better options...Review Date: 2008-08-23
There is a lot of useful information in this book. This book covers a very interesting and complex topic (using Object/Relational Mapping in your persistence tier) but the book needs a lot of help. It is one of the most confusing Java books I've read and would only recommend you use it if your employer pays for it (i.e. don't buy it yourself!) Hopefully, ORM books like these will become obsolete when OODBMS takes a firm grip one day in corporate enterprise environments. But until then, we're stuck with solutions like JPA and Hibernate.
If you're writing a JSF/EJB3 application, you'll most likely use JPA 90% of the time and Hibernate for the remaining 10% that is not supported by the JPA spec (e.g. Criteria API, soon to be supported in JPA 2.0) Remember that if you ever need to port your application to another persistence provider and/or runtime environment, using the standard JPA interfaces only is an advantage over using JPA and Hibernate or TopLink API in your code.
So if you're working on a Seam application, for example, which uses JSF and EJB3, then you'll be more interested in learning about and using JPA. If you're working on a Spring/Hibernate application, then you'll be more interested in the Hibernate-specific information in this book.
Unfortunately, it's difficult to filter out the information you're interested in because the JPA and Hibernate examples are typically juxtaposed and this is extremely confusing, especially when you first begin to read this book. Often times, the authors go back and forth between Hibernate and Java Persistence in the same section, making it difficult to follow (see examples below).
For the following reasons, I am giving this book a poor review mark:
incoherent presentation of topics and explanations (e.g. section 8.2.2: integrating stored procs does not state if it's using JPA- or Hibernate-specific API or configuration in the beginning of the section and whether or not JPA even supports stored proc integration)
another example of confusion: in section 2.2.1: Using Hibernate Annotations, the authors state "let's first use Hibernate Annotations to replace the Hibernate XML mapping files." Then in the code list 2.10 we see the following import statement: "import javax.persistence.*". Are these the same as Hibernate Annotations? Perhaps similar, but if you download Hibernate Annotations 3.4.0.GA, you'll see that the @Table and @Entity interfaces are both in the org.hibernate.annotations package, not javax.persistence package. Very confusing to the reader.
sections 2.1 and 2.2 cover starting a Hibernate project and Java Persistence project, respectively. The coverage keeps switching back and forth from Hibernate and Java Persistence and it's very diffcult to read and follow.
Generally speaking, the book is too long and too heavy. It should have been released in two volumes.
Although well-written and consise, the Seam chapter is unnecessary and makes the book even longer.
cursory coverage of Hibernate 2nd level cache and whether or not the cache is available in JPA (added Cache interface in JPA 2.0)
CaveatEmptor Seam application is not available book website
Better alternatives:
Pro EJB 3: Java Persistence API by Mike Keith (uses Toplink Essentials RI persistence provider examples instead of Hibernate)
Enterprise JavaBeans 3.0 by Bill Burke (covers JPA)
POJOs in Action by Chris Richardson (covers JPA and Hibernate)
Hibernate in Action by Bauer and King
JSR-000220 Enterprise JavaBeans 3.0 Final Release (persistence)
Hibernate Forums online
Hibernate Reference Documentation online
JBoss Developer Support subscription
On a bright note, the index in this book is decent and helpful for reference purposes.
Best ResourceReview Date: 2008-05-07
Stick with Hibernate in ActionReview Date: 2008-08-26
Java Persistence with Hibernate is disappointing. The first half adds very little to what is available in Hibernate in Action and the second part is half-baked. The authors should have waited for the specs to gel and written a book purely on implementing JPA with Hibernate. They should have left out the first part of the book and pointed people to Hibernate in Action.
Bigger books are not necessarily better books.
A boring bookReview Date: 2008-08-06
A Massive Book for a Magnificent FrameworkReview Date: 2008-05-10
This is the most complete book on Hibernate on the market. It covers everything, and I mean everything. From mapping to annotations, to whatever, it's in here.
The book is written by the makers of Hibernate, and you can find an answer to pretty much every question you'll ever have explained in extreme detail, and in a very, very technical way.
The book uses the Caveat Emptor application as a reference. You keep going back to that example, which you can download from the hibernate site. It is a very complete and intricately developed application that is a reference for how to develop enterprise ready applications that could be deployed to pretty much any mission critical environment.
This book is amazing. Some reviewers have tried to use this as a Dummies book or How To book and have been frustrated, and have given this book poor reviews. That's not fair. Imagine trying to learn to swing a baseball (or cricket) bat by taking pitches from a major league pitcher. You wouldn't learn a thing, as every pitch zoomed by you at 100mph. This book is like the big league pitcher, helping you develop and design applications that are ready for the big leagues. When you understand that, you can understand why people who are new to the technology, and looking for very simple and straight forward examples, can get frustrated with this book and give it 1 or 2 stars. Really, those reviews are not fair.
If you are new to hibernate, you should start of with something a like Hibernate Made Easy: Simplified Data Persistence with Hibernate and JPA (Java Persistence API) Annotations. If you are using mapping files, then Hibernate: A Developer's Notebook is the other book you should get.
Overall, this is a five star book written by the people that know Hibernate the most. We're very luck to have a book like this to help guide us through the really, really, really tough stuff.

Used price: $1.99

Good content, cool writing styleReview Date: 2002-09-04
The books covers basic security, continues on to choosing the "right OS" (providing an enlightening discussion on Linux vs OpenBSD) and getting the right hardware for the job, and then dives right into building stuff, complete with commands and "cut-and-paste" firewalls rules.
The last part introduces the reader to the basics of intrusion detection and system monitoring, both valuable parts of any firewall setup.
One of the great features of the book is the author's humorous style. I rolled on the floor laughing about "naked penguins" and "hairy sysadmins".
Overall, get the book if you are planning to build the open source firewall solution or even if you believe that security books can be fun to read.
Anton Chuvakin, Ph.D., GCIA ... is a Senior Security Analyst with a major information security company.
Excellent Primer!Review Date: 2002-05-07
This was the first tech book that I have ever read cover to cover. It was that interesting. The authors had a very conversational style that keeps you hooked and entertained.
I HIGHLY recommend it.
Good intro book on firewalls and even networking in general.Review Date: 2002-02-02
Tell people that you've personally built your own firewall using OpenBSD and you'll be guaranteed an approving nod from even the cockiest alpha geek!
Falling BehindReview Date: 2001-10-03
Two things are particularly out of date. First, it seems that more effective OpenBSD firewalls are configured as "bridges." This configuration is not mentioned in the book. Second, the book discusses a version of OpenBSD that is several generations old, one that was apparently arranged differently on the distribution CD. Moreover, the key piece of OpenBSD for constructing a firewall, according to instructions in the book, ipf, is apparently going to be removed from future distributions because of licensing problems. (I believe it has already been removed from the lastest OpenBSD distributions on the OpenBSD website but may remain on the 2.9 distribution CD.) Figuring out how to install and configure the latest version of ipfilter will send you on one of those time-consuming webquests. There's no help in the book,
If the website were functional and updated the book, the book's other content (primarily background but useful background), might make this book worthwhile. As things stand now, it is better avoided. (Try a Yahoo! search instead.)
An Eddy In The Technological RiverReview Date: 2001-11-16
Related Subjects: Cable Modem Services DSL Services Free ISPs Satellite Services Wireless Internet Access Digital Photography
More Pages: 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