Cargando…

Programming Web services with Perl /

Given Perl's natural fit for web applications development, it's no surprise that Perl is also a natural choice for web services development. It's the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute application...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Ray, Randy J.
Otros Autores: Kulchenko, Pavel
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Farnham ; Sebastopol, Calif. : O'Reilly, 2002 printing, ©2003.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocm54116483
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 040130t20022003enka ob 001 0 eng d
040 |a OCL  |b eng  |e pn  |c OCL  |d OCLCQ  |d CEF  |d OCLCQ  |d OCLCE  |d AZU  |d NHM  |d OCLCQ  |d OCLCF  |d OCLCQ  |d INARC  |d WYU  |d E7B  |d VLB  |d COO  |d MERUC  |d N$T  |d CUSER  |d EBLCP  |d YDXCP  |d GO9  |d OCLCO  |d OCLCQ 
019 |a 326736251  |a 606908958  |a 649061615  |a 701903548  |a 729549064  |a 748105262  |a 759520815  |a 772235413  |a 776505231  |a 809685891  |a 861530135  |a 1036783677  |a 1044275102  |a 1056358842  |a 1060978505  |a 1074322963  |a 1100827974 
020 |a 9780596516413  |q (e-book) 
020 |a 059651641X  |q (e-book) 
020 |z 0596002068 
020 |z 9780596002060 
029 1 |a AU@  |b 000055786555 
029 1 |a AU@  |b 000067073684 
029 1 |a HEBIS  |b 291422063 
035 |a (OCoLC)54116483  |z (OCoLC)326736251  |z (OCoLC)606908958  |z (OCoLC)649061615  |z (OCoLC)701903548  |z (OCoLC)729549064  |z (OCoLC)748105262  |z (OCoLC)759520815  |z (OCoLC)772235413  |z (OCoLC)776505231  |z (OCoLC)809685891  |z (OCoLC)861530135  |z (OCoLC)1036783677  |z (OCoLC)1044275102  |z (OCoLC)1056358842  |z (OCoLC)1060978505  |z (OCoLC)1074322963  |z (OCoLC)1100827974 
050 4 |a TK5105.888  |b .R39 2003 
072 7 |a COM  |x 051260  |2 bisacsh 
072 7 |a COM  |x 051420  |2 bisacsh 
082 0 4 |a 005.2762  |2 21 
084 |a 54.81  |2 bcl 
049 |a UAMI 
100 1 |a Ray, Randy J. 
245 1 0 |a Programming Web services with Perl /  |c Randy J. Ray and Pavel Kulchenko. 
250 |a 1st ed. 
260 |a Farnham ;  |a Sebastopol, Calif. :  |b O'Reilly,  |c 2002 printing, ©2003. 
300 |a 1 online resource (xiii, 470 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
504 |a Includes bibliographical references (pages 434-437) and index. 
588 0 |a Print version record. 
505 0 |a Table of Contents; Preface; Audience for This Book; Structure of This Book; Conventions Used in This Book; Comments and Questions; Acknowledgments; Randy; Pavel; Introduction to Web Services; History; The Web Services Dream; The Web Services Cold Shower; Who to Believe?; Web Services in the Real World; HTTP and XML Basics; HTTP; The Request/Response Cycle; HTTP Message Structure; Examining the request; Examining the response; Reading More About HTTP and LWP; XML; Self-Describing Data; Elements and namespaces; Attributes; Data; Comments, processing instructions, and specialized content. 
505 8 |a Describing XML with DTD and XML SchemaThe DTD; XML Schema; XML Modules and Tools for Perl; XML::Parser; XML::LibXML and XML::LibXSLT; XML::SAX; XML::XPath, XML::Simple, and others; XML Schema; Why Replace the DTD?; Document structure versus data structure; Understanding more about XML Schema; Schema Components; The predefined simple types; Primary components; Attributes; Elements; Simple and complex types; A unified example schema; XML Schema in SOAP and Related Areas; Introduction to XML-RPC; History of XML-RPC; The XML in XML-RPC; Data encoding; Arrays and structures; Making a request. 
505 8 |a Creating a responseSending an error response; Client and Server Communication; Method Signatures and Overloading; Example Client: Meerkat; The Meerkat Service; From Meerkat Query to HTML Sidebar; Limitations of XML-RPC; Status of the Specification; XML-RPC and Interoperability; Choosing XML-RPC over SOAP; Programming XML-RPC; Perl Toolkits for XML-RPC; RPC::XMLSimple; Client Example: meer2html.pl; The RPC::XMLSimple::Client Class in Detail; A Server Example: Providing "Fortunes"; The RPC::XMLSimple::Daemon Class in Detail; XMLRPC::Lite; Client Example: meer2html.pl. 
505 8 |a The XMLRPC::Lite Class in DetailDebugging; Auto-Dispatch; The Fortune Server Using XMLRPC::Lite; The XMLRPC::Lite Server Classes; RPC::XML; Client Example: meer2html.pl; The RPC::XML::Client Class in Detail; The Fortune Server Using RPC::XML::Server; The RPC::XML::Server Class in Detail; Managing server-side code with XPL files; The Introspection Interface for Servers; Writing for Apache with Apache::RPC::Server; Configuring Server Objects; The Apache::RPC::Status Monitor; Introduction to SOAP; Background; XML Definitions; The Basic Message Structure; The Envelope Tag: Declaring Namespaces. 
505 8 |a The Header Tag: Routing and MoreThe encodingStyle attribute; Actors, roles, nodes, and responsibility; The actor/role attributes; The mustUnderstand attribute; Attribute placement and example; The Body Tag: Anatomy of a Message; Expressing and Encoding Data; XML Schema and encoding; Simple types, values and enumerations; Compound types and values; Accessors, scoping, and reference; Arrays and partial arrays; Structures and generic compound types; The SOAP root attribute; Signaling a Problem: Faults; Fault elements; Predefined faults; RPC over SOAP; Supplying the RPC Information. 
520 |a Given Perl's natural fit for web applications development, it's no surprise that Perl is also a natural choice for web services development. It's the most popular web programming language, with strong implementations of both SOAP and XML-RPC, the leading ways to distribute applications using web services. But books on web services focus on writing these applications in Java or Visual Basic, leaving Perl programmers with few resources to get them started. Programming Web Services with Perl changes that, bringing Perl users all the information they need to create web services using their favori. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Perl (Computer program language) 
650 0 |a Internet programming. 
650 6 |a Perl (Langage de programmation) 
650 6 |a Programmation Internet. 
650 7 |a COMPUTERS  |x Programming Languages  |x JavaScript.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x VBScript.  |2 bisacsh 
650 7 |a Internet programming.  |2 fast  |0 (OCoLC)fst00977281 
650 7 |a Perl (Computer program language)  |2 fast  |0 (OCoLC)fst01058226 
650 1 7 |a World wide web.  |2 gtt 
650 1 7 |a Gedistribueerde gegevensverwerking.  |2 gtt 
650 1 7 |a PERL.  |2 gtt 
700 1 |a Kulchenko, Pavel. 
776 0 8 |i Print version:  |a Ray, Randy J.  |t Programming Web services with Perl.  |b 1st ed.  |d Farnham ; Sebastopol, Calif. : O'Reilly, 2002 printing, ©2003  |z 0596002068  |w (OCoLC)49044534 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596002068/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n programmingwebse00rayr 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540497 
938 |a EBSCOhost  |b EBSC  |n 414833 
938 |a YBP Library Services  |b YANK  |n 7365490 
994 |a 92  |b IZTAP