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: $4.24

Not very goodReview Date: 2006-04-26
LudditeReview Date: 2005-10-18
This sort of false advertising makings me sick.
If it were possible to give this book and Amazon a negative number of starts, I would.
DON'T BUY THIS BOOK IN DIGITAL FORM!!!!!!!!
As the title suggests, it is a great primer for JavaReview Date: 2003-04-13
I particularly like the way they discuss AWT separate from Swing -- other Java texts that I have purchased have the two technologies very intermingled. It is very helpful sometimes to just program in old AWT since it is very compatible and supported for web programming.
Indispensable ResourceReview Date: 2003-07-24
I finished the book within a month, following all of the examples and not only did I get an 'A' in my course last semester, but I have built an MVC Servlet-based application and deployed it on Tomcat.
I highly recommend this book to anyone that is learning Java, it is an indispensable resource. It will help you understand why Java does stuff, not just how to use it!
The best java book I have ever readReview Date: 2004-03-09
It would be great to see some discussion on PACKAGE and CLASSPATH in future edition.

Used price: $13.58

No complainsReview Date: 2008-03-12
Do yourself a favor: Buy this bookReview Date: 2003-08-28
This book is written by a humble and very competent programmer. He is humble because he just want to tell us how to code a PDA, be it PocketPC or Palm. He does not want to demonstrate much more than this. And this is how it should be, given the title of the book, because what he does is telling us all the steps needed. Here the authors competence really shows.
The book starts with a brief introduction to the J2ME configurations, the CLDC and the CDC API's. Continuing then to the MIDP profile where the author already demonstrates a simple generic MIDP applet. The next two chapters really rocks the boat: Here is compared the Palm and the PocketPC platforms with regard to J2ME, so if you have the choice then you can easily decide what to go for. In any case you will here find the most needed information: What development environment should you use for a specific platform - and where do you get it. The author brings links to a collection of no-cost tools and what more: All the links are correct!
At this point you really must begin to program at least a "Hello World" program for you selected platform. McBride helps you with every step in this for both platforms. He discusses JDBC, Internet access from the PDA's and how to use misc. connection methods, for example Infrared Connections or Mobile Phone. Everything is demonstrated with very good screen pictures of the PDA's or good program lists. He even demonstrates how to use web-services and the SOAP clients.
The last part of the book deals with the future, meaning technologies such as JXTA (dynamic peer-to-peer network) and ideas about Jini. Bluetooth was already demonstrated earlier in the book. Again, everything is written clearly and makes you want to start the programming now.
The book is highly recommendable! On no more than 239 pages including the index you'll get all what is needed to start doing your own development with confindence that it will work. I really believe that all the code in the book was tested. Do yourself a favor: Buy this book if you want to program JAVA on the PDA's!
It is simple to program PDAsReview Date: 2003-07-12
If you are already programming in Java for a desktop, then this book will be an easy stroll in the park. The graphics and networking libraries are different from J2SE and J2EE. But this is only insofar as they have necessarily much less functionality, though retaining just enough to hopefully do what you need. Gnash your teeth at the loss of cool graphics, if you must, but that is how things are. The neatest part of the book is the descriptions on how to offload the heavy computations via web services. This may be new to you.
By the way, if you are interested in the book, also check out "MIDP 2.0 Style Guide" by Bloch and Wagner; also published by Addison-Wesley. The two books complement each other. The latter gives a high level description of the appearance and functionality of a UI on a small device. Wilding-McBride's book then shows code examples to actually let you do this, at least for PDAs. Surprisingly, neither book appears to reference the other, though they are by the same publisher and came out just a few months apart. So, at least let me do that for them here.
Review of "Java Development on PDAs"Review Date: 2003-10-16
CDC and CLDC are "configurations" which means JVMs with some basic APIs
MIDP is a "profile" which is additional APIs which will work on top of a "configuration"
Chapter two was particularly interesting, focusing as it did on the different types of PDA available, comparison of prices, relative market shares, and performance specifications for different PDA/Java combinations. Although naturally this look at the current market will date most quickly, it provides an interesting insight into PDA trends in this period. Overall the book gives a strong impression of having been written by a single developer (which it has) who has a lot of hands on experience with Java on PDAs, and thus has a lot of relevant advice to give. This is exemplified in Chapter three where we are taken through a selection of open source and cheap development toolkits, as well as the process of setting these all up to get started developing on the PDA.
Unfortunately after this strong start the subsequent chapters fall to some extent into the standard "work through the API" approach, so that while the chapter on user interfaces encourages us to consider carefully the restricted screen space on PDAs, the body of the chapter is simply a description of the different types of user interface component, rather than a more detailed look at when each of the component should be used and to what effect.
I don't want to be overly critical here since there is a burden on authors of technical works to make sure that important sections of the API are covered, however I find I am not really able to take in more than trivial amounts of code from the page of a book (I need to be running it and making changes to bits before I understand it). The screen-shots from the PDA help here, but really I wanted more from something in book form. Ideally I would like to see a paragraph or two on the pitfalls and advantages of using each kind of UI component in a PDA setting. Even better would be a sample project, where we work through two possible user interface solutions, one designed without much thought on the constraints of the PDA and one designed with the PDA in mind.
To be fair some general guidelines for developing on the PDA are outlined in chapter four but it is fairly short, and lacks examples. To make this book "really useful" rather than just "handy" I would like to see a much more rigorous analysis of two versions of a sample project, one done correctly and one done incorrectly from the PDA perspective. This kind of comparison is hinted at tantilisingly at various points in the book such as the comparison between SOAP, HTTPText and HTTPStream in the networking chapter. The author shows that he is capable of presenting the pros and cons of different alternatives in particular areas, so it is a shame that this approach could not be developed more thoroughly. The very short concluding chapter on Futures, only confirms the impression that more time could have been spent on this book to good profit.
Still, while I think the reader can rightly ask for more, there is still alot here - I am sure that anyone developing Java on PDAs would be well advised to have a copy of this book on their desk. We can only hope that the author will be given more time to develop the themes touched upon in this work in a subsequent publication.
All the basics of programming PDAsReview Date: 2004-09-14
In this environment, it seemed logical that I learn the basics of how to program PDAs. Since I am now primarily a Java programmer, this book seemed like a logical place to start. From reading it, I learned a great deal about how the programming of PDAs is done. The book opens with a description of how the Java standards relate to PDAs as well as the availability of Java implementations on the most popular PDAs. This is followed by a list of ways to obtain the software needed to start developing software for PDAs. Chapter four covers some of the major restrictions encountered when programming PDAs. This chapter is essential and was the most interesting. The remaining chapters contain demonstrations of programs that create screens displaying the usual range of user interfaces. Buttons, checkboxes, filedialog boxes, alert boxes, textboxes and the various layouts are illustrated with code. Some of the common actions, such as serializing object data, accessing JDBC databases and using Internet protocols are incorporated into the programs. As an experienced Java programmer, I found the programs fairly routine, although there were some differences that needed to be understood.
There are no great revelations in this book, just a solid introduction to one area of computing where the growth over the next decade could be incredible. I have elderly relatives who have never touched a computer, and yet they have cell phones and are learning how to use some of the advanced features.

Used price: $17.46

Content great - but book fell apartReview Date: 2008-03-30
One of the best instructional books Iýve read!Review Date: 2003-06-21
If you're a bedroom Java programmer like me, then you can repair the code easily. Also the code examples weren't "perfect" implementations of Object Oriented Programming concepts but I believe this was intentional considering the latter would have been an additional layer of complexity and would have detracted from the book's instructional value.
The chapter on Servlets could have been longer by providing simulated web-based transaction (i.e. two-player tic-tac-toe or even against the server, or a simple business transaction using a non-database source -> text file).
The bonus JavaMail chapter was superb! If you excel in AWT/SWING, then you could make a GUI-based e-mail client with this chapter!
In my opinion, the RMI and CORBA chapters could have provided a little background on distributed computing theory. While the book overall is clear and well-organized, those without distributed computing theory background (like me) would have trouble understanding these chapters (i.e. where did the words stub and skeleton come from?) I bought this book for the networking and not the distributed computing chapters, anyway, so don't let my inexperience with distributed computing make this book any less worthwhile.
I'm just being my own opinionated self but I found this book to be truly excellent and personally give it 4.5 stars!
Very well writtenReview Date: 2002-12-25
I bought "Java Network Programming and Distributed Computing" for Sun's Developer certification exam which requires knowledge of the information given in every chapter, for example RMI, sockets, serialization, and threading.
The book progressively gives you information you need to understand how the different protocols work, when, where, why, and how to use them and gives good explanations of its source code examples.
I feel I received more than my money's worth and will be looking for more titles by David Reilly and Michael Reilly.
A good intro bookReview Date: 2002-05-31
The book is easy to read. Most of the material is clearly explained and illustrated. Code examples (demos) are clean and complete. The demos are not contrived, but present to the reader interesting implementations that may be reused and give a good idea of how programs that are commonly used may work (SMTP, POP clients, HTTP server, etc.). Each of the demos is followed by a detailed explanation that focuses on how the demo works.
I like the book, although I think that the chapters covering Java language programming are extraneous: if you don't know Java, you should learn it from Java language specific books first, and only then venture into the advanced topics of Java network and distributed programming.
The book reminds me somewhat of the classic "Unix Network Programming" by Richard Stevens, which was a must for any C/Unix programmer more than a decade ago.
Simple to understand, but I prefer a bit of complexity. . .Review Date: 2002-07-26
This book serves as an excellent companion to Stevens' book, so that you can get the feel for how Java accomplishes networking capabilities. I still prefer the TCP/IP detail that Stevens' book provides, but that's mainly because I like the language independent concept of networking.
I created a small client2client messaging applet, sent it to a couple of friends for testing, and enjoyed how quickly and easily it was to get it working. Java abstracts a lot of the detail away from the user, since it was designed from the get-go to include networking capabilities, and this book uses those abstractions to its advantage. I'll probably want to get my hands dirty and see how much hands-on control I can get with Java sometime later.
(Reilly*2)'s book is a great way to just jump into network programming without getting your head too tangled with TCP/IP intricacies. This is not to say that the book doesn't cover those details, but it doesn't delve into them as deeply as Stevens' book does. In my view, that's a drawback to it being an absolute reference, but for many who just want to start developing client/server apps, this may be just what you're looking for.

Used price: $0.46

Marketing on the InternetReview Date: 2000-04-03
Everything you need to know about the Internet is hereReview Date: 1999-12-03
Outstanding book - the very first ever written on this topicReview Date: 1999-08-22
Everything you need to know about the Internet is hereReview Date: 1999-12-03
The first and best book on Internet MarketingReview Date: 1999-08-31


Very informative and nicely writtenReview Date: 2008-03-23
so when am I going to learn testng?Review Date: 2008-08-10
A top recommendation.Review Date: 2008-01-09
Diane C. Donovan
California Bookwatch
testng & rantsReview Date: 2007-12-09
I liked the code snippets in the TestNG sections as they focused on relevant pieces. The examples were to the point. Especially the performance and J2EE sections. I liked the concepts described in chapter 2 (over 100 pages.)
The authors describe open source libraries that integrate with TestNG. I liked this coverage although JMock could have used a code example for comparison (easyMock had one.) Ant targets were provided for the code coverage examples.
Chapter seven is titled "digressions." Some quotes from the text on this: "pet peeves, rants, annoyances and musings", "much ... very tangentially relevant", "some ... outright irrelavant." I agree with some and disagree with some. I think this chapter would have been better as a series of blog posts than a chapter in a book.
If you are using/planning to use TestNG and can ignore the rants, this is a good book.
Practical Testing with a very good frameworkReview Date: 2008-02-01
This book describes using TestNG along with some advanced TestNG concepts and goes on to show how to use the framework to test out JEE projects. There are also chapters showing the developer how to integrate TestNG with other frameworks (like spring, DBUnit, jwebunit etc) which is useful as this is perhaps the only place where JUnit is better than TestNG. Inspite of the fact that TestNG documentation is pretty good, this book is worthwile buying (even if you use JUnit as your testing tool of choice).
There is useful coding and refactoring advice along the way(also a commentary on TDD), and a miscellaneous chapter of sorts which seems to have been written by Hani and edited by Cedric to remove all profanities!.
I do hope the author's expand the testing enterprise application bits to cover more testing scenarios and examples in later additions.

Used price: $3.01

From a software engineer's perspectiveReview Date: 2007-03-27
One stop reference for knowing what development tools, editors, libraries available for supporting AJAX in Java web applicationsReview Date: 2006-10-24
The flow of the book is well managed and its very reader friendly.
This book is definitely a one stop reference for knowing what development tools, editors, libraries available for supporting AJAX in Java web applications.
Comes with 50MB examples source code. The source code has been configured to easily deploy and test using ANT.
This book mostly addresses the freely available AJAX tools.
Few drawbacks i found:
A lot of pages have been spent on describing and comparing between java frameworks, the authors could have avoided it since this book about using AJAX in java framework.
The code listings in the chapters (like html, javascript, jsp) were not well formatted, so it very difficult to read.
The authors gives more preference to JSF framework which is again not the context of the book.
Thats it.
Since the book is published recently(July06), this book covers many latest AJAX and JAVA Framework products, so its saves your time on finding a right tool
for your ajax based websites.
I dont want to write again the table of contents of this book but want to mention that you will sure learn all the bit and pieces that you need have for setting up a AJAX based
java web applications.
About time!Review Date: 2006-11-14
Just the presence of good examples and good coverage of Prototype, script.aculo.us, and DOJO in this book is enough to make it worthy of note. But the focus of the book is using AJAX with Java frameworks like Struts, Spring, and JSF, and in that regard it also does not disappoint. So you get not only some nice coverage of the client-side toolkits/frameworks that make Ajaxian things happen in the browser, you get a solid grounding in how to connect them to server-side applications using these Java frameworks.
Some deeper coverage on things like JSON and REST would have been nice, though.
An excellent intro for building Ajax-based web appsReview Date: 2006-10-08
And that's where "Pro Ajax and Java Frameworks" comes in. It does a good job of explaining Ajax, what it is, and how your web app will benefit from using it. So do all the other Ajax books on the shelf.
But that's just Chapter 1. The REST of the book discusses tools and techniques for writing and debugging JavaScript. And then introduces some great, full-featured Javascript libraries to save you the tedium of having to "roll your own".
This information is enough to help you successfully launch your first Ajax-based web app. It doesn't matter if you're using Apache or IIS; if your backend is J2EE, .Net or simple HTML: the book will pay for itself on your first project.
But all of that's only the FIRST half of the book! The most valuable information is covered in the second half, which goes into great detail on how to effectively use Ajax with frameworks like Struts, Tapestry, Spring and, lastly, with JSF.
A great book: highly recommended for any web developer who wants to understand Ajax ... and how to use it effectively.
Nothing pro in this bookReview Date: 2006-10-10

Used price: $14.95

Missing a lotReview Date: 2006-02-14
Could do with half the pagesReview Date: 2005-04-21
If you are not yet familiar with concepts like MVC, layered application design, Struts, Spring etc: ignore the previous ;-)
Ok but some mistakesReview Date: 2005-03-03
Everything you need to know about VelocityReview Date: 2004-10-12
On the downside I think the graphics could have been used more effectively, and I would have liked to have seen more on the basic template syntax. Overall, however, I highly recommend this book to anyone for whom the Velocity template engine is a central part of the architecture.
Complete coverage of VelocityReview Date: 2004-11-24
The book starts with an introduction to Velocity and then explains how to install and configure it. The author then discusses the Velocity Template Language, examines its shortcomings, and demonstrates how to get around them. Best practices are covered early in the book. Although Velocity is normally thought of as a web-based framework, the author doesn't let us forget that it can be used for both stand-alone and web applications and gives us detailed chapters on both. Velocity tools are well covered including Anakia, which can be used to transform XML. The Velocity architecture is explained as well as ways to extend that architecture.
The examples are well thought out and give good coverage of the features of Velocity. The most interesting part of the examples is how little work it is to integrate Velocity into a well-designed framework. The author shows how Velocity fits into both Struts and Spring, demonstrating that Velocity is not meant to replace these frameworks but rather to simplify content generation in any framework. I can strongly recommend this book for anyone interested in Velocity. For anyone not interested in Velocity, the question is, why not?

Used price: $43.33

A balanced view of XQuery with several excellent use-casesReview Date: 2006-09-07
A must for anyone working with XMLReview Date: 2006-06-16
in an almost scholarly fashion, for many common but different contexts. I found it provided cohesion to the diverse world of XML, from broad subjects to the details of spec grammars--a very welcome contribution to a technical library.
DTD, but little SchemaReview Date: 2006-09-05
Too much verbage, takes forever to get to the pointReview Date: 2006-10-08
Like season 6 of 24, this is disappointing. Review Date: 2007-05-22
I am not a NOOB when it comes to XML so I found this surprising. I am a certified XML developer (from before XQuery), an experienced programming engineer of 8 years, an MCAD.Net, and I have even written a paper on XQuery for a Master's Program and I simply have become unmotivated and am struggling to get through this book. As others have stated in reviews, this book takes a long time to get to the point. I like to get my money's worth when I buy a book though.
I kept asking myself chapter after chapter "when do we start programming some examples?" The first 10 chapters are filled with everything but XQuery. The author covers the background of XML and why we would use XQuery in detail. I see the argument for why this book may be beneficial to some but if you wish to get up and running on XQuery this is not the book for you.
I may update this as I finish off the book. I am getting more into actual XQuery syntax and grammar as of chapter 11. A flip through the TOC shows that the author covers some implementation info. My goal was to have a better understanding of how to actually implement XQuery and learn some of the more detailed points of it versus just FLWOR that the numerous online tutorials offer. I have purchased another book by O'Reilly instead.
Update: I received the O'Reilly book right after writing this review. I flipped through the TOC and first few pages of XQuery by O'Reilly for a comparison. Wow! These two books could not be any different. I am on chapter 5 of the O'Reilly XQuery book just in a few hours of off and on reading at work. It appears thus far to be the better choice. Luckily, work is paying for these books so I was only cheated out of time buying "Querying XML".

Used price: $0.50

Excellent Learning andTeaching Tool for Java Practical BasicsReview Date: 2007-10-03
I have also repeatedly noticed that Java can be difficult to learn. This is because it is really Object-Oriented and I always found it difficult to have the JDK and everything else together for a student that was getting the first exposure to Java to obtain practical experience to build confidence.
Bruce Razban,
President/Founder, Razban Internet International,
Silicon Valley, CA, USA
In the fourteen chapters, this book does an good job of helping students get a grasp of Java, compare their answers to correct answers and learn from their mistakes instantly. The typical problem for others that do not have this book is that they get stuck and then, they have to find the correct answer by trial and error.
I would however, recommend a more robust coverage of the Object-Oriented example.
I found this book as a very good way to teach and learn, and it is reasonably priced.
Bruce Razban,
President/Founder, Razban Internet International
Silicon Valley, CA, USA
The price is right!Review Date: 2001-11-14
Great content but poor organisationReview Date: 2000-09-24
Good, but writing style leaves much to be desired.Review Date: 2000-01-29
Solid but not sexyReview Date: 1999-06-09
And, it is very cheap.

Used price: $0.01

Good stuffReview Date: 2004-03-08
Better read Sun's websiteReview Date: 2002-08-06
Don't overlook this book!Review Date: 2002-03-07
An excellent book on many topicsReview Date: 2001-09-28
Excellent book! A very enjoyable read.Review Date: 2002-08-09
The included source was very helpful, as well as the warnings and tips. Good work on such a broad and complex subject.
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