Re: [Architecture] is it correct to deploy class mediators via a CAR file

2013-05-06 Thread Amila Suriarachchi
On Sun, May 5, 2013 at 11:41 AM, Kishanthan Thangarajah kishant...@wso2.com wrote: During an offline discussion we (AmilaS, Azeez, Harshana) had on the second approach, (using p2 to support server extensions), the following points were brought up. 1. How are we going to handle this in a MT

Re: [Architecture] AS J2EE support - JSF

2013-05-06 Thread Piyum Fernando
Hi, I further went through both of these implementations specially considering the performance and community. *Performance with AS:* Both of them showed almost similar results. But with the increasing number of threads myFaces performed slightly better than mojarra. *Community:* Currently

[Architecture] [AppFactory] Enabling event notifications in AppFactory jaggery application.

2013-05-06 Thread Manjula Rathnayake
Hi all, In AppFactory, there are load of events generated that are interested for different users(App Owners, Developers, QA and DevOps). Currently these events are not visible to end users. POC is implemented to try out a scenario as in diagram and provide a better run time view to end

Re: [Architecture] [AppFactory] Enabling event notifications in AppFactory jaggery application.

2013-05-06 Thread Manuranga Perera
since IE9 and below and many android browsers doesn't support websocket [1] we may have to implement a fall back mechanism. we can use a already existing client-side library such as 'socket.io' [2] but may have to write a server-side Jaggery module to support that. [1]