Saturday, December 1, 2007

Java & XML

Java & XML (2006)by Brett McLaughlin, Justin EdelsonO'Reilly Media ISBN 059610149X December 1, 2006 CHM 465 Pages 3,7 MbJava and XML, 3rd Edition, shows you how to cut through all the hype about XML and put it to work. It teaches you how to use the APIs, tools, and tricks of XML to build real-world applications. The result is a new approach to managing information that touches everything from configuration files to web sites.After two chapters on XML basics, including XPath, XSL, DTDs, and XML Schema, the rest of the book focuses on using XML from your Java applications. This third edition of Java and XML covers all major Java XML processing libraries, including full coverage of the SAX, DOM, StAX, JDOM, and dom4j APIs as well as the latest version of the Java API for XML Processing (JAXP) and Java Architecture for XML Binding (JAXB). The chapters on web technology have been entirely rewritten to focus on the today's most relevant topics: syndicating content with RSS and creating Web 2.0 applications. You'll learn how to create, read, and modify RSS feeds for syndicated content and use XML to power the next generation of websites with Ajax and Adobe Flash.

http://depositfiles.com/files/520535

http://rapidshare.com/files/11359458/Java_and_XML_059610149X.rar

http://ebook.icefile.org/index.php?page=main&id=8d316920&name=059610149X.rar

The Java Web Services Tutorial by Eric Armstrong

The Java Web Services Tutorial by Eric Armstrong, Stephanie Bodoff, Debbie Carson, Maydene Fisher, Dale Green, Kim HaasePublisher: Pearson Education; Bk&CD-Rom edition (March 15, 2002) ISBN: 0201768119 CHM 1,1 Mb 528 pagesThe Java™ Web Services Tutorial is a comprehensive, example-driven, "roll up your sleeves and dive in" guide to building Web services applications with Java™ technology. This edition provides a head start on using the Java Web Services Developer Pack (WSDP) from Sun Microsystems. This complete, ready-to-use package includes a variety of technologies and tools required to build and deploy comprehensive Web services applications today.Web services offer powerful new ways for enterprises to effectively communicate with each other using diverse computing hardware. This paradigm takes the Java platform's "Write Once, Run Anywhere™" capabilities to a new level by providing a completely portable data model. By supporting the latest standards for XML-based Web services, the Java APIs for XML make it easy to build Web services with minimal hand tweaking of data. This tutorial explains these APIs in detail and provides practical examples to reinforce your understanding of key concepts.

http://rapidshare.com/files/2692230/addison-wesley_20-_20the_20java_20web_20services_20tutorial.chm

http://depositfiles.com/files/364874

http://www.ebooksclub.org/?link=qt3wZE

Java Message Service (O'Reilly Java Series) by Richard Monson-Haefel, David Chappell

Java Message Service (O'Reilly Java Series) by Richard Monson-Haefel, David ChappellPublisher: O'Reilly Media; 1 edition (December 2000) ISBN: 0596000685 PDF 1 Mb 238 pagesThe Java Message Service (JMS) provides a way for the components of a distributed application to talk asynchronously, or for welding together legacy enterprise systems. Think of it as application-to-application e-mail. Unlike COM, JMS uses one or more JMS servers to handle the messages on a store-and-forward basis, so that the loss of one or more components doesn't bring the whole distributed application to a halt. JMS consists of a set of messaging APIs that enable two types of messaging, publish-and-subscribe (one-to-many) and point-to-point (one-to-one). The highly lucid explanation of the ways in which these work makes the technical content a lot more approachable. In practice, however, Java Message Service is still a book for Java programmers who have some business programming experience. You need the background. After a simple JMS demonstration in which you create a chat application using both messaging types, the authors dissect JMS message structures, explore both types in detail, and then move on to real-world considerations. These include reliability, security, deployment, and a rundown of various JMS server providers. The appendices list and describe the JMS API, and provide message reference material. Considering the complexity and reach of the subject matter, Java Message Service does a great job of covering both theory and practice in a surprisingly efficient manner. It's easy to see why JMS has become so popular so quickly. Recommended. --Steve Patient, Amazon.co.uk

http://rapidshare.de/files/37317887/RMonsonHaefel.rar%3Cbr%20/%3E.html

http://depositfiles.com/files/324337

Java Precisely by Peter Sestoft

Java Precisely by Peter SestoftPublisher: The MIT Press (June 14, 2002) ISBN: 0262692767 PDF 0,9 Mb 128 pagesJava Precisely provides a concise reference for the Java programming language and some of its essential libraries. The book covers Java 2, versions 1.3 and 1.4. It is intended both for students learning Java and for more experienced Java programmers. Though written informally, it describes the language in detail and provides many examples. To improve clarity, most of the general rules appear on left-hand pages with the relevant examples on the opposite right-hand pages.

http://rapidshare.com/files/512631/_5BMIT_20Press_5D_20Java_20Precisely.pdf.html

http://depositfiles.com/files/335900

More Java Pitfalls: 50 New Time-Saving Solutions and Workarounds by Michael C. Daconta

More Java Pitfalls: 50 New Time-Saving Solutions and Workarounds by Michael C. Daconta, Kevin T. Smith, Donald Avondolio, W. Clay RichardsonPublisher: Wiley; 1 edition (February 3, 2003) ISBN: 0471237515 PDF 3 Mb 300 pages- Building on the success of Java Pitfalls (0-471-36174-7), this book provides more specific programming solutions to fifty difficult Java programming problems - Shows experienced programmers how to identify and avoid weaknesses in Java and related J2EE technologies that can cause programs to go haywire - Explores advanced topics including networking, XML and Java programming, and the Java Virtual Machine

http://rapidshare.de/files/37080274/MCDaconta.rar%3Cbr%20/%3E.html

http://depositfiles.com/files/320805

Java Swing, Second Edition

Java Swing, Second EditionO'Reilly Media, Inc.; 2 edition ISBN: 0596004087 1280 pages November 1, 2002 CHM 6 MbSwing is a fully-featured user interface development kit for Java applications. Building on the foundations of the Abstract Window Toolkit (AWT), Swing enables cross-platform applications to use any of several pluggable look-and-feels. Swing developers can take advantage of its rich, flexible features and modular components, building elegant user interfaces with very little code. This second edition of Java Swing thoroughly covers all the features available in Java 2 SDK 1.3 and 1.4. More than simply a reference, this new edition takes a practical approach. It is a book by developers for developers, with hundreds of useful examples, from beginning level to advanced, covering every component available in Swing. All these features mean that there's a lot to learn. Even setting aside its platform flexibility, Swing compares favorably with any widely available user interface toolkit--it has great depth. Swing makes it easy to do simple things but is powerful enough to create complex, intricate interfaces. Java Swing, 2nd edition includes: * A new chapter on Drag and Drop * Accessibility features for creating a user interface meeting the needs of all users * Coverage of the improved key binding infrastructure introduced in SDK 1.3 * A new chapter on JFormattedTextField and input validation * Mac OS X coverage and examples * Coverage of the improved focus system introduced in SDK 1.4 * Pluggable Look-and-Feel coverage * Coverage of the new layout manager, SpringLayout, from SDK 1.4 * Properties tables that summarize important features of each component * Coverage of the 1.4 Spinner component * Details about using HTML in components * A new appendix listing bound actions for each component * A supporting web site with utilities, examples, and supplemental materials Whether you're a seasoned Java developer or just trying to find out what Java can do, you'll find Java Swing, 2nd edition an indispensable guide.

http://ebook.icefile.com/index.php?page=main&id=f4c841918&name=0596004087.rar

XML, XSLT, Java, and JSP: A Case Study in Developing a Web Application

XML, XSLT, Java, and JSP: A Case Study in Developing a Web ApplicationPublisher:New Riders Press (2001-07-19) ISBN-10: 0735710899 PDF 4.3 Mb 768 pagesAs a Web Developer, you know the challenge of building robust applications on multiple platforms. Creating truly portable applications becomes possible by using Java for code and XML for organizing and managing data. "XML, XSLT, Java, and JSP:A Case Study" will help you maximize the capabilities of XML, XSLT, Java, and JSP in your Web applications.The author, Westy Rockwell, uses the hands-on approach of a case study to show you how to use these technologies in realistically complex situations. All the tools used in the case study are free, so you can obtain them and join the author in a real open source web chat application, available online and with the book CD-ROM. This book provides you with the information you need to fully utilize XML, XSLT, Java, and JSP in your web applications, and presents it in a practical and unique way through the case study.With "XML, XSLT, Java, and JSP: A Case Study," you will learn how to:-Build web applications based on XML, XSLT, Java Applets, Java Servlets and Java Server Pages-Set up a Win32 Web application development environment based on the Java(TM) 2 SDK and freely obtainable, open-source software products from Apache Software Foundation: Tomcat, Xerces and Xalan(*Note all of these items are located on the CD-ROM attached with the book so you don't have to take the time to download)-Use XML as a language to express the architecture and design of the application itself, not just its data content-Create a browseable user interface for your web application with JSP-Use an Http Servlet, beans, and JSP custom tags to implement and control Web applications-Make and deploy a Java Applet to control and refresh your Web application user interface-Utilize Xerces and Xalan for XML and XSLT, to provide dynamic content to a Web application.-Experiment with new techniques for XML storage using Java objects

http://w13.easy-share.com/1240477.html

http://depositfiles.com/files/1078113