Programming web services with XML-RPC: [creating web application gateways]
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2001
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XVII, 213 S. Ill. |
ISBN: | 0596001193 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV013885001 | ||
003 | DE-604 | ||
005 | 20020705 | ||
007 | t| | ||
008 | 010821s2001 gw a||| |||| 00||| eng d | ||
016 | 7 | |a 962126896 |2 DE-101 | |
020 | |a 0596001193 |9 0-596-00119-3 | ||
035 | |a (OCoLC)248254266 | ||
035 | |a (DE-599)BVBBV013885001 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-29T |a DE-91G |a DE-355 |a DE-526 |a DE-2070s | ||
082 | 0 | |a 005.276 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a DAT 793f |2 stub | ||
100 | 1 | |a St. Laurent, Simon |e Verfasser |4 aut | |
245 | 1 | 0 | |a Programming web services with XML-RPC |b [creating web application gateways] |c Simon St. Laurent, Joe Johnston, and Edd Dumbill. [Ed.: Valerie Quercia] |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2001 | |
300 | |a XVII, 213 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a XML - RPC | |
650 | 0 | 7 | |a RPC |0 (DE-588)4252621-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a XML |0 (DE-588)4501553-3 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a XML |0 (DE-588)4501553-3 |D s |
689 | 0 | 1 | |a RPC |0 (DE-588)4252621-8 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Johnston, Joe |e Verfasser |4 aut | |
700 | 1 | |a Dumbill, Edd |e Verfasser |4 aut | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499265&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-009499265 |
Datensatz im Suchindex
_version_ | 1816444400649109504 |
---|---|
adam_text |
TABLE
OF
CONTENTS
FOREWORD
.
IX
PREFACE
.
XIII
1.
INTRODUCTION
.
1
WHAT
XML-RPC
DOES
.
2
WHERE
XML-RPC
EXCELS
.
5
A
QUICK
TOUR
OF
THE
MINEFIELDS
.
6
2.
TBE
XML-RPC
PROTOCOL
.
10
CHOREOGRAPHY
.
10
DATA
TYPES
.
13
REQUEST
FORMAT
.
20
RESPONSE
FORMAT
.
26
THE
NIL
VALUE
.
31
A
DTD
FOR
XML-RPC
.
31
3
CLIENT-SERVER
COMMUNICATION:
XML-RPC
IN
FAVA
.
33
WHY
XML-RPC
FOR
JAVA?
.
34
THE
XML-RPC
JAVA
LIBRARY
.
36
BUILDING
XML-RPC
CLIENTS
.
41
BUILDING
XML-RPC
SERVERS
.
43
CREATING
XML-RPC
HANDLERS
.
47
THREE
PRACTICAL
EXAMPLES
.
51
MOVING
TOWARD
CROSS-PLATFORM
PEER-TO-PEER
.
63
VI
TABLE
OF
CONTENTS
4.
XML-RPC
AND
PERL
.
64
PERL
'
S
IMPLEMENTATION
OF
XML-RPC
.
65
DATA
TYPES
.
66
XML-RPC
CLIENTS
.
73
XML-RPC
SERVERS
.
80
INTEGRATING
XML-RPC
INTO
A
WEB
SERVER
.
86
5.
INTEGRATING
WEB
APPLICATIONS:
XML-RPC
IN
PHP
.
89
GETTING
THE
XML-RPC
LIBRARY
FOR
PHP
.
90
UNDERSTANDING
THE
CLIENT
CLASSES
.
90
MAPPING
DATA
BETWEEN
PHP
AND
XML-RPC
.
91
INVOKING
METHODS
.
96
BUILDING
XML-RPC
SERVERS
IN
PHP
.
100
CONNECTING
WEB
APPLICATIONS
.
105
WHAT
PHP
AND
XML-RPC
CAN
DO
.
116
6.
XML-RPC
AND
PYTBON
.
117
PYTHON
IMPLEMENTATIONS
OF
XML-RPC.
117
INSTALLING
PYTHONWARE
XML-RPC
.
118
DATA
TYPES
.
118
XML-RPC
CLIENTS
.
.
122
XML-RPC
SERVERS
.
125
INTEGRATING
XML-RPC
INTO
A
WEB
SERVER
.
136
USING
ZOPE
AS
AN
XML-RPC
SERVER
.
139
7.
BRIDGING
XML-RPC
AND
COM:
XML-RPC
IN
ASP
.
140
USING
XML-RPC
WITH
ASP
.
140
MAKING
ACTIVE
SERVER
PAGES
MORE
ACTIVE
.
142
DATA
TYPES
AND
THE
API
.
144
BUILDING
AN
ADDRESS
BOOK
WEB
SERVICE
WITH
ASP
.
146
TALKING
TO
MS
ACCESS
FROM
LINUX
.
154
AN
XML-RPC
CLIENT
IN
ASP
.
156
CREATING
A
WINDOW
TO
LINUX
.
161
CONNECTIONS
AND
CAVEATS
.
164
8.
XML-RPC
AND
THE
WEB
SERVICES
LANDSCAPE
.
167
THE
WEB
SERVICES
VISION
.
167
PUBLIC
XML-RPC
SERVICES
.
168
DESIGN
CONSIDERATIONS
FOR
ANY
XML-RPC
APPLICATION
.
169
TABLE
OF
CONTENTS
VII
BEYOND
XML-RPC
.
171
PROTOCOL
DESIGN
CHOICES
.
175
XML-RPC
AND
WEB
SERVICES
.
177
A.
THE
XML
YOU
NEED
FOR
XML-RPC
.
179
B.
THE
HTTP
YOU
NEED
FOR
XML-RPC
.
193
INDEX
.
207 |
any_adam_object | 1 |
author | St. Laurent, Simon Johnston, Joe Dumbill, Edd |
author_facet | St. Laurent, Simon Johnston, Joe Dumbill, Edd |
author_role | aut aut aut |
author_sort | St. Laurent, Simon |
author_variant | l s s ls lss j j jj e d ed |
building | Verbundindex |
bvnumber | BV013885001 |
classification_rvk | ST 250 |
classification_tum | DAT 793f |
ctrlnum | (OCoLC)248254266 (DE-599)BVBBV013885001 |
dewey-full | 005.276 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.276 |
dewey-search | 005.276 |
dewey-sort | 15.276 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV013885001</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20020705</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">010821s2001 gw a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">962126896</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596001193</subfield><subfield code="9">0-596-00119-3</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)248254266</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV013885001</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-29T</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-526</subfield><subfield code="a">DE-2070s</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.276</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 793f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">St. Laurent, Simon</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Programming web services with XML-RPC</subfield><subfield code="b">[creating web application gateways]</subfield><subfield code="c">Simon St. Laurent, Joe Johnston, and Edd Dumbill. [Ed.: Valerie Quercia]</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2001</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XVII, 213 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">XML - RPC</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">RPC</subfield><subfield code="0">(DE-588)4252621-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">XML</subfield><subfield code="0">(DE-588)4501553-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">RPC</subfield><subfield code="0">(DE-588)4252621-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Johnston, Joe</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Dumbill, Edd</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499265&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-009499265</subfield></datafield></record></collection> |
id | DE-604.BV013885001 |
illustrated | Illustrated |
indexdate | 2024-11-22T17:26:10Z |
institution | BVB |
isbn | 0596001193 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-009499265 |
oclc_num | 248254266 |
open_access_boolean | |
owner | DE-29T DE-91G DE-BY-TUM DE-355 DE-BY-UBR DE-526 DE-2070s |
owner_facet | DE-29T DE-91G DE-BY-TUM DE-355 DE-BY-UBR DE-526 DE-2070s |
physical | XVII, 213 S. Ill. |
publishDate | 2001 |
publishDateSearch | 2001 |
publishDateSort | 2001 |
publisher | O'Reilly |
record_format | marc |
spelling | St. Laurent, Simon Verfasser aut Programming web services with XML-RPC [creating web application gateways] Simon St. Laurent, Joe Johnston, and Edd Dumbill. [Ed.: Valerie Quercia] 1. ed. Beijing [u.a.] O'Reilly 2001 XVII, 213 S. Ill. txt rdacontent n rdamedia nc rdacarrier XML - RPC RPC (DE-588)4252621-8 gnd rswk-swf XML (DE-588)4501553-3 gnd rswk-swf XML (DE-588)4501553-3 s RPC (DE-588)4252621-8 s DE-604 Johnston, Joe Verfasser aut Dumbill, Edd Verfasser aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499265&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | St. Laurent, Simon Johnston, Joe Dumbill, Edd Programming web services with XML-RPC [creating web application gateways] XML - RPC RPC (DE-588)4252621-8 gnd XML (DE-588)4501553-3 gnd |
subject_GND | (DE-588)4252621-8 (DE-588)4501553-3 |
title | Programming web services with XML-RPC [creating web application gateways] |
title_auth | Programming web services with XML-RPC [creating web application gateways] |
title_exact_search | Programming web services with XML-RPC [creating web application gateways] |
title_full | Programming web services with XML-RPC [creating web application gateways] Simon St. Laurent, Joe Johnston, and Edd Dumbill. [Ed.: Valerie Quercia] |
title_fullStr | Programming web services with XML-RPC [creating web application gateways] Simon St. Laurent, Joe Johnston, and Edd Dumbill. [Ed.: Valerie Quercia] |
title_full_unstemmed | Programming web services with XML-RPC [creating web application gateways] Simon St. Laurent, Joe Johnston, and Edd Dumbill. [Ed.: Valerie Quercia] |
title_short | Programming web services with XML-RPC |
title_sort | programming web services with xml rpc creating web application gateways |
title_sub | [creating web application gateways] |
topic | XML - RPC RPC (DE-588)4252621-8 gnd XML (DE-588)4501553-3 gnd |
topic_facet | XML - RPC RPC XML |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=009499265&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT stlaurentsimon programmingwebserviceswithxmlrpccreatingwebapplicationgateways AT johnstonjoe programmingwebserviceswithxmlrpccreatingwebapplicationgateways AT dumbilledd programmingwebserviceswithxmlrpccreatingwebapplicationgateways |