See buying choices for this item to see if it's one of the millions that are eligible for Amazon Prime.

Ready to Buy?
woodys-uk
Price: £17.66
In stock

25 used & new from £0.01

Have one to sell? Sell yours here
 
   
Java and XML (Java Series)
 
 

Java and XML (Java Series) (Paperback)

by Brett McLaughlin (Author)
2.5 out of 5 stars See all reviews (6 customer reviews)

Available from these sellers.


4 new from £11.60 21 used from £0.01
Other Editions: RRP: Our Price: Other Offers:
Paperback (3) 37 used & new from £15.49

Customers Viewing This Page May Be Interested in These Sponsored Links

  (What is this?)
XSL Editor
   www.Altova.com/XMLSpy    Edit & Debug XML, XSLT 1.0 & 2.0, XPath, XSL:FO, Schemas, DTD, SOAP 
Flash And Xml
   www.nitobi.com/services/flash    Want stylish, intuitive web apps? We're Flash and Flex gurus 
Java 6 - Free Download
   Java6.2009-Version.org    Get a better internet experience. Get the latest version now - Free! 
  
 

Customers Who Bought This Item Also Bought

Java Web Services: Up and Running

Java Web Services: Up and Running

by Martin Kalin
4.0 out of 5 stars (1)  £17.54
Spring Recipes: A Problem-Solution Approach

Spring Recipes: A Problem-Solution Approach

by Gary Mak
5.0 out of 5 stars (1)  £37.52
High Performance MySQL: Optimization, Backups, Replication, and More

High Performance MySQL: Optimization, Backups, Replication, and More

by Baron Schwartz
4.5 out of 5 stars (2)  £25.03
Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

Regular Expression Pocket Reference: Regular Expressions for Perl, Ruby, PHP, Python, C, Java and .NET (Pocket Reference (O'Reilly))

by Tony Stubblebine
4.3 out of 5 stars (7)  £7.48
Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison Wesley Signature Series)

Enterprise Integration Patterns: Designing, Building, and Deploying Messaging Solutions (Addison Wesley Signature Series)

by Gregor Hohpe
4.9 out of 5 stars (14)  £29.74
Explore similar items

Product details

  • Paperback: 498 pages
  • Publisher: O'Reilly Media, Inc, USA (15 Jun 2000)
  • Language English
  • ISBN-10: 0596000162
  • ISBN-13: 978-0596000165
  • Product Dimensions: 22.9 x 17.3 x 3 cm
  • Average Customer Review: 2.5 out of 5 stars See all reviews (6 customer reviews)
  • Amazon.co.uk Sales Rank: 928,968 in Books (See Bestsellers in Books)

    Popular in this category:

    #94 in  Books > Computing & Internet > Programming > Languages > Java > XML
  • See Complete Table of Contents

Product Description

Amazon.co.uk Review
Two hot topics come together in this developer's guide. Both Java and XML are cross-platform technologies, so by using Java for code and XML for transporting data, you can build truly portable applications. This title is aimed at intermediate to advanced programmers, and while XML topics are explained more or less from scratch, readers will need prior knowledge of Java.

The book begins with an overview of XML and its uses, and goes on to explain how to parse XML using SAX 2 (the Simple API for XML). Next there is coverage of how XML is validated using DTDs (Document Type Definitions) and XML Schema, and transformed using XSL (Extensible Stylesheet Language). Brief coverage of Sun's Java API for XML is followed by a detailed look at JDOM (Java Document Object Model), a new API devised by the author in association with O'Reilly, the publisher.

The last part of the book is more advanced, and covers applications of XML and Java. There are chapters on Web-publishing frameworks, XML RPC (Remote Procedure Calls), using XML to read and write configuration data and generating XML with Java. There is also a short business-to-business example. Appendices provide an API reference to the various specifications discussed in the book.

The strengths of Java and XML include the author's deep knowledge of his subject and a writing style that is both clear and enthusiastic. If you happen to know a lot about Java and not much about XML, this is the ideal title. Those who already have a good grasp of XML basics may be frustrated by the amount of introductory material. --Tim Anderson

Product Description
XML has been the biggest buzzword on the Internet community for the past year. But how do you cut through all the hype and actually put it to work? Java revolutionized the programming world by providing a platform-independent programming language. XML takes the revolution a step further by providing a platform-independent language for interchanging data. Java and XML share many features that are ideal for building Web-based enterprise applications, such as platform-independence, extensibility, reusability, global language (Unicode) support, and both are based on industry standards. Together Java and XML allow enterprises to simplify and lower cost of information sharing and data exchange. Java and XML shows you how to put the two together, building real-world applications in which both the code and the data are truly portable. This book covers: The basics of XML Using standard Java APIs to parse XML Designing new document types using DTDs and Schemas Writing programs that generate XML data Transforming XML into different forms using XSL transformations (XSL/T) XML-RPC Using a web publishing framework like Apache-Cocoon XML as a configuration language This is the first book to cover the most recent versions of the DOM specification (DOM 2), the SAX API (SAX 2) and Sun's Java API for XML.

See all Product Description


Inside This Book (Learn More)
Browse and search another edition of this book.
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index | Back Cover
Search inside this book:

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
Check a corresponding box or enter your own tags in the field below
java
xml
programming
programming languages
computer science
book - computer - java

Your tags: Add your first tag
 

What Do Customers Ultimately Buy After Viewing This Item?


 

Customer Reviews

6 Reviews
5 star:
 (1)
4 star:    (0)
3 star:
 (2)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
2.5 out of 5 stars (6 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
1 of 1 people found the following review helpful:
2.0 out of 5 stars Too many errors, not enough content, 28 April 2001
I was a bit disappointed with this book. The begin is quite slow and there is much too much emphasis on SAX and DOM. The code examples are actually wrong. There are too many typos, even wrong method names which don't match the initial example or the discussion, thus I would be a bit concerned for the less advanced readers. I liked the fact that he mentioned the cocoon framework, but there really wasn't enough discussion of how an XML web publishing framework should work or on how to best structure the XML for such application. The installation instructions for cocoon don't belong in this book. This should be left to the project itself and I would have been happier would that space have been filled with more explanation about XSP and related topics.
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1 of 1 people found the following review helpful:
3.0 out of 5 stars Patchy and difficult to read in places, 28 Jul 2000
By A Customer
You can tell this is a book written by a developer, but that's not to say that the content is bad - more that the presentation could have been better (please ignore my poor XML related humour).

I found that the quality of explanation was patchy, and that whilst some parts were great to read, others needed going over a good few times before they made sense. Perhaps I'm spoiled from having recently read "Enterprise JavaBeans, 2nd Ed." by Richard Monson-Haefel - in my opinion you will be hard pressed to find a more professionally written book on any technnology. In comparison, Bretts prose verges on being needlessly wordy and meandering - you will read sections and instantly think of far simpler and more concise summaries.

All this aside, I did learn a lot about XML, etc. I came to the book as a former Java application programmer, current architect, and XML novice wondering what all the fuss was about. Having read the book, I fully appreciate how XML and the related technologies are useful, and that there is a lot more to it all than I first imagined.

Having said that, I still wonder if all the hype is justified, and question whether or not people are clambering onto the bandwagon for the ride, rather than because they truly know where it's going.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
1.0 out of 5 stars Very disappointing so far. Not a good first impression..., 2 Jul 2008
By Mr. Jeremy Flowers "Looking for Java work" (Milton Keynes, UK) - See all my reviews
(REAL NAME)   
This review is from: Java and XML (Paperback)
- The source download is a joke for this book.
- You have to do an awful lot of work downloading stuff. Why these days there can't be maven scripts to download jar dependencies in download is beyond me.
- Ch2: P34:There's a glib statements about xmllint in the area of validating a xml document against an xsd. Quote: "Errors are reported and you can easily fix them". I didn't find this to be the case! I couldn't fathom the error it spewed out and Googling didn't show me an obvious answer either.
- Ch3:We come on to a SAX example. Once again no script to compile/run/get jars. So I knock one up. Then find I can't get example to compile because of missing class. So I think. Have the jars changed. No I eventually find via Googling an errata reference that this class is covered in next chapter!
So I go and look for it in source download and guess what. It's not there.
If there is one thing that drives me crazy. It's forward references in books. Even worse unmentioned ones. Source should have comment and download should be complete.
- Early chapters also were describing the makeup of xml documents. It would be good it this had been included in download too. Very sloppy packaging guys.
- I'll post back once I get further on and have typed in the code for ch4.
- But I hate what I've seen so far.
- I bought this book based on Steven Haines recommendation to becoming an Enterprise Java Developer over in his articles on Informit. He has been on the money with most of his recommendations. But with this one something is very awry. There must be a better alternative out there!
Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

3.0 out of 5 stars Good, but the world needs an even better one
This is probably the best BOOK currently available on the COMBINATION of Java and XML. As always, if it's over a week old, then it has been superceded. Read more
Published on 30 Aug 2000

1.0 out of 5 stars Weak, poor coverage.
Lengthy coverage of SAX, better covered by the authors examples. XML examples flawed. Try the open sites for java application to XML, and an on topic XML book. Read more
Published on 30 Jul 2000

5.0 out of 5 stars This is a key book. Buy it or regret it!
This book is about the next wave of internet development and without grasping these two key technologies - you won't be able to take the ride.
Published on 13 Jul 2000 by prakashc@msn.com

Only search this product's reviews



Customer Discussions

 Beta (What's this?)
This product's forum (0 discussions)
  Discussion Replies Latest Post
  No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
  [Cancel]

   


Listmania!


Look for similar items by category


Feedback


Health & Beauty at Amazon.co.uk

Elemis Resurface and Renew Skin Care Gift Set of 4 Products
From soap to shavers, massagers to mascara, stock up on your daily essentials or truly pamper yourself.

Discover Health & Beauty

 

More From Brett Mclaughlin

Head First Object-Oriented...

Head First Object-Oriented Analysis...

"Head First Object Oriented Analysis and Design is a refreshing look... Read more
£38.50 £25.03

 

A Close Shave

Philips Nivea Coolskin HS8060 Moisturizing Rotary Shaving System
For all types of hair removal, stay smooth with Amazon.co.uk.

Discover Shaving & Hair Removal

 

Treat Someone

Amazon.co.uk Gift Certificates--available in any amount from £5 to £500 With an Amazon.co.uk Gift Certificate, you can get them what they want (even if you don't know what that is).

Learn more about Gift Certificates

 
Ad

Where's My Stuff?

Delivery and Returns

Need Help?

Your Recent History

  (What's this?)
You have no recently viewed items or searches.

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.

Look to the right column to find helpful suggestions for your shopping session.

Continue Shopping: Top Sellers

amazon.co.uk Amazon Home
International Sites:  United States  |  Germany  |  France  |  Japan  |  Canada  |  China
Business Programs: Sell on Amazon  |  Fulfilment by Amazon  |  Join Associates  |  Join Advantage
Customer Service  |  Help  |  View Basket  |  Your Account
About Amazon.co.uk  |  Careers at Amazon
Conditions of Use & Sale |  Privacy Notice  © 1996-2009, Amazon.com, Inc. and its affiliates