Java & XML: [ solutions to real-world problems ]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2001
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XV, 509 S. graph. Darst. |
ISBN: | 0596001975 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV021964065 | ||
003 | DE-604 | ||
005 | 20040302000000.0 | ||
007 | t | ||
008 | 020114s2001 d||| |||| 00||| eng d | ||
020 | |a 0596001975 |9 0-596-00197-5 | ||
035 | |a (OCoLC)248502455 | ||
035 | |a (DE-599)BVBBV021964065 | ||
040 | |a DE-604 |b ger | ||
041 | 0 | |a eng | |
049 | |a DE-706 | ||
050 | 0 | |a QA76.73.J38 | |
082 | 0 | |a 005.72 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 260 |0 (DE-625)143632: |2 rvk | ||
100 | 1 | |a McLaughlin, Brett |e Verfasser |0 (DE-588)133417670 |4 aut | |
245 | 1 | 0 | |a Java & XML |b [ solutions to real-world problems ] |
250 | |a 2. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2001 | |
300 | |a XV, 509 S. |b graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Java <Programmiersprache> | |
650 | 4 | |a XML | |
650 | 0 | 7 | |a XML |0 (DE-588)4501553-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Java |g Programmiersprache |0 (DE-588)4401313-9 |D s |
689 | 0 | 1 | |a XML |0 (DE-588)4501553-3 |D s |
689 | 0 | |8 1\p |5 DE-604 | |
689 | 1 | 0 | |a XML |0 (DE-588)4501553-3 |D s |
689 | 1 | |5 DE-604 | |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015179215&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015179215 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804135932914302976 |
---|---|
adam_text | Titel: Java XML
Autor: McLaughlin, Brett
Jahr: 2001
Table of Contents
Preface ix
1. Introduction 7
XML Matters 7
What s Important? 4
The Essentials 5
What s Next? 8
2. Nuts and Bolts 9
The Basics 10
Constraints 21
Transformations 28
And More 36
What s Next? 37
3. SAX
Getting Prepared 38
SAX Readers 41
Content Handlers 48
Error Handlers 64
Gotcha! 70
What s Next? 73
Table of Contents
4. Advanced S4X
74
Properties and Features
More Handlers
Filters and Writers
95
Even More Handlers
„ . t 100
Gotcha!
102
What s Next?
5. DOM ! 103
The Document Object Model ^
Serialization
Mutability *22
Gotcha! 122
What s Next? ^
6. Advanced DOM
Changes
Namespaces 157
DOM Level 2 Modules 1*1
DOM Level 155
Gotcha! 159
What s Next? 150
7. JDOM 161
The Basics 161
PropsToXML 166
XMLProperties 177
Is JDOM a Standard? 109
Gotcha! „ 190
What s Next? 192
8. Advanced JDOM 193
Helpful JDOM Internals 193
JDOM and Factories 198
Wrappers and Decorators nnA
Table of Contents
vii
Gotcha! 217
What s Next? 219
9. JAXP 220
API or Abstraction 220
JAXP 1.0 222
JAXP 1.1 230
Gotcha! 240
What s Next? 242
10. Web Publishing Frameworks 243
Selecting a Framework 245
Installation 247
Using a Publishing Framework 252
Cocoon 2-0 and Beyond 283
What s Next? ; 286
11. XML-RPC 287
RPC Versus RMI 288
Saying Hello 290
Putting the Load on the Server 303
The Real World 319
What s Next? 322
12. SOAP 323
Starting Out 323
Setting Up 327
Getting Dirty 332
Going Further 341
What s Next? 350
13. Web Services 351
Web Services 351
UDDI 353
WSDL 354
Yiij Table of Contents
Putting It All Together 357
What s Next? 377
14. Content Syndication 378
The Foobar Public Library 379
mytechbooks.com 388
Push Versus Pull 399
What s Next? 408
15. Data Binding 409
First Principles 410
Castor 416
Zeus 424
JAXB 433
What s Next? 441
16. Looking Forward 442
XLink 442
XPointer 444
XML Schema Bindings 448
And the Rest 449
What s Next? 450
A. API Reference 45j
B. SAX 2.0 Features and Properties 490
Index
|
adam_txt |
Titel: Java XML
Autor: McLaughlin, Brett
Jahr: 2001
Table of Contents
Preface ix
1. Introduction 7
XML Matters 7
What's Important? 4
The Essentials 5
What's Next? 8
2. Nuts and Bolts 9
The Basics 10
Constraints 21
Transformations 28
And More 36
What's Next? 37
3. SAX
Getting Prepared 38
SAX Readers 41
Content Handlers 48
Error Handlers 64
Gotcha! 70
What's Next? 73
Table of Contents
4. Advanced S4X
74
Properties and Features
More Handlers
Filters and Writers
95
Even More Handlers
„ . t 100
Gotcha!
102
What's Next?
5. DOM ! 103
The Document Object Model ^
Serialization
Mutability *22
Gotcha! 122
What's Next? ^
6. Advanced DOM
Changes
Namespaces 157
DOM Level 2 Modules 1*1
DOM Level 155
Gotcha! 159
What's Next? 150
7. JDOM 161
The Basics 161
PropsToXML 166
XMLProperties 177
Is JDOM a Standard? 109
Gotcha! „ 190
What's Next? 192
8. Advanced JDOM 193
Helpful JDOM Internals 193
JDOM and Factories 198
Wrappers and Decorators nnA
Table of Contents
vii
Gotcha! 217
What's Next? 219
9. JAXP 220
API or Abstraction 220
JAXP 1.0 222
JAXP 1.1 230
Gotcha! 240
What's Next? 242
10. Web Publishing Frameworks 243
Selecting a Framework 245
Installation 247
Using a Publishing Framework 252
Cocoon 2-0 and Beyond 283
What's Next? ; 286
11. XML-RPC 287
RPC Versus RMI 288
Saying Hello 290
Putting the Load on the Server 303
The Real World 319
What's Next? 322
12. SOAP 323
Starting Out 323
Setting Up 327
Getting Dirty 332
Going Further 341
What's Next? 350
13. Web Services 351
Web Services 351
UDDI 353
WSDL 354
Yiij Table of Contents
Putting It All Together 357
What's Next? 377
14. Content Syndication 378
The Foobar Public Library 379
mytechbooks.com 388
Push Versus Pull 399
What's Next? 408
15. Data Binding 409
First Principles 410
Castor 416
Zeus 424
JAXB 433
What's Next? 441
16. Looking Forward 442
XLink 442
XPointer 444
XML Schema Bindings 448
And the Rest 449
What's Next? 450
A. API Reference 45j
B. SAX 2.0 Features and Properties 490
Index |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | McLaughlin, Brett |
author_GND | (DE-588)133417670 |
author_facet | McLaughlin, Brett |
author_role | aut |
author_sort | McLaughlin, Brett |
author_variant | b m bm |
building | Verbundindex |
bvnumber | BV021964065 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.J38 |
callnumber-search | QA76.73.J38 |
callnumber-sort | QA 276.73 J38 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 250 ST 260 |
ctrlnum | (OCoLC)248502455 (DE-599)BVBBV021964065 |
dewey-full | 005.72 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.72 |
dewey-search | 005.72 |
dewey-sort | 15.72 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01601nam a2200445zc 4500</leader><controlfield tag="001">BV021964065</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20040302000000.0</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">020114s2001 d||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596001975</subfield><subfield code="9">0-596-00197-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)248502455</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV021964065</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-706</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.J38</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.72</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">ST 260</subfield><subfield code="0">(DE-625)143632:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">McLaughlin, Brett</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)133417670</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Java & XML</subfield><subfield code="b">[ solutions to real-world problems ]</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. 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">XV, 509 S.</subfield><subfield code="b">graph. Darst.</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">Java <Programmiersprache></subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">XML</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="650" ind1="0" ind2="7"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Java</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4401313-9</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><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=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" 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="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ 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=015179215&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015179215</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV021964065 |
illustrated | Illustrated |
index_date | 2024-07-02T16:08:43Z |
indexdate | 2024-07-09T20:48:22Z |
institution | BVB |
isbn | 0596001975 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015179215 |
oclc_num | 248502455 |
open_access_boolean | |
owner | DE-706 |
owner_facet | DE-706 |
physical | XV, 509 S. graph. Darst. |
publishDate | 2001 |
publishDateSearch | 2001 |
publishDateSort | 2001 |
publisher | O'Reilly |
record_format | marc |
spelling | McLaughlin, Brett Verfasser (DE-588)133417670 aut Java & XML [ solutions to real-world problems ] 2. ed. Beijing [u.a.] O'Reilly 2001 XV, 509 S. graph. Darst. txt rdacontent n rdamedia nc rdacarrier Java <Programmiersprache> XML XML (DE-588)4501553-3 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 gnd rswk-swf Java Programmiersprache (DE-588)4401313-9 s XML (DE-588)4501553-3 s 1\p DE-604 DE-604 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015179215&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | McLaughlin, Brett Java & XML [ solutions to real-world problems ] Java <Programmiersprache> XML XML (DE-588)4501553-3 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
subject_GND | (DE-588)4501553-3 (DE-588)4401313-9 |
title | Java & XML [ solutions to real-world problems ] |
title_auth | Java & XML [ solutions to real-world problems ] |
title_exact_search | Java & XML [ solutions to real-world problems ] |
title_exact_search_txtP | Java & XML [ solutions to real-world problems ] |
title_full | Java & XML [ solutions to real-world problems ] |
title_fullStr | Java & XML [ solutions to real-world problems ] |
title_full_unstemmed | Java & XML [ solutions to real-world problems ] |
title_short | Java & XML |
title_sort | java xml solutions to real world problems |
title_sub | [ solutions to real-world problems ] |
topic | Java <Programmiersprache> XML XML (DE-588)4501553-3 gnd Java Programmiersprache (DE-588)4401313-9 gnd |
topic_facet | Java <Programmiersprache> XML Java Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015179215&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT mclaughlinbrett javaxmlsolutionstorealworldproblems |