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"

(Tutorials and Documentation)
(add Lyo Store wiki)
(6 intermediate revisions by 2 users not shown)
Line 13: Line 13:
 
* [[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 25: Line 26:
  
 
== 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/TRSWorkshop | OSLC Tracked Resource Set (TRS) Workshop and documentation]]
* [[Lyo/AdaptorCodeGeneratorWorkshop | Adaptor Code Generator Workshop]]
+
* [[Lyo/General_Setup_for_OSLC4J_Development | General Setup for OSLC4J development]]
 +
* [[Lyo/creating_OSLC4J_project | Create an OSLC4J project]]
 +
* [[Lyo/ToolchainModellingAndCodeGenerationWorkshop | Toolchain Modelling and Code Generation Workshop]]
 +
** [[Lyo/modelling_and_generation/working_from_source_code | Working from source code]]
 +
* [[Lyo/Store | Lyo Store library for ORM-like work with OSLC resources in the triplestore]]
  
 
For an introduction to OSLC, the following resources on open-services.net can be recommended:
 
For an introduction to OSLC, the following resources on open-services.net can be recommended:
Line 37: Line 42:
 
* 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 11:17, 7 May 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.

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

Back to the top