XML Java Resources Page 2 of 2

Below you will find 50 categories and 49 links related to XML Java Resources.

Links:

XML : Books

Teach Yourself XML in 21 Days

Visit Teach Yourself XML in 21 Days

Sams Teach Yourself XML in 21 Days, Second Edition covers everything you need to know with XML and several of its most important related standards (including XSL, the Extensible Stylesheet Languages; Xpath, the Extensible Path Language; Xlink, the Extensible Link Language; Xpointer; XML-Data Reduced; and XML Schema, to name a few). You will see many working code examples of these technologies and be able to use what you have learned immediately. This book assumes that you are a seasoned developer, proficient with a variety of technologies and languages. Some of the working code examples in this book make use of JavaScript, VBScript, Java, databases, Active Server Pages, and object-oriented programming techniques, to name but a few. XML is arguably one of the most revolutionary new computer technologies to come along since the Web was conceived in the early 1990's. You may already know the Hypertext Markup Language (HTML).

  • Cost: $10.00
  • Pages: 528
  • Edition: 2nd edition
  • ISBN: 0672320932

Teach Yourself XML in 24 Hours

Visit Teach Yourself XML in 24 Hours

Sams Teach Yourself XML in 24 Hours, Second Edition focuses on teaching the reader the fundamental concepts of XML using practical, hands-on examples. Rather than dwelling on dry theory, the book is filled with clear, real-world examples of how the technology can be used today. This book includes coverage of topics such as: Displaying XML files in HTML files; Parsing HTML files into corresponding hierarchical tree structure; Embedding XML code into an HTML file; Using Extensible Style Sheets (XSL); Performing queries in XSL; Building an online store. Michael Morrison is a writer, developer, toy inventor, and author of a variety of books including HTML and XML for Beginners, The Unauthorized Guide to Pocket PC, XML Unleashed, and The Complete Idiot's Guide to Java 2. Michael is the instructor of several Web-based courses and also serves as a technical director for ReviewNet, a company that provides Web-based staffing tools.

  • Cost: $17.49
  • Pages: 485
  • Edition: 2nd edition
  • ISBN: 0672322137

Using XHTML, XML and Java 2

Visit Using XHTML, XML and Java 2

An essential reference for XHTML, XML, and Java 2 programming languages. Shows how to create eye-popping Web sites using these three programming languages, taking advantage of the features of each. Also includes a companion Web site where the source code for the exercises in the text may be found. Topics include: Tutorial and reference to XHTML; Web page design guidelines; Basic rules of XHTML; Converting HTML; XHMTL 1.0 elements; Image maps (client and server-side); Using images and graphics (including GIF, JPEG, and PNG formats; animated GIFs; and image anchors); Tables and frames (including browser dependencies); HTTP forms tutorial (input field types and passing HTTP form data via URLs); Cascading style sheets (CSS); XML tutorial; Creating XML documents; Survey of XML tools, parsers, and editors; SAX API and Document Object Model (DOM); Related XML standards: using XPath, XPointer, and XLink; Document Type Definitions (DTDs); Cookies.

  • Cost: $41.99
  • Pages: 1410
  • Edition: 1st edition
  • ISBN: 0789724731

Using XML

Visit Using XML

Master XML syntax and document type definitions (DTDs). Learn how to extend and existing DTD and how to write custom DTD from scratch. Use namespaces to streamline your XML code. Discover XML schemas, the next generation of structure definition. Find out how XPath, XLink, and Xpointer can extend the capabilities of your documents. Explore DOM, the document object model, and SAX, the simple api for XML. Use style sheets in conjunction with XML. Integrate XML with other technologies, such as java, COM, and CORBRA. Learn the security and privacy issues involved with using XML on the Web. Explore RDF, the resource description framework. Understand how to make your documents accessible to all users, regardless of their nationality or abilities. Using XML, Special Edition, is a wonderful reference for those who know what the heck they're doing with XML, but a very confusing primer for those who don't. The text explains concepts and gives examples.

  • Cost: $0.01
  • Pages: 880
  • Edition: Book and CD-ROM edition
  • ISBN: 0789719967

Web Services Essentials

Visit Web Services Essentials

Web Services make it possible for diverse applications to discover each other and exchange data seamlessly via the Internet. For instance, programs written in Java and running on Solaris can find and call code written in C# that run on Windows XP, or programs written in Perl that run on Linux, without any concern about the details of how that service is implemented. A common set of Web Services is at the core of Microsoft's new .NET strategy, Sun Microsystems's Sun One Platform, and the W3C's XML Protocol Activity Group. In this book, author Ethan Cerami explores four key emerging technologies: XML Remote Procedure Calls (XML-RPC) · SOAP - The foundation for most commercial Web Services development · Universal Discovery, Description and Integration (UDDI); and · Web Services Description Language (WSDL). For each of these topics, Web Services Essentials provides a quick overview, Java tutorials with sample code, and samples of the XML documents.

  • Cost: $20.97
  • Pages: 304
  • Edition: 1st edition
  • ISBN: 0596002246

XML

Visit XML

Not since Java has a new language turned so many heads in the Web community. Why is XML generating so much buzz? It offers greater flexibility and control when creating Web documents for one. If HTML doesnt have the tags you need, for example, make your own with XML. And thats just the beginning of what this powerful metamarkup language can do. In XML: Extensible Markup Language, renowned author and programming guru Elliotte Rusty Harold combines clear, concise explanations with practical real-world examples to give you a complete understanding of XML. You get expert advice on creating XML documents, step-by-step instructions for adding customized structure to documents, tips for converting HTML to XML, strategies for assembling documents from multiple data sources, in-depth coverage of international scripts, character sets, fonts, and Unicode, thorough analysis of Xlinks and Xpointers, and more. Features the source code for all the samples.

  • Cost: $20.00
  • Pages: 426
  • Edition: Book and CD-ROM edition
  • ISBN: 0764531999

XML and Java

Visit XML and Java

Fully revised to cover the latest standards and technologies, XML and Java, Second Edition provides the practical solutions developers need to design powerful and portable Web-based applications. Featuring step-by-step examples, this book focuses on harnessing the power of Java and XML together to streamline the development process. XML and Java, Second Edition provides new coverage of emerging areas such as document management, databases, messaging, servlets, JDBC, data binding, security, and more. It begins with an overview of XML programming techniques, standard APIs, and tools. Building upon this foundation, the book goes on to cover the latest technologies, including DOM Level 2, SAX2, XSLT, SOAP, WSDL, and UDDI. It explores the role of these major middleware technologies in XML and Java-based Web application development, as well as the limitations and potential pitfalls. Topic coverage includes: Parsing XML documents; XML Schema languages.

  • Cost: $34.99
  • Pages: 688
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0201770040

XML and Java from Scratch

Visit XML and Java from Scratch

With the help of XML and Java from scratch, you will build a Web site and application for ChaseWeb Furniture -- a fictitious catalog furniture company. All of the information on products, prices, vendors, and so on, is rendered in XML. You'll learn how to display products on the company Web site, take orders, produce a paper catalog, and communicate with the external databases of vendors using XML. The from scratch format is designed to teach novice programmers the hows and whys of programming in the context of creating a functioning application. Illustrates the principles of XML by building a web site and application for a fictitious catalog furniture company. Chapters cover cascading style sheets, XSL processors, document type definitions, parsers, manipulating vendor data with JDOM, organizing inventory structure with namespaces and DOM, and using Java to access legacy SQL databases in conjunction with XML.

  • Cost: $1.41
  • Pages: 496
  • Edition: 1st edition
  • ISBN: 0789724766

XML by Example

Visit XML by Example

XML by Example, 2nd edition has been revised and updated to include the newest standards, more robust examples, and better tools for developers to make the most of XML as they learn it. Building off readers' knowledge of HTML, JavaScript and web development, this book teaches XML using practical, real-world examples every step of the way. The book starts with a broad overview of the technologies and standards that make up XML. Following chapters teach each of these topics in depth, including new coverage of: more robust tools for parsing and manipulating XML, modeling with XML Schemas, managing extensibility with Namespaces, the latest version of XSL transformations (XSLT), applying style with XSL Formatting Objects and Cascading Style Sheets, object models including SAX 2 and DOM 2, and working with existing XML models: XHTML, WML and RSS. The final chapters design and build an XML enabled e-Commerce application.

  • Cost: $20.99
  • Pages: 512
  • Edition: 2nd edition
  • ISBN: 0789725045

XML CD Bookshelf

Visit XML CD Bookshelf

O'Reilly's "XML CD Bookshelf" provides convenient online access to seven indispensable XML books -- "XML in a Nutshell, Second Edition", "XSLT", "XML Schema", "SAX2", "Java & XML, Second Edition", "Java and XSLT", and "Perl & XML" -- all from your CD-ROM drive. The CD has a master index for all seven books and a powerful search engine -- and all the text is extensively hyper-linked -- so you can find what you're looking for quickly. Packaged with the hard copy of "XML in a Nutshell, Second Edition", it takes up less than 2 inches of bookshelf space, and when you're on the run, you can just grab the CD and go. They say good things come in small packages. The "XML CD Bookshelf" packs a stack of essential XML books into one comprehensive, immensely convenient, and portable small package. Books included in the "XML CD Bookshelf": XML in a Nutshell, Second Edition; XSLT; XML Schema; SAX2; Java & XML, Second Edition; Java and XSLT; Perl & XML.

  • Cost: $83.97
  • Pages: 600
  • Edition: Book and CD edition
  • ISBN: 0596003358

XML Complete Reference

Visit XML Complete Reference

Create simple to complex XML documents and build full-fledged Web applications using this one-stop resource. Covering a wide range of topics--from reviewing XML parsers and validators to using scripts and converting databases into XML documents--this all-inclusive reference shows you everything you need to work with this popular tag-based language. Learn to enhance text with either cascading or extensible style sheets, use schemas to improve functionality, select portions of a document using XLink and XPointer, and much more. Additionally, XML: The Complete Reference covers SMIL and Math--languages used for multimedia presentations and displaying mathematical equations. Thorough, useful, and comprehensive, this is the only XML book you'll need. Get an overview of related standards and requirements for using XML. Create organized, well-formed XML document structures. Identify attributes and add data to your XML documents. Use schemas in XML.

  • Cost: $34.99
  • Pages: 965
  • Edition: 1st edition
  • ISBN: 0072127341

XML Development with Java 2

Visit XML Development with Java 2

XML Development with Java 2 provides the information and techniques a Java developer will need to integrate XML into Java-based applications. This book presents a fast-paced introduction to XML and moves quickly into the areas where XML has the biggest impact on Java Development. The book covers crucial topics such as the XML Documet Object Model (DOM), Using Java and XSL to transform and format XML data, Integrating XML into JavaBeans and EJB development, and using XML with Java Servlets. The authors also cover the impact XML has on Java database access and the way XML works with the Swing classes. A building block approach lets readers begin programming quickly then follows through with details on less common features of the standards. Assumes familiarity with basics of Java programming. The authors are Java programmers. Presents the information needed to integrate XML into Java applications, explaining the impact XML will have on Java.

  • Cost: $34.99
  • Pages: 800
  • Edition: Book and CD-ROM edition
  • ISBN: 0672316536

XML for Real Programmers

Visit XML for Real Programmers

XML for Real Programmers provides detailed instruction in the all techniques you need to master to build XML applications for any Web enterprise. Inside, the author begins with incisive introductions to the entire family of XML technologies. Then, building on this foundation, he guides you step by step through the development of three sample applications that together form a complete, cohesive e-commerce site: A reusable XML framework, adaptable to a wide variety of "document factory" Web applications and complemented by key business objects: an Account class, a Catalog class, and a ShoppingBasket class; A Java-based servlet responsible for all aspects of XSL transformation, including external stylesheets, conditional processing, flow-control, dynamically created attribute nodes for parent elements, and template invocation; An order processing application designed to accept and process data structured by a wide range of DTDs.

  • Cost: $35.96
  • Pages: 350
  • Edition: Book and CD-ROM edition
  • ISBN: 0123555922

XML How to Program

Visit XML How to Program

The authoritative DEITEL LIVE-CODE introduction to XML-based systemds development. This new book by the world's leading programming-language textbook authors carefully explains XML-based systems development, including programming multi-tier, client/server, databaseoriented, Internet and World-Wide-Web-based applications. Dr. Harvey M. Deitel and Paul J. Deitel are the principals of Deitel & Associates, Inc., the internationally recognized corporate training and content-creation organization specializing in Java, C++, C, C#, Visual Basic, XML, Python, Perl, ASP, Internet, World Wide Web and object technologies. The Deitels are also the authors of the world's #1 Java and C++ textbooks, Java How to Program, and C++ How to Program. In XML How to Program, the Deitels and their colleagues, Tern R. Nieto, Ted Lin and Praveen Sadhu discuss topics you need to build complete, working XML-based systems including: HTML/XHTML/CSS; DTD/Schema/Parsers.

  • Cost: $85.00
  • Pages: 934
  • Edition: Book and CD-ROM edition
  • ISBN: 0130284173

XML in Theory and Practice

Visit XML in Theory and Practice

XML is a powerful cross-platform mark-up language which has readily been adopted as a standard in many spheres of web and software development. Real benefits include its ease of integration into existing systems, the simplicity of using it in object-oriented environments and its wide applicability. Chris Bates shows how to use XML in modern software developments and backs up a thorough treatment of its key points with clear, practical examples. Programmers and developers wanting both A-Z coverage and a practical how-to, will find stepwise guidance on: creating data, storage formats, implementing interfaces, providing a wireless protocol in distributed applications (SOAP), and creating intermediate data formats on the web. Chris Bates provides live code in Java to show how XML can be employed in the development of applications and also provides details of how XML parsers work. You will learn more than simply how XML operates.

  • Cost: $31.50
  • Pages: 482
  • Edition: paperback
  • ISBN: 0470843446

XML Primer Plus

Visit XML Primer Plus

This book presents XML programming from a conceptual perspective, teaching not just the technology, but the background and thinking behind it. Developers learn to do it right, gaining a thorough understanding of the hows and the whys from the ground up. Rather than teaching programmers to memorize specific APIs, this book teaches programmers how to think about XML programming in a language-neutral way, with examples in various languages (such as Java, C++, Perl, and VB) and provides guidance on how and when XML can be used in real-world situations. Nicholas Chase has been involved in Web site development for companies such as Lucent Technologies, Sun Microsystems, Oracle, and the Tampa Bay Buccaneers. Nick has been a high school physics teacher, a low-level radioactive waste facility manager, an online science fiction magazine editor, a multimedia engineer, and an Oracle instructor. He is the author of several books on XML and on Web development.

  • Cost: $31.49
  • Pages: 1024
  • Edition: 1st edition
  • ISBN: 0672324229

XML Processing with Perl & PHP

Visit XML Processing with Perl & PHP

XML is an elegant solution to the problem of data portability. Like all breakthroughs, however, it gives rise to new challenges. With XML, you can store and structure data for seamless, cross-platform exchange-which is especially crucial in today's e-commerce environments. But XML does no processing itself. To leverage XML data, you need to use a programming language. XML Processing with Perl, Python, and PHP teaches you to reap the special advantages of processing your XML with these and four other scripting languages, which-as you'll see-trump C, C++, and Java in a variety of ways. Along this path lie shorter development times and lower costs. At its end lie performance benefits such as superior text processing, memory management, and data modeling capabilities, as well as strategic benefits such as greater longevity and broader compatibility. Master the execution of remote procedures, the internal modeling of XML data.

  • Cost: $34.99
  • Pages: 432
  • Edition: 1st edition
  • ISBN: 0782140211

XML Programming Training Course

Visit XML Programming Training Course

Master XML development - hands-on! You're holding the fastest, most effective way to master real-world XML development. This start-to-finish multimedia training course and book package covers key XML technologies and skills. You won't just learn basic XML markup: you'll discover how to build effective DTDs and schemas, write powerful Java applications using DOM and SAX, and work with the powerful technologies that build on XML - including XPath, XSL, XSLT, VoiceXML, and much more. It's everything you need, in one box. Quickly master XML markup and programming with 10+ hours of detailed audio explanation of 10,000+ lines of sample XML document and program code. Learn to program XML applications using Java, VBScript, ASP, and Perl. Powerful programs show you how to manipulate XML documents using XSL. Coverage includes schemas, DTDs, DOM, SAX, SOAP protocol, VoiceXML, XSLT, XPath, XML Query, and SMIL. Harvey M. Deitel is a programming instructor.

  • Cost: $76.99
  • Pages: 907
  • Edition: Book and CD-ROM edition
  • ISBN: 0130895571

XML Security

Visit XML Security

Get up to speed on XML and applied security technologies using this authoritative guide. Covering the fundamentals of XML structures and related security technologies including XML signatures, XML encryption, and the XML key management specification - this resource contains both the conceptual information and the practical techniques you need to successfully work with this data-structuring language. You'll learn how to implement RSA Security's product CertJ--which secures Java- and XML based applications--and get advice for preventing against denial of service attacks and other security violations. Written by a member of RSA Security's developer support team, this definitive book gives you all the knowledge you need to keep XML-based programs and documents digitally secure. Use the book as both a security and XML primer. Learn about the various signature types - such as enveloped, enveloping, and detached. Learn recent W3C XML security standards.

  • Cost: $41.99
  • Pages: 379
  • Edition: paperback
  • ISBN: 0072193999

XML Unleashed

Visit XML Unleashed

XML Unleashed is a complete and comprehensive reference for sophisticated Web developers that covers every possible use of XML, from creating Web documents to building sophisticated Web applications. It covers all aspects of XML technology, from DTDs, XSL, and X Pointers to manipulating XML with Java and JavaScript. See hundreds of professional programming techniques as well as code for more than 15 real-world XML applications involving e-commerce, database access, Web management, real estate, and healthcare. This book also includes reference material on SMIL, the XML-based language for Web multimedia. After introducing XML data modeling and how it relates to documents, style sheet technologies used to format XML documents are discussed. Further chapters are devoted to formatting XML documents, browser support for XML, data manipulation, tools for simplifying the creation of XML documents and applications, and current uses of XML.

  • Cost: $1.64
  • Pages: 992
  • Edition: Book and CD-ROM edition
  • ISBN: 0672315149

XML, HTML, XHTML Magic

Visit XML, HTML, XHTML Magic

XML, HTML, XHTML Magic started out to be a project-based solutions book simply addressing how to solve problems using the various markup languages in common real-world contexts. Now readers can get a look at how markup language and technologies interact. It's more than just XML, HTML, and XHTML. Now the book includes projects that incorporate those markup languages plus: Apache; Blogger; CSS; JavaScript; PHP; Server-Side Includes; Style Sheets; Tables; WML. The opening section XML/XHTML/HTML Magic is a crash course on the skills readers should have in order to attempt the projects in this book. Subsequent chapters instruct readers on how to use the markup languages to create a variety of common web sites. Within the context of each site construction project, similar subheadings are used to standardize the coverage of HTML, XML, and XHTML. XML, HTML, XHTML Magic is a set of short projects that demonstrate Web authoring techniques.

  • Cost: $24.50
  • Pages: 240
  • Edition: 1st edition
  • ISBN: 0735711399

XML, XSLT, Java, and JSP

Visit XML, XSLT, Java, and JSP

The book is a practical, hands-on experience in building web applications based on XML and Java technologies. This book is unique because it teaches the technologies by using them to build a web chat project throughout the book. The tools that are used are the extremely popular open-source tools from the Apache Software Foundation, namely Jakarta Tomcat, Apache Xerces and Apache Xalan. Of particular interest to readers will be the author's use in of XML in the book project as a language to express the architecture and design of the application itself, and not only the data content as is the usual case with "XML-based" applications. The book also contains some new and provocative techniques for XML storage using Java objects. This book will be especially useful for those developers who are interested in deploying web applications using Apache Jakarta and XML products on Windows platforms, but can be used by all web application developers.

  • Cost: $3.44
  • Pages: 768
  • Edition: Book and CD-ROM edition
  • ISBN: 0735710899

XML-RPC

Visit XML-RPC

Programming Web Services with XML-RPC introduces the simple but powerful capabilities of XML-RPC, which lets you connect programs running on different computers with a minimum of fuss, by wrapping procedure calls in XML and establishing simple pathways for calling functions. With XML-RPC, Java programs can talk to Perl scripts, which can talk to Python programs, ASP applications, and so on. You can provide access to procedure calls without having to worry about the system on the other end, so it's easy to create services that are available on the Web. Programming Web Services with XML-RPC covers the details of five XML-RPC implementations, so you can get started developing distributed applications in Java, Perl, Python, ASP, or PHP. This book also provides coverage of the XML-RPC specification, which is helpful for low-level debugging of XML-RPC clients and servers. XML-RPC is a system for remote procedure calls built on XML and HTTP protocol.

  • Cost: $24.47
  • Pages: 230
  • Edition: 1st edition
  • ISBN: 0596001193
XML : Web Sites

Ajax Training

Visit Ajax Training

Ajax (Asynchronous Java and XML) has emerged as a powerful platform for building web applications with extensive client-side interactivity. Unlike older approaches, which require reloading of the entire page with every postback, Ajax uses the JavaScript DOM, the XMLHttpRequest object, XML, and CSS to download and display just the content that needs to change. All Accelebrate courses are taught exclusively on-site at their clients' locations worldwide for groups of 3 or more attendees and are customized to their specific needs. All attendees should be fluent in HTML and CSS, and have extensive experience with JavaScript. Prior experience with XSL is not presumed. Training includes: The four defining principles of Ajax; Ajax rich clients in the real world; The key elements of Ajax; Loading data asynchronously using XML technologies; Third-party libraries and frameworks; Working with the server side; Security and performance with Ajax.

  • Cost: Varies