[Stratos-dev] Design enhancement - Show Stratos top level features in one page

Hasini Yatawatte hasiniy at wso2.com
Mon Nov 28 01:14:04 EST 2011


Hi,
I was in the support team from 17th to 24th , hence couldn't engaged in
this work full time. I managed to implement the dashboard of manager
according to the proposed layout. And currently working on solving the
redirection issue. I have already talked to Nuwan regarding this and went
through the CarbonSecureHttpContext code to solve this problem. Seems like
its not working out of the box in Stratos, hence currently working on
fixing that.

Thanks,
HasiniY.


On Mon, Nov 28, 2011 at 11:23 AM, Samisa Abeysinghe <samisa at wso2.com> wrote:

> It has been two weeks now - no updates on this...
>
>
> On Wed, Nov 16, 2011 at 5:16 AM, Nuwan Bandara <nuwan at wso2.com> wrote:
>
>> Hi
>>
>> On Tue, Nov 15, 2011 at 10:17 PM, Afkham Azeez <azeez at wso2.com> wrote:
>>
>>> Nuwan, can you please help HasiniY with this & provide the necessary
>>> guidance?
>>
>>
>> Sure, will do.
>>
>> Regards,
>> /Nuwan
>>
>>
>>>
>>>
>>> On Tue, Nov 15, 2011 at 10:15 PM, Thilina Buddhika <thilinab at wso2.com>wrote:
>>>
>>>> I think this can be fixed using a similar technique Nuwan implemented
>>>> for Carbon 4.0.0 to redirect users back to the page they were accessing
>>>> after a session timeout. Basically you can store the requested page in a
>>>> cookie and after the sign-in is successful read it from the cookie and
>>>> redirect users there.
>>>>
>>>> I think we can extend the piece of code Nuwan has written to support
>>>> this improvement as well.
>>>>
>>>> Thanks,
>>>> Thilina
>>>>
>>>>
>>>> On Tue, Nov 15, 2011 at 5:53 PM, Afkham Azeez <azeez at wso2.com> wrote:
>>>>
>>>>> We have to fix another problem to make this work. If you are not
>>>>> logged in, and then you try to navigate to a particular menu item directly,
>>>>> after the SSO redirects, you will be taken to the home page of the relevant
>>>>> Service, not the link you requested.
>>>>>
>>>>>
>>>>> On Tue, Nov 15, 2011 at 3:46 PM, Samisa Abeysinghe <samisa at wso2.com>wrote:
>>>>>
>>>>>> You can re-use the HTML that I have written. I can give the code
>>>>>> zipped.
>>>>>>
>>>>>> I think we are better off keeping this at HTML level, than putting
>>>>>> inside a JSP. This is bare naked HTML.
>>>>>>
>>>>>>
>>>>>> On Tue, Nov 15, 2011 at 2:39 PM, Hasini Yatawatte <hasiniy at wso2.com>wrote:
>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On Tue, Nov 15, 2011 at 2:33 PM, Afkham Azeez <azeez at wso2.com>wrote:
>>>>>>>
>>>>>>>> Looks good. Hasini, can you come up with a quick implementation for
>>>>>>>> review?
>>>>>>>>
>>>>>>>> I guess Samisa's idea is to have the top level list as tabs. You
>>>>>>>> can take a look at the Feature Manager component to see how we have
>>>>>>>> implemented tabs
>>>>>>>>
>>>>>>>> Sure, I will work on implementing this.
>>>>>>>
>>>>>>>
>>>>>>>>
>>>>>>>> On Tue, Nov 15, 2011 at 8:35 AM, Samisa Abeysinghe <samisa at wso2.com
>>>>>>>> > wrote:
>>>>>>>>
>>>>>>>>> I came up with a design centered around manager home.
>>>>>>>>>
>>>>>>>>> See attached comparing old home vs this new one.
>>>>>>>>> Plus the demo at http://people.wso2.com/~samisa/stratos-mgr/
>>>>>>>>>
>>>>>>>>> (It is slow because the server is slow, not because the design is
>>>>>>>>> slow ;) )
>>>>>>>>>
>>>>>>>>> Here are the rationale:
>>>>>>>>>  - Mouse over on service will highlight the info pane for service.
>>>>>>>>> Click on service name will take you to the service.
>>>>>>>>>  - For features, link both the feature (the jsp page) as well as
>>>>>>>>> more info (docs) - click and see the links on the demo. No need to write
>>>>>>>>> new code to link feature functions
>>>>>>>>>  - Use HTML - this way we can change the home at will
>>>>>>>>>  - Link almost anything, even external links, on .com, OT, if we
>>>>>>>>> wish so
>>>>>>>>>  - Extend the same model for service homes, could even reuse the
>>>>>>>>> same html.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On Mon, Nov 14, 2011 at 10:51 AM, Hasini Yatawatte <
>>>>>>>>> hasiniy at wso2.com> wrote:
>>>>>>>>>
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> Here the idea is to direct users coming to Stratos to the
>>>>>>>>>> relevant feature/ service based on their requirement without a specific
>>>>>>>>>> knowledge about each and every service. Currently in the Manager there is a
>>>>>>>>>> list of services instead of dashboards in other Services. Hence if we are
>>>>>>>>>> to go for this option we have two ways of doing it AFAIU.
>>>>>>>>>>
>>>>>>>>>>    1.
>>>>>>>>>>
>>>>>>>>>>    Replacing current service listing page with a dashboard with
>>>>>>>>>>    the same look and feel as other services.
>>>>>>>>>>    2.
>>>>>>>>>>
>>>>>>>>>>    Provide a link or a menu item in the Manager to the new
>>>>>>>>>>    dashboard while keeping the current service listing page as it is.
>>>>>>>>>>
>>>>>>>>>> In both cases we need to come up with a proper categorization of
>>>>>>>>>> main features and tasks to keep up with the same look and feel. WDYT ?
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Thanks,
>>>>>>>>>>
>>>>>>>>>> HasiniY.
>>>>>>>>>>
>>>>>>>>>> On Fri, Nov 11, 2011 at 4:42 PM, Paul Fremantle <paul at wso2.com>wrote:
>>>>>>>>>>
>>>>>>>>>>> Should this be more like the dashboards on the Carbon products
>>>>>>>>>>> where the menu doesn't change but a set of gadgets focus users on their
>>>>>>>>>>> main items of interest and main tasks?
>>>>>>>>>>>
>>>>>>>>>>> Paul
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 11 November 2011 10:33, Hasini Yatawatte <hasiniy at wso2.com>wrote:
>>>>>>>>>>>
>>>>>>>>>>>> Hi,
>>>>>>>>>>>>
>>>>>>>>>>>> How about having a menu as follows in the Manager ? In that way
>>>>>>>>>>>> we can show an aggregated view while fitting with the existing theme.
>>>>>>>>>>>>
>>>>>>>>>>>> [image: manager-menu.png]
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> Thanks,
>>>>>>>>>>>> HasiniY.
>>>>>>>>>>>>
>>>>>>>>>>>> On Wed, Nov 9, 2011 at 10:45 AM, Hasini Yatawatte <
>>>>>>>>>>>> hasiniy at wso2.com> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>
>>>>>>>>>>>>> I was under the impression that this should lead to actual
>>>>>>>>>>>>> UIs/ services rather than docs. So if we are going to have this in the
>>>>>>>>>>>>> Manager may be we can use a single menu to show the aggregated view. But
>>>>>>>>>>>>> then again that menu needs to be prominent enough to serve the expected
>>>>>>>>>>>>> purpose.
>>>>>>>>>>>>>
>>>>>>>>>>>>> So how about adding a new menu item to Main menu in the
>>>>>>>>>>>>> Manager to list down artifacts and value additions ? Upon navigation to
>>>>>>>>>>>>> each item, a graph view or a tabular view of deployed artifacts along with
>>>>>>>>>>>>> a link to add new artifacts can be given.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>
>>>>>>>>>>>>> HasiniY.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> On Wed, Nov 9, 2011 at 6:58 AM, Samisa Abeysinghe <
>>>>>>>>>>>>> samisa at wso2.com> wrote:
>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> On Wed, Nov 9, 2011 at 6:46 AM, Afkham Azeez <azeez at wso2.com>wrote:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> On Wed, Nov 9, 2011 at 6:36 AM, Samisa Abeysinghe <
>>>>>>>>>>>>>>> samisa at wso2.com> wrote:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> On Tue, Nov 8, 2011 at 9:08 PM, Afkham Azeez <
>>>>>>>>>>>>>>>> azeez at wso2.com> wrote:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> I think like somebody mentioned earlier, this wil be a
>>>>>>>>>>>>>>>>> separate UI; perhaps a separate webapp, which simply shows an accumulated
>>>>>>>>>>>>>>>>> view. I don't think the top level feature aggregation can be done while
>>>>>>>>>>>>>>>>> sticking with the current theme.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Yes, if current theme is limiting, we need to look for
>>>>>>>>>>>>>>>> other themes. But we cannot go back, rather be better.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Is this going to be a menu like traversal, leading to the
>>>>>>>>>>>>>>>> actual UIs, or just docs. If it leads to the actual UI, then theme mismatch
>>>>>>>>>>>>>>>> will be a problem.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I believe we have to navigate to the real UIs. Yeah, we have
>>>>>>>>>>>>>>> to fix the theme mismatch. Perhaps, we could have this in the Manager &
>>>>>>>>>>>>>>> somehow make it seamlessly fit into the existing theme.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Yes. I will also have a look at this.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Plus, the box like navigation scares me. :)
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> On Tue, Nov 8, 2011 at 8:51 PM, Samisa Abeysinghe <
>>>>>>>>>>>>>>>>> samisa at wso2.com> wrote:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> But this looks all over the place. How is this supposed
>>>>>>>>>>>>>>>>>> to fit to the rest of the UI theme?
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> On Tue, Nov 8, 2011 at 8:22 PM, Afkham Azeez <
>>>>>>>>>>>>>>>>>> azeez at wso2.com> wrote:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Looks much better. Can you implement a quick prototype.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> On Tue, Nov 8, 2011 at 2:53 PM, Hasini Yatawatte <
>>>>>>>>>>>>>>>>>>> hasiniy at wso2.com> wrote:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Hi,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> I roughly designed a html layout to decide how this
>>>>>>>>>>>>>>>>>>>> should looks like if this is going to be a separate UI console. In that
>>>>>>>>>>>>>>>>>>>> case what I thought was to group things into main categories as artifacts,
>>>>>>>>>>>>>>>>>>>> value additions and common utilities.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> For example ;
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> in a left column,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Service hosting
>>>>>>>>>>>>>>>>>>>> Web App hosting
>>>>>>>>>>>>>>>>>>>> Proxy Services
>>>>>>>>>>>>>>>>>>>> Gadget repository
>>>>>>>>>>>>>>>>>>>> Enterprise level mashups , etc
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> in a right column,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Security
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Governance
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Throttling, etc
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  In a bottom row,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Administration, Billing and Metering, Monitoring etc.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>  In addition, in the initial view of the dashboard
>>>>>>>>>>>>>>>>>>>> some graphs to show general usage can be shown.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Each individual artifact view may display the artifacts
>>>>>>>>>>>>>>>>>>>> with the most request count / latest/ last modified services along with a
>>>>>>>>>>>>>>>>>>>> link to create/ deploy a new artifacts ( which will direct the user to the
>>>>>>>>>>>>>>>>>>>> relevant service).
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> But if this is going to be on Manager, we can use a
>>>>>>>>>>>>>>>>>>>> menu to show an overall view. In that case since billing, metering,
>>>>>>>>>>>>>>>>>>>> administration etc are already in menus of Manager, we have to disregard
>>>>>>>>>>>>>>>>>>>> them. However to go ahead with this we need to conclude which type of
>>>>>>>>>>>>>>>>>>>> representation we are going to use exactly, i.e. whether we are going ahead
>>>>>>>>>>>>>>>>>>>> with a separate UI console or going to use the Manager.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Any comments and suggestions are welcome to conclude
>>>>>>>>>>>>>>>>>>>> the design.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> HasiniY.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> On Fri, Nov 4, 2011 at 7:41 AM, Samisa Abeysinghe <
>>>>>>>>>>>>>>>>>>>> samisa at wso2.com> wrote:
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>  With Stratos, the user has to know to which Service
>>>>>>>>>>>>>>>>>>>>> to navigate to do a certain thing.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> For example, in Stratos , you CANNOT see the billing,
>>>>>>>>>>>>>>>>>>>>> metering, tasks (cron/queue) etc. on a single menu or page
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Azeez suggested that we need to identify such
>>>>>>>>>>>>>>>>>>>>> core/common services, and we show those on a single page. Perhaps, this
>>>>>>>>>>>>>>>>>>>>> should be on the Manager, or a separate UI console server.
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Thanks,
>>>>>>>>>>>>>>>>>>>>> Samisa...
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>>>>>>>>>>>>> VP Engineering
>>>>>>>>>>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>>>>>>>>>> http://wso2.com
>>>>>>>>>>>>>>>>>>>>> http://wso2.org
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>>>>> Stratos-dev mailing list
>>>>>>>>>>>>>>>>>>>>> Stratos-dev at wso2.org
>>>>>>>>>>>>>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>>> Hasini Yatawatte,
>>>>>>>>>>>>>>>>>>>> Software Engineer.
>>>>>>>>>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>>>>>>>>>> Stratos-dev mailing list
>>>>>>>>>>>>>>>>>>>> Stratos-dev at wso2.org
>>>>>>>>>>>>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>>>> *Afkham Azeez*
>>>>>>>>>>>>>>>>>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>>>>>>>>>>>>>>>>>> Member; Apache Software Foundation;
>>>>>>>>>>>>>>>>>>> http://www.apache.org/
>>>>>>>>>>>>>>>>>>> * <http://www.apache.org/>**
>>>>>>>>>>>>>>>>>>> email: **azeez at wso2.com* <azeez at wso2.com>* cell: +94 77
>>>>>>>>>>>>>>>>>>> 3320919
>>>>>>>>>>>>>>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>>>> *Lean . Enterprise . Middleware*
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>  Thanks,
>>>>>>>>>>>>>>>>>> Samisa...
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>>>>>>>>>> VP Engineering
>>>>>>>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>>>>>>> http://wso2.com
>>>>>>>>>>>>>>>>>> http://wso2.org
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>>>> *Afkham Azeez*
>>>>>>>>>>>>>>>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>>>>>>>>>>>>>>>> Member; Apache Software Foundation; http://www.apache.org/
>>>>>>>>>>>>>>>>> * <http://www.apache.org/>**
>>>>>>>>>>>>>>>>> email: **azeez at wso2.com* <azeez at wso2.com>* cell: +94 77
>>>>>>>>>>>>>>>>> 3320919
>>>>>>>>>>>>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>>>>>>>>>>>>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>>>> *Lean . Enterprise . Middleware*
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>  Thanks,
>>>>>>>>>>>>>>>> Samisa...
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>>>>>>>> VP Engineering
>>>>>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>>>>> http://wso2.com
>>>>>>>>>>>>>>>> http://wso2.org
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> --
>>>>>>>>>>>>>>> *Afkham Azeez*
>>>>>>>>>>>>>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>>>>>>>>>>>>>> Member; Apache Software Foundation; http://www.apache.org/
>>>>>>>>>>>>>>> * <http://www.apache.org/>**
>>>>>>>>>>>>>>> email: **azeez at wso2.com* <azeez at wso2.com>* cell: +94 77
>>>>>>>>>>>>>>> 3320919
>>>>>>>>>>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>>>>>>>>>>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>> *
>>>>>>>>>>>>>>> *Lean . Enterprise . Middleware*
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>  Thanks,
>>>>>>>>>>>>>> Samisa...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Samisa Abeysinghe
>>>>>>>>>>>>>> VP Engineering
>>>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>>> http://wso2.com
>>>>>>>>>>>>>> http://wso2.org
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Hasini Randika Yatawatte,
>>>>>>>>>>>>> Software Engineer.
>>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> --
>>>>>>>>>>>> Hasini Randika Yatawatte,
>>>>>>>>>>>> Software Engineer.
>>>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Stratos-dev mailing list
>>>>>>>>>>>> Stratos-dev at wso2.org
>>>>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> --
>>>>>>>>>>> Paul Fremantle
>>>>>>>>>>> CTO and Co-Founder, WSO2
>>>>>>>>>>> OASIS WS-RX TC Co-chair, VP, Apache Synapse
>>>>>>>>>>>
>>>>>>>>>>> UK: +44 207 096 0336
>>>>>>>>>>> US: +1 646 595 7614
>>>>>>>>>>>
>>>>>>>>>>> blog: http://pzf.fremantle.org
>>>>>>>>>>> twitter.com/pzfreo
>>>>>>>>>>> paul at wso2.com
>>>>>>>>>>>
>>>>>>>>>>> wso2.com Lean Enterprise Middleware
>>>>>>>>>>>
>>>>>>>>>>> Disclaimer: This communication may contain privileged or other
>>>>>>>>>>> confidential information and is intended exclusively for the addressee/s.
>>>>>>>>>>> If you are not the intended recipient/s, or believe that you may have
>>>>>>>>>>> received this communication in error, please reply to the sender indicating
>>>>>>>>>>> that fact and delete the copy you received and in addition, you should not
>>>>>>>>>>> print, copy, retransmit, disseminate, or otherwise use the information
>>>>>>>>>>> contained in this communication. Internet communications cannot be
>>>>>>>>>>> guaranteed to be timely, secure, error or virus-free. The sender does not
>>>>>>>>>>> accept liability for any errors or omissions.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>> Hasini Randika Yatawatte,
>>>>>>>>>> Software Engineer.
>>>>>>>>>> WSO2 Inc.
>>>>>>>>>>
>>>>>>>>>>  Thanks,
>>>>>>>>> Samisa...
>>>>>>>>>
>>>>>>>>> Samisa Abeysinghe
>>>>>>>>> VP Engineering
>>>>>>>>> WSO2 Inc.
>>>>>>>>> http://wso2.com
>>>>>>>>> http://wso2.org
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Stratos-dev mailing list
>>>>>>>>> Stratos-dev at wso2.org
>>>>>>>>> https://wso2.org/cgi-bin/mailman/listinfo/stratos-dev
>>>>>>>>>
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> --
>>>>>>>> *Afkham Azeez*
>>>>>>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>>>>>>> Member; Apache Software Foundation; http://www.apache.org/
>>>>>>>> * <http://www.apache.org/>**
>>>>>>>> email: **azeez at wso2.com* <azeez at wso2.com>* cell: +94 77 3320919
>>>>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>>>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>>>>> *
>>>>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>>>>> *
>>>>>>>> *
>>>>>>>> *Lean . Enterprise . Middleware*
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> --
>>>>>>> Hasini Randika Yatawatte,
>>>>>>> Software Engineer.
>>>>>>> WSO2 Inc.
>>>>>>>
>>>>>>>  Thanks,
>>>>>> Samisa...
>>>>>>
>>>>>> Samisa Abeysinghe
>>>>>> VP Engineering
>>>>>> WSO2 Inc.
>>>>>> http://wso2.com
>>>>>> http://wso2.org
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Afkham Azeez*
>>>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>>>> Member; Apache Software Foundation; http://www.apache.org/
>>>>> * <http://www.apache.org/>**
>>>>> email: **azeez at wso2.com* <azeez at wso2.com>* cell: +94 77 3320919
>>>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>>>> *
>>>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>>>> *
>>>>> *
>>>>> *Lean . Enterprise . Middleware*
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Thilina Buddhika
>>>> Associate Technical Lead
>>>> WSO2 Inc. ; http://wso2.com
>>>> lean . enterprise . middleware
>>>>
>>>> phone : +94 77 44 88 727
>>>> blog : http://blog.thilinamb.com
>>>>
>>>
>>>
>>>
>>> --
>>> *Afkham Azeez*
>>> Director of Architecture; WSO2, Inc.; http://wso2.com
>>> Member; Apache Software Foundation; http://www.apache.org/
>>> * <http://www.apache.org/>**
>>> email: **azeez at wso2.com* <azeez at wso2.com>* cell: +94 77 3320919
>>> blog: **http://blog.afkham.org* <http://blog.afkham.org>*
>>> twitter: **http://twitter.com/afkham_azeez*<http://twitter.com/afkham_azeez>
>>> *
>>> linked-in: **http://lk.linkedin.com/in/afkhamazeez*
>>> *
>>> *
>>> *Lean . Enterprise . Middleware*
>>>
>>>
>>
>>
>> --
>> *Thanks & Regards,
>>
>> Nuwan Bandara
>> Senior Software Engineer
>>
>> WSO2 Inc. | http://wso2.com
>> lean . enterprise . middleware
>>
>> http://nuwan.bandara.co
>> *
>> <http://www.nuwanbando.com/>
>>
> Thanks,
> Samisa...
>
> Samisa Abeysinghe
> VP Engineering
> WSO2 Inc.
> http://wso2.com
> http://wso2.org
>
>
>


-- 
Hasini Randika Yatawatte,
Software Engineer.
WSO2 Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://wso2.org/pipermail/stratos-dev/attachments/20111128/375a9aaf/attachment-0001.html>


More information about the Stratos-dev mailing list