Domino 5 Web Programming with XML, Java, and JavaScript
| |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Sort customer reviews by: | |||||||||||||||||||||||||||||
|
Show All Reviews on Page
Hide All Reviews on Page
| |||||||||||||||||||||||||||||
| Domino 5 Web Programming with XML, Java, and JavaScript | |||||||||||||||||||||||||||||
|
Domino 5 Web Programming with XML, Java, and JavaScript provides the latest information about the newest technologies in the Domino Designer. Learn how to program client interfaces with the Domino Designer. Use JavaScript to enhance your Web user experience and access back-end database systems with Domino Java servlets or agents. Each of the Domino Object classes is described, making this a handy reference for Domino Java programmers. You'll learn advanced techniques such as how Notes and Domino interact with Java threads and how to create Java Server Pages by integrating the IBM WebSphere Application server with Domino. You'll learn secrets of component programming with Java Applets and JavaBeans. Each chapter ends with a set of questions that can be used to test your understanding.
|
|||||||||||||||||||||||||||||
|
Few platforms for content and service delivery over Internet-standard networks have built upon open programming languages to the extent that Domino has. IBM's flagship server product, with support for its own object models as well as those generally supported by Web browsers, has a remarkable capacity to support platform-independent clients. Domino 5 Web Programming with XML, Java, and JavaScript shows how to create server-side applications by using Domino Designer, and then how to communicate with those programs from the client side by a variety of means.
In large part, this book is an object reference. It includes a complete directory of the Document Object Model (DOM) with which JavaScript works, plus reference material on the Domino objects for Java. The DOM and JavaScript material--to the extent that it documents the standard, non-Domino-specific scripting environment--isn't especially valuable; better references exist in print and on the Web. The portions of the reference that deal with Domino's own object model, however, are very good and worth including in the library of any Domino shop. Explanatory material is excellent, such as a play-by-play description of what happens when a user submits a form. Examples also make this book worthwhile. For example, you can turn to this book for a quick demonstration of how to use CORBA to mediate communications between a Java applet and a Domino server. Randall Tamura's work shows you several ways to solve most client/server application problems under Domino. --David Wall Topics covered: Creating custom Domino and Notes applications through the use of Java, JavaScript, HTML, and XML. Coverage of Domino Designer explains the server side of the development equation, while tutorials on HTML, JavaScript, the Document Object Model (DOM), and Java applets take care of the client side. Database access and forms management get special attention. |
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 14 of 14 | |||||||||||||||||||||||||||||
| Review Date |
Review Rating(5 High) |
Review Helpful to: |
Customer Review | Reviewer Info |
Permanent Link |
||||||||||||||||||||||||
| Reader Reviews Below Sorted by Newest First | |||||||||||||||||||||||||||||
| 09-02-05 | 4 | 3\3 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This was a highly anticipated book when it came out because it covered some very hot topics; namely XML and Java. The book probably didn't quite live up to expectations but still provided a load of useful information about those topics.
Today you're probably better off with purchasing Lotus Notes and Domino 6 Programming Bible. Brian Benz and Rocky Oliver have done a great job with that book. (Review Data Last Updated: 2007-09-07 20:31:17 EST)
|
|||||||||||||||||||||||||||||
| 09-02-05 | 4 | (NA) |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This was a highly anticipated book when it came out because it covered some very hot topics; namely XML and Java. The book probably didn't quite live up to expectations but still provided a load of useful information about those topics.
Today you're probably better off with purchasing Lotus Notes and Domino 6 Programming Bible. Brian Benz and Rocky Oliver have done a great job with that book. (Review Data Last Updated: 2008-11-04 05:49:09 EST)
|
|||||||||||||||||||||||||||||
| 04-04-02 | 3 | 1\1 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I have read this book and found it useful. As a beginner on Domino Web Development this book has realy helped me in developing adequate skills in XML, Javascript and Java.
(Review Data Last Updated: 2007-06-24 13:33:03 EST)
|
|||||||||||||||||||||||||||||
| 04-26-01 | 1 | 8\17 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Don't waste your time or money with this book. I thought for sure with a title like this that it would skip all the what is Notes junk (like how to create views and forms, etc.) that all Notes books seem obligated to include. It is just a bunch of a filler in an otherwise useless book. I was looking forward to seeing some good JavaScript examples as it is used in common Notes situations. Well, no such luck. I struggled to find anything on something as basic and useful as the onChange event. This book is also not organized very well and is very confusing to learn follow. I am not sure the author has a good grasp of what he is writing. VERY DISAPPOINTING!!!!
(Review Data Last Updated: 2007-06-24 13:33:03 EST)
|
|||||||||||||||||||||||||||||
| 04-25-01 | 1 | 8\17 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Don't waste your time or money with this book. I thought for sure with a title like this that it would skip all the what is Notes junk (like how to create views and forms, etc.) that all Notes books seem obligated to include. It is just a bunch of a filler in an otherwise useless book. I was looking forward to seeing some good JavaScript examples as it is used in common Notes situations. Well, no such luck. I struggled to find anything on something as basic and useful as the onChange event. This book is also not organized very well and is very confusing to learn follow. I am not sure the author has a good grasp of what he is writing. VERY DISAPPOINTING!!!!
(Review Data Last Updated: 2007-04-03 22:40:45 EST)
|
|||||||||||||||||||||||||||||
| 04-22-01 | 1 | 14\18 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
At page 682 of 836 Tamura introduces Chapter 22 with the phrase "What is XML?". At page 808 Chapter 27 begins with "What is a servlet?". Introducing fundamental terms of web technology near the end of the book should make it obvious that something with the concept of this book went fundamentally wrong. From a modern book on Domino Web programming I'd expect some information about how to implement a multitier architecture, scalability,maintainability , perfomance and security etc... You won't find anything useful about these things in the whole book. So what does Tamura consider important then? The book is a collection of reference sections, e.g. Notes Design elements (Chapter 2 to 6) found in numerous other books including the Designer online help in better quality. It is especially annoying, though, that he also explaines design elements that can be used in the notes client only but not in a webclient (e.g. layout regions). So why mention it at all here? It looks to me as if large amounts of this book have been inserted via copy and paste from other resources and other contexts. The html/Javascript reference sections do not contain any Domino specific information and can be found in other books in much better quality as well. The examples given (checking for blank fields etc)are extremely trivial and of no practical use. On the other hand Tamura dosnt tell the reader how to implement a nice looking navigation with DHTML views but only shows the ugly domino standard views and the performance critical view applet. XML: Tamura doesn't even mention the SAX or other modern APIs like JDOM. He just keeps talking about the rather old fasihioned DOM API. This is the worst book on domino development I've read so far and what makes it especially annoying from my point of view is the little care and effort with which it has been written. I think it's getting time to stand up against the black sheep in the business and name them explicitely. Hopefully this will enable other authors of better quality bring their books to the market.
(Review Data Last Updated: 2007-06-24 13:33:03 EST)
|
|||||||||||||||||||||||||||||
| 04-21-01 | 1 | 14\18 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
At page 682 of 836 Tamura introduces Chapter 22 with the phrase "What is XML?". At page 808 Chapter 27 begins with "What is a servlet?". Introducing fundamental terms of web technology near the end of the book should make it obvious that something with the concept of this book went fundamentally wrong. From a modern book on Domino Web programming I'd expect some information about how to implement a multitier architecture, scalability,maintainability , perfomance and security etc... You won't find anything useful about these things in the whole book. So what does Tamura consider important then? The book is a collection of reference sections, e.g. Notes Design elements (Chapter 2 to 6) found in numerous other books including the Designer online help in better quality. It is especially annoying, though, that he also explaines design elements that can be used in the notes client only but not in a webclient (e.g. layout regions). So why mention it at all here? It looks to me as if large amounts of this book have been inserted via copy and paste from other resources and other contexts. The html/Javascript reference sections do not contain any Domino specific information and can be found in other books in much better quality as well. The examples given (checking for blank fields etc)are extremely trivial and of no practical use. On the other hand Tamura dosnt tell the reader how to implement a nice looking navigation with DHTML views but only shows the ugly domino standard views and the performance critical view applet. XML: Tamura doesn't even mention the SAX or other modern APIs like JDOM. He just keeps talking about the rather old fasihioned DOM API. This is the worst book on domino development I've read so far and what makes it especially annoying from my point of view is the little care and effort with which it has been written. I think it's getting time to stand up against the black sheep in the business and name them explicitely. Hopefully this will enable other authors of better quality bring their books to the market.
(Review Data Last Updated: 2007-04-03 22:40:45 EST)
|
|||||||||||||||||||||||||||||
| 12-21-00 | 5 | 7\10 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
This is the book that let me keep reading all the times. As a As400 RPG programmer and Notes Developer, I like to know what Domino/Notes can do and looking for the way of directions and the key elements to bring back-end database to the Internet thru Domino. I like this book because it gives me the directions and shows me the ways to apply Java,JavaScript and Servlet to the Domino Server either from inside Domino Agents or outside Domino.Especially, the topics for Notes Java classes really shows me the way to java coding in Notes Agents. Though it is not complete to cover all these area, it is definitely a excelent book to keep.The writing is good and author always get to the point right away for each topic. Maybe it is a waste of money for people who knows all these topics already but it is certainly a key door to the people like me who has been wondering how to get to these area for years. After reading all of it, I definitely know where to go and how to do to be a cutting edge programmer.
(Review Data Last Updated: 2007-06-24 13:33:03 EST)
|
|||||||||||||||||||||||||||||
| 11-29-00 | 1 | 6\11 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I purchased this book because I thought it might have some useful R5 javascript examples using R5 Objects coding for the jsheader and the like. No such luck, all the examples pertain to coding javascript in html,,,,,you can find that in O'Reilly's JavaScript, The Definitive Guide (which is a MUCH better JavaScript book). The section on XML and Java are all rehashes of other similar books.
(Review Data Last Updated: 2006-07-07 09:51:44 EST)
|
|||||||||||||||||||||||||||||
| 11-11-00 | 5 | 12\14 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
As a full-time Domino administrator, but only a part-time Domino designer, my Notes programming skills tend to get rusty. And I tend to fall behind in my knowledge of the newer design techniques. This book has been just the tonic for me. It has helped me to bring myself up to date as a Domino designer.
I would think, too, that it would be a great book for anyone approaching Domino Web design as a beginner. It introduces you to everything you need to know: beginning with the Domino Designer interface, Notes design elements, and elementary Notes page formatting tasks (including HTML); continuing through all the language models -- formula language, JavaScript, Java, and XML; and culminating with the very most sophisticated techniques, such as integrating Domino with relational data and streamlining your Domino Web serving with Java servlets and Java Server Pages. While this book may not be the only book you'll want to own on any one of the topics it covers, it is certainly a good overview of the topic of Domino Web development. And it is a good introduction to Domino Web development for any non-Domino developer. I recommend this book. (Review Data Last Updated: 2007-04-03 22:40:45 EST)
|
|||||||||||||||||||||||||||||
| 10-05-00 | 4 | 11\11 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
Since purchasing the book it has served as a great reference. However, I was disappointed that it lacked in showing actual implementation. The section on using JavaScript for form validation is such an example. While we are shown how to use JavaScript to check fields, we are not shown how to appy it in both Domino _and_ the web. Ideally, JavaScript was brought in for such a purpose... thus eliminating having to write 2 sets of form validation for every form. Getting it to work elegantly across both platforms can prove to be tricky, and the books lacks on this side of it. If you are looking for something to point you in the right direction with XML, Java, and Notes, this is for you. If you want 'tricks' of the trade, this isn't so great.
(Review Data Last Updated: 2006-07-07 09:51:44 EST)
|
|||||||||||||||||||||||||||||
| 09-15-00 | 2 | 7\12 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
It seems like the author tried to fit every buzzword into this book. The IDE section was overkill and much of the info is readily available in the Notes help. If you want Java, get a Java book. If you want XML, get an XML book. Get the point?
(Review Data Last Updated: 2006-07-07 09:51:44 EST)
|
|||||||||||||||||||||||||||||
| 09-07-00 | 5 | 9\10 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I wanted a resource that would be an aid in making the jump from being a Notes client/LotusScript developer to having the ability to work in a in a web/browser environment, using java/html/javascript and XML (with or without Notes). Together with this excellent book, and a java tutorial I found on the Sun site, I'm am acquiring these skills. Mr. Tamura's explanations and examples for both Notes and standalone java have been instrumental in making this possible.
(Review Data Last Updated: 2006-07-07 09:51:44 EST)
|
|||||||||||||||||||||||||||||
| 08-21-00 | 3 | 6\9 |
| Reviewer | Permalink | ||||||||||||||||||||||||
|
I personally found this book a bit of a disappointment but I guess it's down to what you want. If you want a guide to XML and Java then buy this book, but for Javascript and HTML I found the book didn't go deep enough, for instance Stylesheets are not mentioned anywhere except in connection with XML.
In conclusion not a bad book but not the complete and definitive guide I had hope it would be. (Review Data Last Updated: 2006-07-07 09:51:44 EST)
|
|||||||||||||||||||||||||||||
| Reader Reviews 1 - 14 of 14 | |||||||||||||||||||||||||||||
| All Books | Arts | Biography | Click Here For An A-Z Index Of All 213 Best-Seller Subjects | Business | Children's | Comics | ||||||
| Computers | Cooking | Engineering | Entertainment | Health | History | Home | Horror | Humor | Law | Fiction | Medicine | Mystery |
| Nonfiction | Outdoors | Parenting | Professional | Reference | Religion | Romance | Science | Sci-Fi | Sports | Teens | Travel | |