Re: [Architecture] What is the best/wso2 way to authenticate REST endpoints.

2014-10-19 Thread Ayesha Dissanayaka
Thank you everyone for your valuable inputs. @Udara, These API endpoints are used by ES publisher App itself and will be invoked by authorized third party as well. In that way we have enabled accessing ES back office via remote clients as well. According to suggestions in this thread having aouth

Re: [Architecture] What is the best/wso2 way to authenticate REST endpoints.

2014-10-19 Thread Manoj Gunawardena
Hi, +1 for OAuth2. Because publisher APIs can be use in mobile devices. Ex -: customer implements mobile app to publish assets Also need to think about how customer can extend (customize) the security with our extension model. Ex-: Customer writes a extended publisher API and need to give differen

Re: [Architecture] Extensions for Siddhi - Math operations

2014-10-19 Thread Aiyadurai Rajeevan
+1 Hi Sanjiva/Lahiru, math: would be most meaningful in this context, Hence i'll also align my code with this namespace. Thanks & Regards, S.A.Rajeevan Software Engineer WSO2 Inc E-Mail: rajeev...@wso2.com | Mobile : +94776411636 On Sat, Oct 18, 2014 at 4:18 PM, Lahiru Cooray wrote: > Hi Sanj

Re: [Architecture] Extensions for Siddhi - Math operations

2014-10-19 Thread Maninda Edirisooriya
Hi Lahiru, Are following functions implement any standard math API? If not better if make them compatible with any well known API like Mathlab, R or Octave which would ease the users who are already familiar with these software. Thanks. *Maninda Edirisooriya* Senior Software Engineer *WSO2, Inc

Re: [Architecture] Extensions for Siddhi - Math operations

2014-10-19 Thread Rajeevan Vimalanathan
+1 for using 'math' instead of 'custom' On Mon, Oct 20, 2014 at 9:47 AM, Lahiru Cooray wrote: > Hi Maninda, > > We used standard math operations available in java.lang.Math package and > we have implemented the operations which are not available in the > mentioned package (eg: pmod, positive,neg

Re: [Architecture] Extensions for Siddhi - Math operations

2014-10-19 Thread Lahiru Cooray
Hi Maninda, We used standard math operations available in java.lang.Math package and we have implemented the operations which are not available in the mentioned package (eg: pmod, positive,negative,unhex etc). Thanks for the feedback. On Mon, Oct 20, 2014 at 12:19 AM, Maninda Edirisooriya wrote