Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "JAXWS/Videos"

(JAXWS Videos description page)
 
Line 1: Line 1:
 +
Videos hosted on the [http://repo.fusesource.com/videos/service-creation/ FUSE videos site]
 
* [http://repo.fusesource.com/videos/service-creation/Java2WSClientServer.wmv JAX-WS client/server example] - Introduces the preferences, WTP Dynamic Web Projects and the WTP Web Service Wizard while running trough a simple JAX-WS client/server example.
 
* [http://repo.fusesource.com/videos/service-creation/Java2WSClientServer.wmv JAX-WS client/server example] - Introduces the preferences, WTP Dynamic Web Projects and the WTP Web Service Wizard while running trough a simple JAX-WS client/server example.
 
* [http://repo.fusesource.com/videos/service-creation/TomcatDeployClient.wmv Deploy a Service to Tomcat] - Creates a web service from a Java class, deploys the service to Tomcat and tests the service by creating a client using the WTP Web Service Client wizard.
 
* [http://repo.fusesource.com/videos/service-creation/TomcatDeployClient.wmv Deploy a Service to Tomcat] - Creates a web service from a Java class, deploys the service to Tomcat and tests the service by creating a client using the WTP Web Service Client wizard.

Revision as of 15:31, 14 April 2009

Videos hosted on the FUSE videos site

  • JAX-WS client/server example - Introduces the preferences, WTP Dynamic Web Projects and the WTP Web Service Wizard while running trough a simple JAX-WS client/server example.
  • Deploy a Service to Tomcat - Creates a web service from a Java class, deploys the service to Tomcat and tests the service by creating a client using the WTP Web Service Client wizard.
  • WTP Web Service Wizard - Shows how the WTP Web Service Wizard can be used to create and deploy web services while also creating clients for those deployed services in one step.
  • Deploy a Service to JBoss - Creates and deploys a web service to JBoss and tests the service using the WTP Web Services Explorer.
  • JAX-WS Annotation validation - Shows the JAX-WS Annotation validation processing support.
  • Create Service from WSDL - Creates a web service from a WSDL file, deploys it to Tomcat and tests the service using the WTP Web Services Explorer.

Back to the top