Bug 423228 - Create a tutorial on building an ECF rest provider for timeservice
Summary: Create a tutorial on building an ECF rest provider for timeservice
Status: RESOLVED FIXED
Alias: None
Product: ECF
Classification: RT
Component: ecf.doc (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Windows 8
: P3 normal (vote)
Target Milestone: 3.8.0   Edit
Assignee: ecf.doc-inbox CLA
QA Contact: Scott Lewis CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 329124
  Show dependency tree
 
Reported: 2013-12-04 14:58 EST by Scott Lewis CLA
Modified: 2014-02-12 14:12 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Lewis CLA 2013-12-04 14:58:50 EST
It would be very helpful to have a tutorial for creating a REST-based provider for OSGi Remote Services.  Currently, we have the following example code in ECF repo that can be used for this tutorial:

Common code (used for both host and consumer providers):

http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles/com.mycorp.examples.timeservice.provider.rest.common

Host provider (does export of remote service via HttpService+Servlet+JSON)

http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles/com.mycorp.examples.timeservice.provider.rest.host

Consumer provider (using RSA, exposes ITimeService proxy that can be used to access Servlet+JSON ITimeService)

http://git.eclipse.org/c/ecf/org.eclipse.ecf.git/tree/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer

These bundles can be used for the tutorial.
Comment 1 Scott Lewis CLA 2014-02-12 14:12:51 EST
This tutorial was created:

http://wiki.eclipse.org/Tutorial:_Creating_a_RESTful_Remote_Service_Provider