Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/SDK/JAXWS-SDK/Add JAX-WS support to project"

< Scout‎ | SDK‎ | JAXWS-SDK
(New page: * Open plugin.xml of your server Plug-In. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In. * Open plugin.xml of your server Plug-In. Go th...)
 
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Open plugin.xml of your server Plug-In. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In.
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
* Open plugin.xml of your server Plug-In. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In. [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_1.png]
+
* In Scout perspective, go to the server node and open the product files listed on Scout Property View. Go the the 'Dependencies' tab and add <code>org.eclipse.scout.jaxws216</code> as required Plug-In [http://wiki.eclipse.org/Image:Org.eclipse.scout.tutorial.jaxws.JaxWsDependency_2.png]. Do that for all product files of server node.
+
 
+
[[Image:Org.eclipse.scout.tutorial.jaxws.org.eclipse.scout.tutorial.jaxws.JaxWsDependency_1.png|thumb|Create Derby SQL Service]]
+
[[Image:Org.eclipse.scout.tutorial.jaxws.org.eclipse.scout.tutorial.jaxws.JaxWsDependency_2.png|thumb|Create Derby SQL Service]]
+

Latest revision as of 06:23, 19 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top