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 "Lyo"

m (Welcome to the Eclipse Lyo Wiki.)
(Tutorials and Documentation)
(19 intermediate revisions by 8 users not shown)
Line 7: Line 7:
 
== Overview of current Lyo content ==
 
== Overview of current Lyo content ==
 
* [[Lyo/LyoOSLC4J|OSLC4J:]] A Java SDK for OSLC providers and consumers.
 
* [[Lyo/LyoOSLC4J|OSLC4J:]] A Java SDK for OSLC providers and consumers.
* [[Lyo/LyoRIO | Lyo Reference Implementations for OSLC (RIOs)]]
+
* [[Lyo/LyoRIO | The '''*old*''' Lyo Reference Implementations for OSLC (RIOs)]]
 
* [[Lyo/LyoTestSuite | Lyo OSLC Test Suite]]
 
* [[Lyo/LyoTestSuite | Lyo OSLC Test Suite]]
 +
* [[Lyo/LyoPerl | Lyo OSLC Perl library and samples]]
 +
* [[Lyo/TRSSDK | OSLC Tracked Resource Specification SDK]]
 +
* [[Lyo/Simulink| OSLC Simulink adapter implementation]]
 +
* [[Lyo/MagicDraw| OSLC MagicDraw adapter implementation]]
  
== Building and running the code ==
+
== Building and running the OSLC4J code ==
* [[Lyo/BuildingOSLC4J | Building and running OSLC4J applications]]
+
* [[Lyo/BuildingOSLC4J | Building and running OSLC4J applications (including RIOs that leverage OSLC4J)]]
* [[Lyo/BuildRIO | Building and running the reference implementations (RIOs)]]
+
* [[Lyo/BuildRIO | Building and running the '''*old*''' reference implementations (RIOs)]]
 
* [[Lyo/BuildTestSuite| Building and running the OSLC test suite]]
 
* [[Lyo/BuildTestSuite| Building and running the OSLC test suite]]
 
* [[Lyo/BuildOSLC4JBugzilla | Building and running the OSLC Bugzilla sample]]
 
* [[Lyo/BuildOSLC4JBugzilla | Building and running the OSLC Bugzilla sample]]
 
* [[Lyo/SharepointAdapter | Building and running the OSLC SharePoint sample]]
 
* [[Lyo/SharepointAdapter | Building and running the OSLC SharePoint sample]]
 +
* [[Lyo/BuildClient | Building and running the OSLC client]]
 +
* [[Lyo/BuildLDPSample | Building and running the LDP reference implementation]]
 +
* [[Lyo/JenkinsPlugin | Building and running the Hudson and Jenkins sample OSLC Automation provider]]
  
 
== Tutorials and Documentation ==
 
== Tutorials and Documentation ==
* [[Lyo/OSLCWorkshop | OSLC Workshop code and documentation]]
+
* [http://open-services.net/resources/tutorials/integrating-products-with-oslc/ OSLC Workshop code and documentation]
 +
* [[Lyo/TRSWorkshop | OSLC Tracked Resource Set (TRS) Workshop and documentation]]
 +
* [[Lyo/AdaptorCodeGeneratorWorkshop | Adaptor Code Generator Workshop]]
 +
** Under development is a workshop on the [[Lyo/ToolchainModellingAndCodeGenerationWorkshop | Graphical Modelling and Code Generation]] of the complete tool chain.
 +
 
 +
For an introduction to OSLC, the following resources on open-services.net can be recommended:
 +
* [http://open-services.net/linked-data-and-oslc-tutorial-2015-update/ Linked Data and OSLC Tutorial (2015 Update)]
 +
* [http://open-services.net/resources/presentations/introduction-to-oslc-slideshow/ Introduction to OSLC and Linked Data]
  
 
== Contributing to Lyo ==
 
== Contributing to Lyo ==
 
* Introduce yourself on the [mailto:lyo-dev@eclipse.org Lyo development mailing list]
 
* Introduce yourself on the [mailto:lyo-dev@eclipse.org Lyo development mailing list]
 
* Open a new [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Lyo Lyo Bugzilla ticket] (you may check [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Lyo existing open tickets first])
 
* Open a new [https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Lyo Lyo Bugzilla ticket] (you may check [https://bugs.eclipse.org/bugs/buglist.cgi?bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;product=Lyo existing open tickets first])
* To contribute code, see the [[Lyo/ContributorsGettingStarted | Lyo Contributor's Guide]]
+
* To contribute code, see the [[Lyo/ContributorsGettingStarted | Lyo Contributor's Guide]] and [[Lyo/GitTips | Tips for Working with Git]].
  
 
== Project Plans ==
 
== Project Plans ==
 
[[Lyo/ProjectPlans|See the current Lyo project plans]]
 
[[Lyo/ProjectPlans|See the current Lyo project plans]]
 +
 +
== OSLC4JS: JavaScript Node.js Module ==
 +
[[Lyo/Oslc4Js|Experimental OSLC Node.js module]]
 +
 +
== Committer Resources ==
 +
* [[Lyo/ReleaseReviews|The Lyo Release Process]]

Revision as of 06:02, 25 April 2016

Welcome to the Eclipse Lyo Wiki.

See Eclipse Lyo homepage for more information on the Eclipse Lyo project.

See the OSLC homepage for more information on Open Services for Lifecycle Collaboration.

Overview of current Lyo content

Building and running the OSLC4J code

Tutorials and Documentation

For an introduction to OSLC, the following resources on open-services.net can be recommended:

Contributing to Lyo

Project Plans

See the current Lyo project plans

OSLC4JS: JavaScript Node.js Module

Experimental OSLC Node.js module

Committer Resources

Back to the top