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/TRSToolkit"

< Lyo
(New page: The goal of the TRS toolkit is to provide an inclusive library stack for adopting TRS. This framework will provide the ability for: *Generating the TRS services via JAX-RS using Apache Wi...)
 
Line 1: Line 1:
The goal of the TRS toolkit is to provide an inclusive library stack for adopting TRS. This framework will provide the ability for:
+
The goal of the TRS toolkit is to provide an inclusive library stack for adopting TRS. This framework will provide the ability for:  
  
*Generating the TRS services via JAX-RS using Apache Wink
+
*Generating the TRS services via JAX-RS using Apache Wink  
 
*(De)Serialization of the TRS Beans through OSLC4J
 
*(De)Serialization of the TRS Beans through OSLC4J
  
 +
<br>
  
 +
In addition to the framework provided by OSLC4J the TRS toolkit consists of a set of Java beans that may be used with or without the provided framework.
  
In addition to the framework provided by OSLC4J the TRS toolkit consists of a set of Java beans that may be used with or without the provided framework.
+
<br> '''Beans'''
  
 +
*TrackedResourceSet
 +
*Base
 +
*AbstractChangeLog
 +
*ChangeLog
 +
*EmptyChangeLog
 +
*ChangeEvent
 +
*Creation
 +
*Modification
 +
*Deletion
  
'''Beans'''
+
<br>
 
+
*TrackedResourceSet
+
*Base
+
*AbstractChangeLog
+
*ChangeLog
+
*EmptyChangeLog
+
*ChangeEvent
+
*Creation
+
*Modification
+
*Deletion
+
  
 +
For examples on how these toolkit components are used, and for instructions on how to run the compliance test suite please refer to the instructions provided on the [[Lyo/TRSReferenceApplication|TRS Reference Application]] page.
  
 +
[[Lyo/TRSSDK|<br>]]
  
For examples on how these toolkit components are used, and for instructions on how to run the compliance test suite please refer to the instructions provided on the [[Lyo/TRSReferenceApplication|TRS Reference Application]] page.
+
[[Lyo/TRSSDK|Return to the main TRS SDK page.]]

Revision as of 17:36, 14 March 2013

The goal of the TRS toolkit is to provide an inclusive library stack for adopting TRS. This framework will provide the ability for:

  • Generating the TRS services via JAX-RS using Apache Wink
  • (De)Serialization of the TRS Beans through OSLC4J


In addition to the framework provided by OSLC4J the TRS toolkit consists of a set of Java beans that may be used with or without the provided framework.


Beans

  • TrackedResourceSet
  • Base
  • AbstractChangeLog
  • ChangeLog
  • EmptyChangeLog
  • ChangeEvent
  • Creation
  • Modification
  • Deletion


For examples on how these toolkit components are used, and for instructions on how to run the compliance test suite please refer to the instructions provided on the TRS Reference Application page.


Return to the main TRS SDK page.

Back to the top