Variants Books
Related Subjects:
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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250

Used price: $3.99

Very good bookReview Date: 2003-11-18
a good reference book.Review Date: 2007-01-17
Good reference bookReview Date: 2003-12-08
Again, this book isn't designed to be a how-to, and O'Reilly doesn't claim it as such. It's designed as a desktop reference, which is really where this book shines. Java web service developers will find this a valuable addition to their library.
Good book if you've already been introduced to web services.Review Date: 2004-01-08
Like all Nutshell books, this is not an entry-level tutorial on the subject. It assumes preexisting knowledge so that less time is spent on the basics and more space can be devoted to the more complex intricacies of the technology. If the chaptersin the table of contents do not sound familiar, you're most likely not ready for this book. And yes, I would also include myself in that group...
The first 2/3's of the book cover the different web services packages, both conceptually and in practice with examples. You should be able to use the examples to jumpstart your own development efforts. The last 1/3 of the book is the traditional documentation of the package API information. As with most Nutshell books, this will be the area that quickly becomes worn and dog-earred.
Conclusion
If you are past the "What are web services?" stage, this book will be of value to you. If you are still trying to figure out what all the hype is about, I would recommend a more entry-level book like Java Web Services by O'Reilly.
Good for a "nutshell" book but incomplete.Review Date: 2003-10-26
features. But this book is very specific to the Sun JWSDK
implementation. There is nothing on Apache AXIS or differences
between implementations. The biggest deficiency for me was that
there is nothing at all on DIME and it only dicusses the
non-standard Sun JWSDK SOAP with MIME attachments API without
mentioning any alternatives.

Used price: $0.82

Technology and bad writing have consigned this book to the trash heapReview Date: 2007-06-11
Great reference bookReview Date: 2003-01-17
The step-by-step RMI instructions helped me a lot with my assignments, and I learned a lot of stuff from this book.
I would not recommend this book to a programming beginner, though. It assumes that you know at least some basics of a high level language.
Good book, best I have seen, here's my criticismReview Date: 2000-08-31
1) Never came out and said exactly what a Java Bean is- a component that can be manipulated in a visual builder. The Beans spec addresses the mechanism by which a Bean exposes its features to the Builder. The book covers additional material, which *should* be covered, but never makes clear what makes a Bean a Bean.
2) Stuffed (padded?) with examples.
3) Section on Introspection was not as clear as it could have been. I downloaded the Beans spec from the Sun site, and that helped fill in the gaps.
Overall, I would definitely recommend this book.
good bookReview Date: 2000-01-11
Great and good explanationReview Date: 1999-09-10

Used price: $19.87

JMX is a dead endReview Date: 2006-06-20
Try instead looking up books on SOA. While that is not guaranteed to be more successful, it currently attracts much attention.
Good on tech, not much expository informationReview Date: 2004-04-27
That being said, I understand that most readers are looking for the technical side of the argument and the book has that in spades. Particularly nice chapters are chapter one, which does provide a little context for the use of JMX, and provides a very nice, though brief, overview of the JMX architecture. Chapter six, on agent notification is also excellent.
Frankly, I would love to see a second version of this book with more emphasis on use cases. For example, chapter 7, on dynamic MBean creation, would do well to cover why you would want to use Model MBeans, and not just assume the reader understands the solution out of context with the need.
If you are on a project using JMX or an architect who is already looking at JMX, this book is worth the look. If you are looking for a gentle introduction to the topic, keep looking.
Great Book!Review Date: 2002-11-21
Also, it is stated in a previous review that you need to have the JDMK in order to compile the code . This is not necessary for you to be successful with this book! One does not need the JDMK; the free 'remoting.jar' can be downloaded from the JMX website at java.sun.com. This jar file contains the RMI adapter and is only needed for a small part of the book.
This book is definitely the best source of JMX material that I have encountered.
Excellent Book on JMXReview Date: 2003-06-04
the process of knowing and using Sun's Reference Implementation.
It covers both the HTML Adaptor and RMI Connector approaches
thoroughly. Code examples provided in the book are well
explained. A must have for any one seriously considering a
foothold in JMX. I have enjoyed reading the book and putting it
to practice in my job. If there is
a future version, I would like to see coverage on JBoss's JMX.
Many thanks to the authors.
Excellent Book!Review Date: 2002-11-21
Also, it is stated in a previous review that you need to have the JDMK in order to compile the code . This is not necessary for you to be successful with this book! One does not need the JDMK; the free 'remoting.jar' can be downloaded from the JMX website at java.sun.com. This jar file contains the RMI adapter and is only needed for a small part of the book.
This book is definitely the best source of JMX material that I have encountered.

Used price: $0.01

Not a good book to recommendReview Date: 2002-08-06
Excellent bookReview Date: 2001-09-07
Excellent coverage of topic with good level of detailReview Date: 2001-10-25
I haven't bought a Que book before, but I'll look at them a little closer now.
Reference for the serious J2EE developerReview Date: 2001-11-14
Not Bad Value !Review Date: 2002-01-29
Overall Comment - definately worth buying, but my advice is to allocate some "quiet" time to read and digest all the material - Not really for the beginner.

Used price: $2.29

Good book if your focus is XML Web ServicesReview Date: 2005-09-24
good book for startersReview Date: 2005-01-12
Excellent BookReview Date: 2002-11-15
I could have probably stumbled through the stuff without going through this book but it would have taken me much longer and I wouldn't have learned as much.
If you want to get up and running quick with this WorkShop tool buy this book and you will be rocking in a short time.
Good Starting PointReview Date: 2003-10-10
I would recommend this book to someone that wanted to get started quickly with Workshop. But one problem is by the time I got this book and created Web Services with 7.0 then Weblogic 8.1 hit the market.
Also, the BEA documentation is very good and I could have probably gotten by using their resources. However, the amount of documentation and detail is overwhelming. I found this book helpful as well as an excellent starting point for WebServices and Workshop.
Worth the MoneyReview Date: 2003-01-10
The early chapters go easy and introduce the development environment. This is extremely well written.
And the examples in the early chapters work! You can easily create the web services yourself.
The later chapters loose focus on examples and more just explain how to do the task using workshop. And then the final chapter, "An Online Ordering System", seems to be written by an alein; the one web services does not work and will not work the way it is declared, one of the jave files is missing completely from the text but is provided on the CD. This is the reason for only four stars.
And then when you go to SAMSPUBLISHING web site, they have lost the book completely.

Used price: $80.00

Great book with horrible examples Review Date: 2008-07-16
So overall, I would suggest buying Adam Drozdek's algorithm book.
A treasure!Review Date: 2006-02-24
More Practical for Programmers Than Cormen'sReview Date: 2007-09-08
Very good examples and using Java is very smart because most OO programmers can easily understand the language (C# is practically identical).
For those who struggle with the Cormen book, (Like I did) it would do you well to get this book. You will refer to it time and time again in your career as a software developer while the Cormen book collects dust on the shelf.
Excellent bookReview Date: 2005-11-10
Cons: Java code is a bit "C-ish" and makes it clear that it is easy to write C program in Java. In addition, section Geometric Algorithms from 1990 edition and other material following this section is missing in newer editions. Maybe this material will be included in Volume 3, that as rumor says, is in preparation.
extremelly hard to follow bookReview Date: 2007-11-07
The author has the bad habit of start explaining a thing a little bit (not enough to fully understand it) then say something like "we will cover this topic in depth in chapter 7", and you are in chapter 2. This sort of jump back and forth is completely frustrating, the book doesn't seem to have any kind of flow. The same technique is used inside a chapter too, you start reading about something then the author start diverging in the middle of the topic to come back after few pages.
The code samples are a total mess, it's just really bad. I mean common, read any introductory book in software development and you get warned in the first chapter not to name your variables i,j,v i1...just give them a meaningful name.
Every time I read sample code in this book I had to spent at least 20 minutes deciphering what the variables are suppose to be, why the author define variables that are not used at all or they don't have any kind of effect on the end result (yes, I did found a whole bunch of these). If you don't know Java or don't care to follow any of Java standards fine, write C code or something, at least I will be prepared to read obfuscated code.
I give this book 2 stars, it has after all a lot of information in it, even if it is scattered all over the place

Used price: $4.12

Great Java Book for All Levels!!Review Date: 2006-02-15
Poorly organized, poorly edited, poorly written.Review Date: 2003-08-14
Good Book, but full of typos and errorsReview Date: 2003-07-05
However, considering that this is the Second Edition of this book, one would think that they would have addressed the errors in the programs. It is as if no one bothered to compile these programs after they were written.
For example, in Example 2.9 on pages 53 and 54, line 20 states:
"JOptionPane.showMessageDialog("The result is " + result);"
when it should be:
"JOptionPane.showMessageDialog(null,"The result is " + result);"
"best book I have seen so far in Java books"Review Date: 1999-07-24
Excellent JAVA textReview Date: 2002-05-29

Used price: $3.97

Best I've ReadReview Date: 2006-09-20
I discovered that I had to add source="1.4" and target="1.4" directives to the javac ant task to get this to work under JDK 1.5. Otherwise, everything worked exactly as advertised. I found this out on my own, as there doesn't appear to be an errata or feedback section at the author's site.
good cover of nokia business opportunitiesReview Date: 2006-04-04
A near perfect guide for mobile phone programmingReview Date: 2005-06-23
I read this out of pure curiosity, and I must say, I learned all that I needed and much more. It taught everything from internet connectivity, automated building, testing, compiling, and security from secure minded applications to fun 2D games. It's really an amazing book that probably combines a lot of different random white papers from various different perspectives and presents in a complete, comprehensive and clear manner. The examples are informative, representative of real world applications, and are easy to follow.
I found some things to be needlessly verbose, and I wish there were better summaries of objects and inheritance between the required classes, but all in all, it easily provides the foundation needed to create, debug, and test almost any J2ME mobile phone application around. I cannot recommend this highly enough.
Good book with a lot of practical source codeReview Date: 2005-05-24
I would recommend this book for all developers as a reference book. I personally would not get this book as the only j2me book in my shelf.. but its a great second book.
coding to the most common platformReview Date: 2005-02-28
One of the authors, Yuan, wrote a book on J2ME recently, and you may perhaps consider this Nokia book as somewhat of a sequel.
If you're already facile in regular Java, transitioning to this book should be easy. Perhaps the biggest change is the dumping of the Swing and AWT widgets. Simply too heavy for the resources of a small screen and limited power. Hence, graphics-wise, you may find coding rather constraining. But that's the reality of any cellphone.
Another difference shown by the book is that there is now often an emphasis on audio and video capture and playing. At least, as compared to standard desktop applications.
The authors and Nokia have produced a very cleanly laid out and logical presentation.

Used price: $7.61

Good book but no CD or download of exampleReview Date: 2004-08-16
Extremely Useful Book for a Software DeveloperReview Date: 2003-07-03
Not a book about XPReview Date: 2003-11-10
So the book concentrates on covering Ant, and starts quite promising in this regard. Using a case study to show how a build script can evolve with the needs of a project is a nice idea and the introduction to Ant is concise and to the point. Unfortunately, the book later starts to rush through the different topics, a big amount of it covering how to integrate different tools into the build process. There are also some much-less-than-optimal examples, which makes you wonder about the depth of knowledge of the authors; they even show a hand-made solution to implementing boolean attributes for custom tasks, even though Ant comes with a much more elegant inbuild mechanism.
As an advanced "Ant build master", this book still taught me interesting new things about the tool. I'd guess that most beginners would be better off with a book more concentrating on the core concepts of Ant. If you want a good book on Extreme Programming, you will definitively have to look elsewhere.
Xtremely interestingReview Date: 2003-10-05
little depth. Ant 's coverage is appropriate to get you started working with it quickly, and to have you appreciate what this tool can do for you. Forget about being able to work with JUnit or XDoclet just by reading this book. You will barely discover that they exist.. and expect a lot of painful hours spent on the traditionally poor open-source docs.
Overall a good buy though. If you want a more in-depth treatment of Ant I recommend Java Development With Ant
by Erik Hatcher, Steve Loughran
A great book on Ant and on using the XP processes in JavaReview Date: 2003-08-07
But I am not going to be critical -I am going to say nice things about it, and give it 5 stars as anything else would be unfair. This is a really good introduction to Extreme Programming in Java using Ant, Junit and XDoclet.
After a quick intro to the concepts of XP, this book follows the story of a team that is using the XP methodology to get stuff out the door. First Ant is introduced, the JUnit -the latter being the key to test-centric development. Then as the chapters progress, the new problems are introduced and the code and the build process refactored and expanded to adapt. I particularly like the chapter where a business merger forces a team reorganisation -organisation change does effect projects, but most software engineering books ignore such events, along with team member dynamics in general. It also repeatedly reinforces the need for automated builds and tests, and has some basic coverage of CruiseControl. CC is the system that keeps our team in check: whenever you break the build, you get email. I get a lot of email.
It doesn't go into significant depth in Ant -you will (of course) need the on line documentation, and I would also point my own book. Mostly this isn't an issue -the only place where I had significant differences of opinion was when the book recommended using the These are minor issues with the non-core parts of Ant and the book. The central theme of the book: using XP, JUnit, Ant and XDoclet for building, testing and deployment of server side code is well covered, and that is what matters. If you want to get into Ant, this is one of the two Ant books to consider owning -ideally you should get both :) I think I'd also get one of the XP series books, like XP installed, for a more abstract treatise on XP, Fowler's Refactoring and a copy of IntelliJ IDEA, the best XP-centric IDE for Java.

Used price: $37.99

Panther, a little datedReview Date: 2008-08-24
Germany's Panther TankReview Date: 2006-02-01
Excellent technical "ouvrage"Review Date: 1999-06-29
Panther Tank in extreme detailReview Date: 2005-09-17
Well worth the money.
This Panther Book is worth the priceReview Date: 2003-12-21
In additional to this book, Thomas Jentz has recently completed a series of four short but technically compressive books, called "Panzer Tracts," covering all the variants of the Panther tank (Ausf D, A, G, F and Panther II). The "Panzer Tracts" include as-built 1/10 and 1/35th scale drawings and some new technical information not found in "Germany's Panther Tank the Quest for Combat Supremacy." The additional technical details in the "Tracts" were not known in 1995 and so could not be included in Jentz's "Germany's Panther Tank the Quest for Combat Supremacy."
Related Subjects:
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 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250