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

< Lyo
m (New page: '''* DRAFT IN PROGRESS *'''<br> This application is an example of Tracked Resource adapter for the Bugzilla application. It is based on [[Lyo/BuildOSLC4JBugzilla|OSLC-CM compatible adapt...)
 
m
Line 1: Line 1:
'''* DRAFT IN PROGRESS *'''<br>
+
'''* DRAFT IN PROGRESS *'''  
  
This application is an example of Tracked Resource adapter for the Bugzilla application. It is based on [[Lyo/BuildOSLC4JBugzilla|OSLC-CM compatible adapter]]<br>
+
This application is an example of Tracked Resource Set provider for the Bugzilla application. It is built on top of [[Lyo/BuildOSLC4JBugzilla|OSLC-CM compatible adapter]] which implements OSLC Change Management provider .<br>  
 +
 
 +
This application uses the [[Lyo/LyoOSLC4J|OSLC4J]] SDK as well as [[Lyo/TRSSDK|TRS]] SDK to build up the adapter from Plain Old Java Objects and relatively simple JAX-RS web services.
 +
 
 +
= Building and Running the Lyo Bugzilla Sample in Eclipse  =
 +
 
 +
== Prerequisites  ==
 +
 
 +
In addition to the prerequisites of [[Lyo/BuildOSLC4JBugzilla#Prerequisites|OSLC-CM compatible adapter]]&nbsp;
 +
 
 +
*The TRS SDK libraries - currently must be built from source (see below)
 +
 
 +
== Clone the Lyo Docs and Server Git repositories  ==
 +
 
 +
The code resides in the Lyo docs repository since it is part of the [[Lyo/TRSWorkshop|TRS Workshop.]]
 +
 
 +
This example assumes EGit is being used to download the code.
 +
 
 +
*Open the Git Repositories view in Eclipse and click the Clone Git Repository icon
 +
*Use <tt>git://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.docs.git</tt> as the URI (browse it also [http://git.eclipse.org/c/lyo/org.eclipse.lyo.docs.git/ on line]). User/Password are not required.
 +
*On the Branch Selection page, select the master branch
 +
*On the Local Destination page, specify a location or accept the default and click Finish
 +
 
 +
*Repeat the above instructions for the Lyo Server repository. Use <tt>git://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.server.git</tt> as the URI.
 +
 
 +
The repositories should now show up in your Git Repositories view.

Revision as of 05:00, 10 April 2013

* DRAFT IN PROGRESS *

This application is an example of Tracked Resource Set provider for the Bugzilla application. It is built on top of OSLC-CM compatible adapter which implements OSLC Change Management provider .

This application uses the OSLC4J SDK as well as TRS SDK to build up the adapter from Plain Old Java Objects and relatively simple JAX-RS web services.

Building and Running the Lyo Bugzilla Sample in Eclipse

Prerequisites

In addition to the prerequisites of OSLC-CM compatible adapter 

  • The TRS SDK libraries - currently must be built from source (see below)

Clone the Lyo Docs and Server Git repositories

The code resides in the Lyo docs repository since it is part of the TRS Workshop.

This example assumes EGit is being used to download the code.

  • Open the Git Repositories view in Eclipse and click the Clone Git Repository icon
  • Use git://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.docs.git as the URI (browse it also on line). User/Password are not required.
  • On the Branch Selection page, select the master branch
  • On the Local Destination page, specify a location or accept the default and click Finish

The repositories should now show up in your Git Repositories view.

Back to the top