The Eclipse Lyo project is focused on providing an SDK to enable adoption of OSLC specifications. OSLC (Open Services for Lifecycle Collaboration) is an open community dedicated to reducing barriers for lifecycle tool integration. The community authors specifications for exposing lifecycle artifacts through uniform (REST) interfaces and relying on Internet and Linked Data standards.
OSLC's scope started with Application Lifecycle Management (ALM) and is expanding to include integrations across Product Lifecycle Management (PLM) and IT Service Management (ISM/DevOps), Lyo is designed to be a companion to the continuing specification efforts of the OSLC community. Its main purpose is to expand adoption of OSLC specifications and to enable the Eclipse community to easily build OSLC compliant tools.
You can find more resources for developing OSLC applications with Lyo, under the OSLC Developer Guide.
The Lyo Samples repository contains sample code that demonstrates how to use the Lyo client to interact with OSLC Service Providers in various ways.
You are welcome to post questions on the OSLC forum.
See OSLC Developer Guide.
To use OSLC Client, follow the setup and development instructions under the OSLC Developer Guide for Client setup.
See under domains/README.
See under store/README.
To use this library, follow the setup and development instructions under the OSLC Developer Guide for TRS server setup. The instructions assume you have followed the overall instructions to setup an OSLC4J server/client, as defined on that page.
You can find more resources for developing OSLC applications with Lyo in general under the OSLC Developer Guide, and in particular for TRS development.
See trs/server/README for dev notes.
See under trs/client/README.
See under validation/README.
Repo | Status | PRs | Milestone | Bugs |
---|---|---|---|---|
lyo.designer | ||||
lyo.oslc-ui | N/A | |||
lyo.ldp |
Repo | Status | Lyo version | PRs | Bugs |
---|---|---|---|---|
oslc-op/refimpl | ||||
OSLC/lyo-samples/client-oauth-discovery-dui | ||||
OSLC/lyo-samples/oslc4j-client-samples | ||||
oslc-op/sysml-oslc-server | ||||
OSLC/lyo-adaptor-sample-modelling | ||||
OSLC/iotp-adaptor | ||||
OSLC/oslc-adapter-jama | ||||
OSLC/lyo-adaptor-bugzilla | ||||
ld4mbse/oslc4tdb | N/A | N/A | N/A | |
lyo.testsuite | ||||
OSLC/lyo-samples | ||||
lyo.rio | ||||
ld4mbse/oslc-adapter-simulink | N/A | |||
ld4mbse/oslc-adapter-magicdraw-sysml | N/A | |||
ld4mbse/oslc-adapter-integrity | N/A | N/A | N/A | |
ld4mbse/oslc-adapter-fmi | N/A | N/A | N/A | |
ld4mbse/oslc-modeltransformation-simulink-magicdraw | N/A | N/A | N/A | |
ld4mbse/oslc-adapter-subversion | N/A | N/A | N/A | |
ld4mbse/oslc-adapter-jena-tdb | N/A | N/A | N/A | |
ld4mbse/oslc-adapter-amesim | N/A | N/A | N/A |
Repo | Status | Lyo version | PRs | Bugs |
---|---|---|---|---|
lyo.core | ||||
lyo.client | ||||
lyo.server | ||||
lyo.domains | ||||
lyo.store | ||||
lyo.trs-server | ||||
lyo.trs-client | ||||
lyo.validation | ||||
lyo.docs | N/A | N/A |
Repositories that are maintained under OSLC organisation include:
- OSLC4JS SDK
- OSLC4NET SDK
- Lyo sample projects
- lyo-adaptor-sample-modelling
- lyo-adaptor-bugzilla
- iotp-adaptor
Other repositories that are no longer actively maintained but are kept to preserve the history:
We adopt the Eclipse guidlines for contributing via Git, to accept contributions in this project. Make sure you have installed https://marketplace.eclipse.org/content/editorconfig-eclipse plugin for Eclipse to make formatting minimally consistent.
Please follow these guidelines to submit your contributions. Before your contribution can be accepted to an Eclipse Foundation project, you need to electronically sign the Eclipse Contributor Agreement (ECA). The preferred approach is to contribute a patch via GitHub using the standard GitHub pull request (remember to sign off on each commit and configure Git to use the same email addressed used to sign an ECA). Alternatively, you can submit your contribution as a patch attachment on the corresponding Bugzilla or Github issue. (This project no longer supports Gerrit.)
This project uses Maven as the build system for all Java projects except those which are Eclipse Plugin project. The latter projects contain all the Eclipse project files under Git for import and building using the Import > Existing Projects into Workspace. All other projects should be imported using the Import > Existing Maven Projects menu.
core.query
project uses ANTLR for generating parser code. In order to configure Eclipse to use it, the pom.xml
file contains some m2e-specific configuration. After importing the projects, make sure to run Maven > Update Project. If that does not work, you must add the directory target/generated-sources/antlr3
under the Java Project Build > Source.
The Eclipse Lyo project page is located at https://projects.eclipse.org/projects/technology.lyo. It points to the information regarding source code management, builds, coding standards, and more.
You are also welcome to contact the development team via lyo-dev mailing list or on Slack (ask for an invite on the mailing list or by a PM to @andrew).