Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Java Web Services in a Nutshell [Repost]

Posted By: AlenMiler
Java Web Services in a Nutshell [Repost]

Java Web Services in a Nutshell by Kim Topley
O'Reilly Media | June 01 2003 | ISBN: 0596003994 | Pages: 642 | CHM | 1.78 MB

This is a high-speed tutorial and a quick reference for the technologies that Sun Microsystems is creating for implementing web services with Java. It is an introduction and 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.
The book 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; and 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.