Re: [Architecture] Best way to generate client id and client secret

2016-04-25 Thread Geesara Prathap
1) IMO the client id and secret here is not something related to the device. For device registration/enrollments we create separate pair from DCR. Hence are we talking about acquiring a pair for webapp/jaggeryapp? Here as I explained what we need is after enabling SSO in IoTS and DS, on DS

Re: [Architecture] Best way to generate client id and client secret

2016-04-25 Thread Dilshan Edirisuriya
Hi Geesara, Have couple of questions. 1) IMO the client id and secret here is not something related to the device. For device registration/enrollments we create separate pair from DCR. Hence are we talking about acquiring a pair for webapp/jaggeryapp? 2) If it is for web app there is a

Re: [Architecture] RESTFul API for App Manager - Design discussion

2016-04-25 Thread Gayan Gunarathne
On Mon, Apr 25, 2016 at 6:48 PM, Manuranga Perera wrote: > DELETE is verb to un-link resources. > Eg: DELETE /user/starred/manu/product-appm [1] will un-link me form appM. > But it doesn't mean AppM repo will be deleted. > See the url here. That make sense it deletes the starred

Re: [Architecture] Best way to generate client id and client secret

2016-04-25 Thread Johann Nallathamby
On Mon, Apr 25, 2016 at 11:23 PM, Geesara Prathap wrote: > Hi All, > > *Use Case:* > > User login to IoTS and try to view one of his device types analytics. Then > the user is redirected to device type analytics page which is in dashboard > server(DS). Afterwards to retrieve

[Architecture] Best way to generate client id and client secret

2016-04-25 Thread Geesara Prathap
Hi All, *Use Case:* User login to IoTS and try to view one of his device types analytics. Then the user is redirected to device type analytics page which is in dashboard server(DS). Afterwards to retrieve data, gadget needs to invoke a REST API which is deployed in IoTS. In order to

[Architecture] [Ann] WSO2 App Cloud 3.0.0-Alpha2 Released!

2016-04-25 Thread Punnadi Gunarathna
WSO2 App Cloud 3.0.0-Alpha2 Release WSO2 App Cloud team is pleased to announce the release of version 3.0.0-Alpha2 of the WSO2 App Cloud. WSO2 App Cloud is a multi-tenant, elastic and self-service enterprise platform that enables hosting applications written in multiple languages on multiple

Re: [Architecture] Implementing UDT(User Defined Types) support for Data Services

2016-04-25 Thread Alpesh
Prabath, Thanks For Quick Reply. Our use cases are mostly tables of the Objects. for ex. create or replace TYPE TAB_Address AS TABLE OF address_t; We are using TAB_Address as database procedure parameter. Regards, Alpesh -- View this message in context:

Re: [Architecture] Implementing UDT(User Defined Types) support for Data Services

2016-04-25 Thread Prabath Abeysekera
Hi Alpesh, DSS does not currently support UDTs to be passed into a data service as input parameters. However, if your UDT carries a very primitive sort of a structure without any nested UDTs inside, you should be able to pass them in in-line as shown below. Refer the following DSS query

Re: [Architecture] RESTFul API for App Manager - Design discussion

2016-04-25 Thread Manuranga Perera
DELETE is verb to un-link resources. Eg: DELETE /user/starred/manu/product-appm [1] will un-link me form appM. But it doesn't mean AppM repo will be deleted. [1] https://developer.github.com/v3/activity/starring/#unstar-a-repository On Mon, Apr 25, 2016 at 6:55 AM, SajithAR Ariyarathna

Re: [Architecture] [Dev] Common configuration for publishing events from carbon servers to DAS/CEP

2016-04-25 Thread Malith Dhanushka
Hi Niranjan, Correction on my previous reply. we have to ship this feature by default with ESB and APIM. So this needs to be released with the immediate ESB or APIM release. @Viraj - Please include this feature in next ESB release. I have already sent a pull request by including this to

Re: [Architecture] RESTFul API for App Manager - Design discussion

2016-04-25 Thread SajithAR Ariyarathna
[+ Frank] On Mon, Apr 25, 2016 at 11:49 AM, SajithAR Ariyarathna wrote: > ... "uninstall" is NOT a REST, even though it looks like REST. > > "uninstall" does not looks like REST. It looks like RPC. > > On Mon, Apr 25, 2016 at 10:43 AM, Ruwan Abeykoon wrote:

Re: [Architecture] RESTFul API for App Manager - Design discussion

2016-04-25 Thread SajithAR Ariyarathna
> > ... "uninstall" is NOT a REST, even though it looks like REST. "uninstall" does not looks like REST. It looks like RPC. On Mon, Apr 25, 2016 at 10:43 AM, Ruwan Abeykoon wrote: > I disagree Manu, The point is this is not "DELETE" action on a "resource". > This is an action