Programming Web Services with Perl: O'Reilly Ser.
Autor Randy J. Ray, Pavel Kulchenkoen Limba Engleză Paperback – 28 ian 2003
Programming Web Services with Perl steers clear of the hype surrounding web services and concentrates on what is useful and practical. The book introduces the major web services standards, such as XML-RPC, SOAP, WSDL, and UDDI, and shows how to implement Perl servers and clients using these standards. You'll find detailed references on both the XML and SOAP toolkits, and learn when to use one technology in favor of the other. The book is rich with programming examples that you'll find useful well past the learning stage. And, moving beyond the basics, the book offers solutions to problems of security, authentication, and scalability.
Some of the topics covered in the book are:
- HTTP and XML basics
- XML-RPC and the toolkits
- SOAP and toolkits
- SOAP:: Lite
- Using SOAP with SMTP and other protocols
- Advertising and discovering with UDDI and WSDL
- The REST methodology
- The future of web services
Din seria O'Reilly Ser.
- 20%
Preț: 211.08 lei - 20%
Preț: 155.33 lei - 20%
Preț: 190.76 lei - 20%
Preț: 223.95 lei - 20%
Preț: 131.01 lei - 20%
Preț: 205.07 lei - 20%
Preț: 193.78 lei - 20%
Preț: 156.78 lei - 20%
Preț: 131.69 lei - 20%
Preț: 197.35 lei - 20%
Preț: 192.40 lei - 20%
Preț: 193.98 lei - 20%
Preț: 227.52 lei - 20%
Preț: 168.05 lei - 20%
Preț: 189.87 lei - 20%
Preț: 183.93 lei - 20%
Preț: 130.49 lei - 20%
Preț: 138.15 lei - 20%
Preț: 109.04 lei - 20%
Preț: 251.65 lei -
Preț: 184.90 lei - 20%
Preț: 249.79 lei - 20%
Preț: 167.94 lei - 20%
Preț: 178.38 lei - 20%
Preț: 113.16 lei - 20%
Preț: 184.47 lei - 20%
Preț: 193.07 lei - 20%
Preț: 188.12 lei - 20%
Preț: 223.04 lei - 20%
Preț: 163.44 lei - 20%
Preț: 354.73 lei - 20%
Preț: 235.43 lei - 20%
Preț: 75.36 lei -
Preț: 196.27 lei - 20%
Preț: 270.29 lei - 20%
Preț: 129.47 lei - 20%
Preț: 249.49 lei - 20%
Preț: 255.13 lei -
Preț: 142.41 lei - 20%
Preț: 194.33 lei - 20%
Preț: 164.07 lei - 20%
Preț: 235.63 lei - 20%
Preț: 235.43 lei - 20%
Preț: 122.57 lei - 20%
Preț: 210.10 lei - 20%
Preț: 219.25 lei - 20%
Preț: 134.70 lei - 20%
Preț: 161.33 lei - 20%
Preț: 189.08 lei - 20%
Preț: 171.14 lei
Preț: 241.01 lei
Preț vechi: 301.27 lei
-20% Nou
Puncte Express: 362
Preț estimativ în valută:
42.64€ • 50.13$ • 37.35£
42.64€ • 50.13$ • 37.35£
Carte disponibilă
Livrare economică 07-21 ianuarie 26
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9780596002060
ISBN-10: 0596002068
Pagini: 486
Dimensiuni: 182 x 239 x 35 mm
Greutate: 0.76 kg
Editura: O'Reilly
Seria O'Reilly Ser.
ISBN-10: 0596002068
Pagini: 486
Dimensiuni: 182 x 239 x 35 mm
Greutate: 0.76 kg
Editura: O'Reilly
Seria O'Reilly Ser.
Cuprins
Copyright; Preface; Audience for This Book; Structure of This Book; Conventions Used in This Book; Comments and Questions; Acknowledgments; Chapter 1: Introduction to Web Services; 1.1 History; 1.2 The Web Services Dream; 1.3 The Web Services Cold Shower; 1.4 Who to Believe?; 1.5 Web Services in the Real World; Chapter 2: HTTP and XML Basics; 2.1 HTTP; 2.2 XML; 2.3 XML Schema; Chapter 3: Introduction to XML-RPC; 3.1 History of XML-RPC; 3.2 Example Client: Meerkat; 3.3 Limitations of XML-RPC; Chapter 4: Programming XML-RPC; 4.1 Perl Toolkits for XML-RPC; 4.2 RPC::XMLSimple; 4.3 XMLRPC::Lite; 4.4 RPC::XML; Chapter 5: Introduction to SOAP; 5.1 Background; 5.2 XML Definitions; 5.3 RPC over SOAP; 5.4 SOAP Transport; 5.5 Further Reading; Chapter 6: Programming SOAP; 6.1 A Toolkit Approach; 6.2 DevelopMentor's SOAP Module; 6.3 The SOAP::Lite Module; 6.4 Other SOAP-Related Modules; Chapter 7: Serving SOAP over HTTP; 7.1 Basic SOAP::Lite Servers; 7.2 The Application; 7.3 Designing the Server; 7.4 Tying the Interface Code to SOAP; 7.5 Improving the Code and the Service; 7.6 Ideas for Further Exploration; Chapter 8: SOAP Services Without HTTP; 8.1 Choosing a Protocol; 8.2 Authentication; 8.3 Transports with Server and Client; 8.4 Standalone Protocols; 8.5 Creating New Transport Modules; Chapter 9: Service Description with WSDL; 9.1 Basic WSDL; 9.2 WSDL Programming; Chapter 10: Service Advertising and Discovery with UDDI; 10.1 Defining UDDI; 10.2 Programming with UDDI::Lite; Chapter 11: REST: Representational State Transfer; 11.1 Defining REST; 11.2 REST Principles; 11.3 Programming REST; Chapter 12: Advanced Web Services Topics; 12.1 Message Routing; 12.2 Packaging; 12.3 Security; 12.4 Services Discovery; 12.5 Reliable Messaging; 12.6 Business Process Management; 12.7 Implementation Considerations; 12.8 WS-Next; Appendix A: XML-RPC Toolkit Programming Reference; A.1 RPC::XMLSimple; A.2 XMLRPC::Lite; A.3 RPC::XML; Appendix B: SOAP::Lite Programming Reference; B.1 SOAP::Lite; B.2 SOAP Transport Classes; B.3 The Apache Wrapper; B.4 UDDI::Lite; Appendix C: XML-RPC Example Code; C.1 Basic Meerkat Client (Chapter 3); C.2 XML-RPC Toolkit Samples (Chapter 4); Appendix D: SOAP Example Code; D.1 HTTP SOAP Code (Chapter 7); D.2 SOAP with Other Protocols (Chapter 8); Appendix E: WSDL and UDDI Examples; E.1 The wishlist.wsdl File; E.2 The useperlorg.wsdl File; E.3 The show_biz UDDI Application; Appendix F: Bibliography and References; F.1 Bibliography; F.2 Additional Recommended Books; F.3 Web Pages; Colophon;
Descriere
The book concentrates on what is useful and practical. It introduces the major Web services standards, such as XML-RPC, SOAP, WSDL, and UDDI, and shows how to implement Perl servers and clients using these standards.