Cargando…

Java 7 JAX-WS web services : a practical, focused mini book for creating web services in Java 7 /

This book takes a practical approach for building JAX WS web services with Java 7. Plenty of sample code and screenshots are used to help you apply these concepts in a real-world scenario. This book is targeted at developers who want to create web services with Java 7. If you use NetBeans-Glassfish...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Vohra, Deepak, 1966-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, U.K. : Packt Pub., 2012.
Colección:Professional expertise distilled
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover; Copyright; Credits; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1:Setting the Environment; Installing the Oracle GlassFish Server; Installing NetBeans IDE 7; Summary; Chapter 2:Developing a JAX-WS Web Service; Java 6 wsimport limitation; What is new in Java 7 wsimport?; Creating a NetBeans project; Creating the implementation class; Creating the WSDL; Creating the deployment descriptors; Creating a client class; Creating the deployment targets; Creating an Apache Ant build file; Building and deploying the service; Building the client
  • Running the clientTesting the web service; Using the wsimport tool from the command line; Summary; Index