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"

 
(23 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{:DocumentationGuidelines/DraftHeader}}
 
 
 
{{Gyrex}}
 
{{Gyrex}}
 +
<div style="margin-right:22em">
  
 +
This page is intended for developers that like to create server applications with Gyrex. It collects links to tutorials, screencasts and other useful information. If you are stuck, please don't hesitate to post your questions in the newsgroup/forum.
  
= Tutorials / HowTos =
+
__TOC__
* [[Gyrex/Setup_Target_Platform | How to setup your Target Platform]]
+
</div>
* [[Gyrex/My_First_Servlet | Develop your first servlet]]
+
* [[Gyrex/My_Server | Create your server product]]
+
  
  
= Screencasts =
+
== Overview ==
* [http://www.eclipse.org/gyrex/screencasts/ Browse all published screencasts on our website]
+
Gyrex is a set of tools and frameworks to assist you in developing and running Equinox/OSGi based servers. If you are new to Equinox/OSGi please have a look at [http://www.eclipse.org/equinox-portal/whitepaper/20080310_equinox.php the Equinox Whitepaper] and [http://www.eclipse.org/equinox-portal/ the Equinox Portal].
  
  
= Presentations =
+
 
 +
== Tutorials / HowTos ==
 +
* [[Gyrex/Learning_Material/Setup_Target_Platform | How to setup your Target Platform]]
 +
* [[Gyrex/Learning_Material/Install_JAXRS_AddOn | Install JAXRS AddOn for Gyrex]]
 +
* [[Gyrex/Learning_Material/Develop_OSGi_DS | Develop OSGi Declarative Services]]
 +
* [[Gyrex/Learning_Material/Develop_JAX-RS | Develop JAX-RS Application using Gyrex]]
 +
* [[Gyrex/Learning_Material/Extend_JAX-RS | Extend JAX-RS Application with output of JSON]]
 +
* [[Gyrex/Learning_Material/Develop_Background_Processing | Develop Background Processing with Console Commands]]
 +
* [[Gyrex/Learning_Material/Develop_Data_Persistence | Develop Data Persistence using JPA]]
 +
* [[Gyrex/Learning_Material/ClusterTutorial | Setup a Gyrex cluster]]
 +
* [[Gyrex/Learning_Material/My_Server | Export your Gyrex implementation as a standalone server product]]
 +
 
 +
== Screencasts ==
 +
Please visit our [http://www.youtube.com/user/EclipseGyrex Gyrex YouTube channel] for recorded screencasts and tutorials.
 +
http://www.youtube.com/user/EclipseGyrex
 +
 
 +
== Presentations ==
 
* [http://www.slideshare.net/eclipseguru/the-eclipse-gyrex-project '''Eclipse Gyrex - OSGi on Servers'''] (Talk EclipseCon 2009)
 
* [http://www.slideshare.net/eclipseguru/the-eclipse-gyrex-project '''Eclipse Gyrex - OSGi on Servers'''] (Talk EclipseCon 2009)
 
* [http://www.slideshare.net/eclipseguru/building-serverside-eclipse-based-web-applications '''Building Server-Side Eclipse based web applications'''] (Tutorial EclipseCon 2010)
 
* [http://www.slideshare.net/eclipseguru/building-serverside-eclipse-based-web-applications '''Building Server-Side Eclipse based web applications'''] (Tutorial EclipseCon 2010)
 +
* [[Media:20120326_EclipseCon_BuildingServerApplicationsWithEclipseRT.pdf|Gyrex Tutorial Slides (EclipseCon 2012)]]
  
 
<!--
 
<!--
= Concepts =  
+
== Concepts ==
<h3>Concepts</h3>
+
 
* [[Gyrex/Concepts/Contextual Runtime | Contextual Runtime]]
 
* [[Gyrex/Concepts/Contextual Runtime | Contextual Runtime]]
 
* [[Gyrex/Concepts/Http_Applications | HTTP Applications]]
 
* [[Gyrex/Concepts/Http_Applications | HTTP Applications]]
Line 26: Line 40:
 
* [[Gyrex/Concepts/Admin Service | Admin Service]]
 
* [[Gyrex/Concepts/Admin Service | Admin Service]]
 
-->
 
-->
 +
 +
 +
[[Category:Gyrex]]

Latest revision as of 15:27, 28 November 2012

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

This page is intended for developers that like to create server applications with Gyrex. It collects links to tutorials, screencasts and other useful information. If you are stuck, please don't hesitate to post your questions in the newsgroup/forum.


Overview

Gyrex is a set of tools and frameworks to assist you in developing and running Equinox/OSGi based servers. If you are new to Equinox/OSGi please have a look at the Equinox Whitepaper and the Equinox Portal.


Tutorials / HowTos

Screencasts

Please visit our Gyrex YouTube channel for recorded screencasts and tutorials.

http://www.youtube.com/user/EclipseGyrex

Presentations

Back to the top