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 "Gyrex/Learning Material/Install JAXRS AddOn"

 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Gyrex}}
 
{{Gyrex}}
  
For some developments, e.g. developing JAX-RS applications, it requires more than the bundles that were already downloaded setting up a target plattform which you can see in [http://wiki.eclipse.org/Gyrex/Setup_Target_Platform| this tutorial]. The required bundles you can download [http://www.ageto.de/media/downloads/jaxrs.zip ''here'']. Download the zip-file and unzip it wherever you want, but remember the destination.
 
How to provide them in your target platform will be shown now.
 
  
First you have to create a new simple project in your workspace, called like '''sample.releng'''. Now create a folder '''"targets"''' there and a subfolder '''"jaxrs"'''. Right-clicking on this subfolder and clicking on ''Import'' will open a dialog to select a source. We just need the ''File System''. On the next page browse in ''"From directory"'' to the destination of the unziped package. Select the ''plugins'' folder to import from and then select all available bundles. The target folder should be ''sample.releng/targets/jaxrs''. By clicking ''Finish'' the bundle will be imported. To register this bundles in your target platform click on ''Window -> Preferences''. Type in '''target platform''', select your target platform and click ''Edit...''. In register ''Locations'' click on the ''Add...'' Button, select ''Directory'' as a source of plug-ins and then go to the next page. Now browse to your workspace folder -> ''sample.releng -> targets -> jaxrs'' and select the ''plugins'' folder. On the next page all available bundles will be shown again but you only have to click on ''Finish''. Now you will see the location path used to collect plug-ins for your target platform. After clicking on ''Finisch'' click ''OK''.
+
{{Message|Starting with Gyrex 1.2 ([http://download.eclipse.org/gyrex/1.2/integration/I-I20120726-201207260919/ build I20120726]) this is no longer necessary. The JAX-RS AddOn is now included in all 1.2 builds}}
 +
 
 +
For certain developments, e.g. developing JAX-RS applications, some additional bundles which weren't downloaded when [http://wiki.eclipse.org/Gyrex/Setup_Target_Platform ''setting up a target plattform''] are required. You can download these required bundles [http://www.ageto.de/media/downloads/jaxrs.zip ''here'']. Download the zip-file, unzip it to a folder of your choice and remember the destination.
 +
Now we need to register the bundles in our target platform.
 +
 
 +
First you have to create a new simple project in your workspace, for example '''sample.releng'''. Now create a folder '''"targets"''' there and a subfolder '''"jaxrs"'''. Right-clicking on this subfolder and clicking on ''Import'' will open a dialog to select a source. We just need the ''File System''. On the next page browse in ''"From directory"'' to the destination of the unziped package. Select the ''plugins'' folder to import from and then select all available bundles. The target folder should be ''sample.releng/targets/jaxrs''. By clicking ''Finish'' the bundle will be imported. To register these bundles in your target platform click on ''Window -> Preferences''. Type in '''target platform''', select your target platform and click ''Edit...''. In register ''Locations'' click on the ''Add...'' Button, select ''Directory'' as a source of plug-ins and then go to the next page. Now browse to your workspace folder -> ''sample.releng -> targets -> jaxrs'' and select the ''plugins'' folder. On the next page all available bundles will be shown again but you only have to click on ''Finish''. Now you will see the location path used to collect plug-ins for your target platform. After clicking on ''Finish'' click ''OK''.
  
 
Now every required bundle is imported and registered.
 
Now every required bundle is imported and registered.

Latest revision as of 02:55, 1 August 2012

Gyrex
Website
Download
Community
Mailing ListForumsIRCmattermost
Issues
OpenHelp WantedBug Day
Contribute
Browse SourceProject Set File


Idea.png
Starting with Gyrex 1.2 (build I20120726) this is no longer necessary. The JAX-RS AddOn is now included in all 1.2 builds


For certain developments, e.g. developing JAX-RS applications, some additional bundles which weren't downloaded when setting up a target plattform are required. You can download these required bundles here. Download the zip-file, unzip it to a folder of your choice and remember the destination. Now we need to register the bundles in our target platform.

First you have to create a new simple project in your workspace, for example sample.releng. Now create a folder "targets" there and a subfolder "jaxrs". Right-clicking on this subfolder and clicking on Import will open a dialog to select a source. We just need the File System. On the next page browse in "From directory" to the destination of the unziped package. Select the plugins folder to import from and then select all available bundles. The target folder should be sample.releng/targets/jaxrs. By clicking Finish the bundle will be imported. To register these bundles in your target platform click on Window -> Preferences. Type in target platform, select your target platform and click Edit.... In register Locations click on the Add... Button, select Directory as a source of plug-ins and then go to the next page. Now browse to your workspace folder -> sample.releng -> targets -> jaxrs and select the plugins folder. On the next page all available bundles will be shown again but you only have to click on Finish. Now you will see the location path used to collect plug-ins for your target platform. After clicking on Finish click OK.

Now every required bundle is imported and registered.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.