Re: [Architecture] [AppM] Secured download links for mobile applications

2015-07-19 Thread Ruwan Abeykoon
Hi Udara, Range request seems to be promising. I think this is already supported by the mobile OS (IOS/Android/etc) downloader. We need to support this on our server code. (We have to write our code to support this, even though Tomcat supports it on default sevlet) But the problem is that we need

Re: [Architecture] [AF] Adding CAR application type to App Factory

2015-07-19 Thread Danushka Fernando
Hi Please find my answers inline On Mon, Jul 20, 2015 at 9:40 AM, Jasintha Dasanayake wrote: > If I have understood correctly, there is a maven multimode project and > inside that there are registry resource projects , an ESB project and a > Capp project right ? so in your project structure g

Re: [Architecture] Workflow Implementation in IS 5.1.0

2015-07-19 Thread Chathura Ekanayake
> > > Scenario A: > If I get it right, the workflows are modeled by workflow-skilled users. > I.e. we can assume that they build it in a way that the "data dependency by > skipping tasks" is avoided, right? For example, we may provide a "best > practices guide" to the corresponding modelers. > As

Re: [Architecture] Workflow Implementation in IS 5.1.0

2015-07-19 Thread Chathura Ekanayake
Hi Frank, ​This does not solve the problem of missing data: your selection may skip > steps that produce data required by the selected steps. > As discussed with Prabath and IS team, human tasks involved in these workflows have the same input and output data. Input data is provided at process in

Re: [Architecture] [AF] Adding CAR application type to App Factory

2015-07-19 Thread Jasintha Dasanayake
If I have understood correctly, there is a maven multimode project and inside that there are registry resource projects , an ESB project and a Capp project right ? so in your project structure graph where is the Capp project ? is it the first application id ? Also what is the type of these * R

[Architecture] Potential for using Akka, ReactiveX or RX Java as based for next ESB

2015-07-19 Thread Srinath Perera
Above might be a option instead of using disrupter and trying to build the thread model from ground up. I think it is worth spending couple of days understanding. e.g RxJava https://www.youtube.com/watch?v=8OcCSQS0tug -- Blog: http://srinathsview.blogspot.com twitter

[Architecture] WSO2 Message Broker - Slow topic consumers can make broker OOM

2015-07-19 Thread Hasitha Hiranya
Hi, Topic message subscription practically means to be real time. Most brokers handle topic messages in-memory whereas WSO2 Message Broker store each topic message as well to provide clustering support for subscribers (publish to Node1 and subscribe from Node2). Think of a scenario where there ar

Re: [Architecture] Workflow Implementation in IS 5.1.0

2015-07-19 Thread Frank Leymann
+1 Whatever we come up with, it must be usable across out product set... Best regards, Frank 2015-07-14 22:12 GMT+02:00 Prabath Siriwardena : > BTW yes - lets have a discussion on this again - because this is not just > IS thing - and can be used by any other product which needs to have > work

Re: [Architecture] Workflow Implementation in IS 5.1.0

2015-07-19 Thread Frank Leymann
Dear all, I won't be in Sri Lanka first week of August as originally planned because of WSO2Con canceled. Should we set up a call during that week to review and discuss the next steps? I would appreciate it! Best regards, Frank 2015-07-15 17:29 GMT+02:00 Isabelle Mauny : > All, > > I am sti

Re: [Architecture] Workflow Implementation in IS 5.1.0

2015-07-19 Thread Frank Leymann
A few comments: Scenario A: If I get it right, the workflows are modeled by workflow-skilled users. I.e. we can assume that they build it in a way that the "data dependency by skipping tasks" is avoided, right? For example, we may provide a "best practices guide" to the corresponding modelers. S