Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Project Locations

Project Description

java_first_jaxws

Java First using JAX-WS APIs and JSR-181 sample illustrates how to develop a service using the "code first" approach with the JAX-WS APIs.

java_first_jaxws_factory_bean

Java First JAX-WS APIs and JSR-181 sample illustrates how to develop a service using the JAXWSFactoryBeans. It also makes use of LoggingInterceptors. The sample takes the "code first" approach using JAX-WS APIs.

java_first_pojo

Java First POJO sample illustrates how to develop a service that is "code first", POJO-based. This sample uses the JAXB Data binding by default, but you can use Aegis Data binding by removing a few lines detailed in the README.txt file.

java_first_spring_support

Spring HTTP sample will lead you through creating your first service with Spring. You'll learn how to write a simple JAX-WS "code-first" service, set up the HTTP Servlet transport and use CXF's Spring beans.

jaxws_async

JAX-WS Asynchronous sample using Document/Literal Style sample illustrates the use of the JAX-WS asynchronous invocation model.

jaxws_dispatch_provider

JAX-WS Dispatch/Provider sample demonstrates the use of JAX-WS Dispatch and Provider interface.

jax_ws_handlers

JAX-WS Handler sample shows how JAX-WS handlers are used. The server uses a SOAP protocol handler which logs incoming and outgoing messages to the console.

...