Möchten Sie verkaufen? Hier verkaufen
Domino 5 Web Programming with XML, Java and JavaScript, w. CD-ROM
 
Größeres Bild
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Domino 5 Web Programming with XML, Java and JavaScript, w. CD-ROM [Englisch] [Taschenbuch]

Randall A. Tamura


Erhältlich bei diesen Anbietern.



Produktinformation


Mehr über den Autor

Randall A. Tamura
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Randall A. Tamura auf Amazon

Produktbeschreibungen

Amazon.co.uk

Few platforms for the delivery of content and services 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 with Domino Designer, and then how to communicate with those programs from the client side by a variety of means.

This book is, in large part, an object reference. It includes a complete directory of the Document Object Model (DOM) that JavaScript works with, 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, though, are very good and are worth including in the library of any Domino shop. Explanatory material, such as a play-by-play description of what happens when a user submits a form, is excellent. Examples also make this book worthwhile. You can, for example, 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, Amazon.com

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.

Amazon.com

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.


Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  12 Rezensionen
38 von 38 Kunden fanden die folgende Rezension hilfreich
If you want a future in Domino Dev, buy this book 15. August 2000
Von FRANK T. - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This book is divided into 5 sections: IDE, JavaScript, Using Java in Notes/Domino, Domino objects for Java, and Data Integration.

I didn't buy the book for the 162 pg IDE section and it may be considered a bit basic (I already know how to start Designer).

The 158 pg JavaScript section is great and lays out the Document Object Model nicely (something difficult to find elsewhere). It gives good demos on validation, rollovers, and cookies.

Java is covered in the 3rd and 4th sections comprising 348 pages. It's deep and comprehensive.

The remaining 157 pgs is devoted to Enterprise Integration, combining XML, Java, and Domino.

I really like that the CD has the full text of the book, making searching a breeze.

11 von 11 Kunden fanden die folgende Rezension hilfreich
Great for beginners, lacking for advanced. 5. Oktober 2000
Von Ron Senykoff - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.
14 von 16 Kunden fanden die folgende Rezension hilfreich
reference book written with little care and effort 21. April 2001
Von Thomas Riessler - Veröffentlicht auf Amazon.com
Format:Taschenbuch
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.

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar