Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/LDPImpl"

< Lyo
(Design)
(Specification Conformance)
Line 16: Line 16:
 
|-
 
|-
 
| LDP Basic Containers
 
| LDP Basic Containers
| in progress
+
| completed
 
|
 
|
 
|-
 
|-
 
| LDP Direct Containers
 
| LDP Direct Containers
| near complete
+
| completed
 
|
 
|
 
|-
 
|-
Line 26: Line 26:
 
| not started
 
| not started
 
| uncertain when/if we do
 
| uncertain when/if we do
 +
|
 +
|-
 +
| LDP Non-RDF Sources
 +
| not started
 +
| investigating approaches
 
|}
 
|}
  
 
== Plans ==
 
== Plans ==
 
Actively working on a near-complete reference implementation in support of LDP implementation feedback.
 
Actively working on a near-complete reference implementation in support of LDP implementation feedback.

Revision as of 07:55, 9 June 2014

This page is dedicated to Lyo's reference implementation for the W3C Linked Data Platform which provides the basis for OSLC 3.

Approach

Build minimalistically a reference implementation based on a set of community prioritized technologies. Initial work will be using Java-based frameworks such as JAX-RS with Apache Jena. From this, plan to learn about how an SDK might be developed and for OSLC needs, how OSLC4J will evolve.

Design

Simple approach to have 1 interface/class per type of LDP resource. Have Jena specific extensions. Goal is to learn from this experience, not for it to initially be highly scalable and reusable framework.

Specification Conformance

Feature Status Notes
LDP Basic Containers completed
LDP Direct Containers completed
LDP Indirect Containers not started uncertain when/if we do
LDP Non-RDF Sources not started investigating approaches

Plans

Actively working on a near-complete reference implementation in support of LDP implementation feedback.

Back to the top