Re: [Dev] [DEV] Manage central location for REST API utility classes across platform

2015-10-21 Thread Sanjeewa Malalgoda
Thanks sagara, Yes those will be able to use in generic CXF applications but run time should be carbon as it access configuration contexts etc. I think what you pointed was also specifically for carbon runtime. So we may move these classes there. Thanks, sanjeewa. On Wed, Oct 21, 2015 at 7:24

Re: [Dev] [DEV] Manage central location for REST API utility classes across platform

2015-10-21 Thread Supun Sethunga
+1 for the idea. In ML, we too have a couple of handlers [1] which are reusable (might need to rectify some names to remove the 'ml' prefixes). [1] https://github.com/wso2/carbon-ml/tree/master/components/ml/org.wso2.carbon.ml.rest.api/src/main/java/org/wso2/carbon/ml/rest/api/handler Thanks,

Re: [Dev] [DEV] Manage central location for REST API utility classes across platform

2015-10-21 Thread Sagara Gunathunga
On Wed, Oct 21, 2015 at 8:15 PM, Sanjeewa Malalgoda wrote: > Thanks sagara, Yes those will be able to use in generic CXF applications > but run time should be carbon as it access configuration contexts etc. > I think what you pointed was also specifically for carbon runtime.

[Dev] [DEV] Manage central location for REST API utility classes across platform

2015-10-21 Thread Sanjeewa Malalgoda
Hi All, As a part of implementing complete REST API for services available with product, we implemented some of the common classes which we can use across platform. So I think we need place all of them in single location and use them by all products. As i know GREG, ML, APP Store already started

Re: [Dev] [DEV] Manage central location for REST API utility classes across platform

2015-10-21 Thread Sagara Gunathunga
On Wed, Oct 21, 2015 at 7:11 PM, Sanjeewa Malalgoda wrote: > Hi All, > As a part of implementing complete REST API for services available with > product, we implemented some of the common classes which we can use across > platform. > So I think we need place all of them in