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 (Added OSLC4JS, a link to Wiki pages for an experimental OSLC Node.js module)
(Tutorials and Documentation: link reorder)
(10 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
See [http://open-services.net the OSLC homepage] for more information on Open Services for Lifecycle Collaboration.
 
See [http://open-services.net the OSLC homepage] for more information on Open Services for Lifecycle Collaboration.
  
== Overview of current Lyo content ==
+
== Tutorials and Documentation ==
 +
 
 +
'''Start with these:'''
 +
 
 +
* [[Lyo/creating_OSLC4J_project | How to create an OSLC4J project]]
 +
* [[Lyo/ToolchainModellingAndCodeGenerationWorkshop | Toolchain Designer workshop on Modelling and Code Generation]]
 +
 
 +
'''Advanced topics:'''
 +
 
 +
* [[Lyo/TRSWorkshop | OSLC Tracked Resource Set (TRS) Workshop and documentation]]
 +
* [[Lyo/Store | Lyo Store library for ORM-like work with OSLC resources in the triplestore]]
 +
* [[Lyo/modelling_and_generation/working_from_source_code | Working with Toolchain Designer from source code]]
 +
 
 +
'''Introduction to OSLC:'''
 +
 
 +
* [http://open-services.net/resources/tutorials/integrating-products-with-oslc/ Integrating products with OSLC (introductory OSLC workshop with code and documentation)]
 +
* [http://open-services.net/linked-data-and-oslc-tutorial-2015-update/ Linked Data and OSLC Tutorial (newer, with youtube video)]
 +
* [http://open-services.net/resources/presentations/introduction-to-oslc-slideshow/ Introduction to OSLC and Linked Data]
 +
 
 +
== Installation ==
 +
 
 +
* [[Lyo/General_Setup_for_OSLC4J_Development | General Setup for OSLC4J development]]
 +
* [[Lyo/modelling_and_generation/installation|Modelling and Generation Installation]]
 +
* [[Lyo/modelling_and_generation/working_from_source_code#Eclipse_Setup_when_working_with_source_code | Eclipse Setup when working with source code]]
 +
 
 +
== Lyo project structure overview ==
 
* [[Lyo/LyoOSLC4J|OSLC4J:]] A Java SDK for OSLC providers and consumers.
 
* [[Lyo/LyoOSLC4J|OSLC4J:]] A Java SDK for OSLC providers and consumers.
 
* [[Lyo/LyoRIO | The '''*old*''' Lyo Reference Implementations for OSLC (RIOs)]]
 
* [[Lyo/LyoRIO | The '''*old*''' Lyo Reference Implementations for OSLC (RIOs)]]
Line 13: Line 38:
 
* [[Lyo/Simulink| OSLC Simulink adapter implementation]]
 
* [[Lyo/Simulink| OSLC Simulink adapter implementation]]
 
* [[Lyo/MagicDraw| OSLC MagicDraw adapter implementation]]
 
* [[Lyo/MagicDraw| OSLC MagicDraw adapter implementation]]
 +
* [[Lyo/Oslc4Js|(Experimental) OSLC Node.js module]]
  
 
== Building and running the OSLC4J code ==
 
== Building and running the OSLC4J code ==
Line 23: Line 49:
 
* [[Lyo/BuildLDPSample | Building and running the LDP reference implementation]]
 
* [[Lyo/BuildLDPSample | Building and running the LDP reference implementation]]
 
* [[Lyo/JenkinsPlugin | Building and running the Hudson and Jenkins sample OSLC Automation provider]]
 
* [[Lyo/JenkinsPlugin | Building and running the Hudson and Jenkins sample OSLC Automation provider]]
 
== Tutorials and Documentation ==
 
* [[Lyo/OSLCWorkshop | OSLC Workshop code and documentation]]
 
* [[Lyo/TRSWorkshop | OSLC Tracked Resource Set (TRS) Workshop and documentation]]
 
* [[Lyo/AdaptorCodeGeneratorWorkshop | Adaptor Code Generator Workshop]]
 
  
 
== Contributing to Lyo ==
 
== Contributing to Lyo ==
Line 33: Line 54:
 
* 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]] and [[Lyo/GitTips | Tips for Working with Git]].
 
* To contribute code, see the [[Lyo/ContributorsGettingStarted | Lyo Contributor's Guide]] and [[Lyo/GitTips | Tips for Working with Git]].
 +
* [[Lyo/ReleaseReviews|Eclipse Lyo Release Process]]
  
 
== 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 16:20, 28 June 2017

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.

Tutorials and Documentation

Start with these:

Advanced topics:

Introduction to OSLC:

Installation

Lyo project structure overview

Building and running the OSLC4J code

Contributing to Lyo

Project Plans

See the current Lyo project plans

Back to the top