Java Web Services in a Nutshell
by: Kim Topley
Print Length 页数: 642 pages
Edition 版次: 1st
Language 语言: English
Publisher finelybook 出版社: O’Reilly Media
Publication Date 出版日期: 2003-06
ISBN-10: 0596003994
ISBN-13: 9780596003999
Book Description
By finelybook
Java Web Services in a Nutshell is a high-speed tutorial and a quick reference for the technologies that Sun Microsystems is creating for implementing web services with Java. This book is a succinct introduction and handy reference to the Java/XML APIs,more commonly known as the JWSDP or “Java Web Services Development Pack.” These APIs are taking the Java world by storm,as they are capable of handling everything from simple XML to SOAP to full ebXML vocabularies.Although “web services” technology has suffered from much hype and overly grand expectations,there is plenty of solid development going on,especially in extending enterprise applications,and a huge amount of this development is being done in Java. As a result,the J2EE APIs for web services are evolving rapidly,and this new “in a Nutshell” book covers them all in depth.One of the most important APIs in the JWSDP is JAX-RPC (Java API for XML-based RPC). It’s also the API that developers most consistently post questions about. Java Web Services in a Nutshell covers all aspects of JAX-RPC in detail,with tutorial coverage alone exceeding 150 pages. This book offers developers everything they need to program with JAX-RPC.Java Web Services in a Nutshell begins with an introduction to Java web services,including a discussion of how they differ from web applications. The author looks at the protocols and interfaces that underpin web services,the J2EE technologies that address web services,WSDL as the means for describe web services,and more. Subsequent chapters cover:
JAX-RPC
SOAP and the SOAP with Attachments API for Java (SAAJ)
Reliable SOAP messaging with JAXM
WSDL
Advanced JAX-RPC
JAXR,the XML-based registry API
Web Services Tools
The balance of the book is made up of an API Quick Reference containing documentation for the various API packages.Intended for Java developers who need to implement Java services or who need their applications to access existing web services,Java Web Services in a Nutshell delivers practical information to help developers make sense of the rapidly changing and poorly organized official documentation. If web services and Enterprise Java are any part of your job description — of if you’d like them to be — you’ll want this book close beside as you work.
Contents
Part I: Introduction to the Java Web Services API
Chapter 1. Introduction
Chapter 2. JAX-RPC
Chapter 3. SAAJ
Chapter 4. JAXM
Chapter 5. WSDL
Chapter 6. Advanced JAX-RPC
Chapter 7. JAXR
Chapter 8. Web Service Tools and Configuration Files
Part II: API Quick Reference
Chapter 9. The javax.xml.messaging Package
Chapter 10. The javax.xml.namespace Package
Chapter 11. The javax.xml.registry Package
Chapter 12. The javax.xml.registry.infomodel Package
Chapter 13. The javax.xml.rpc Package
Chapter 14. The javax.xml.rpc.encoding Package
Chapter 15. The javax.xml.rpc.handler Package
Chapter 16. The javax.xml.rpc.handler.soap Package
Chapter 17. The javax.xml.rpc.holders Package
Chapter 18. The javax.xml.rpc.server Package
Chapter 19. The javax.xml.rpc.soap Package
Chapter 20. The javax.xml.soap Package