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

Lyo/TRSToolkit

< Lyo
Revision as of 16:00, 8 March 2013 by Dgterry.us.ibm.com (Talk | contribs) (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...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Back to the top