Re: [Architecture] Improving API Design capabilities in API Manager

2014-05-02 Thread Chris Haddad
Hi Sumedha, a good first iteration. I would like to learn more about: How the API mock back-end is created How does the system generate a mock API response how does the API creator configure a different API response per API parameter? What are the steps involved to turn a mock API into a real ba

Re: [Architecture] Due Nov. 19 CEP 3.0/BAM 2.4 Release Answers

2013-11-20 Thread Chris Haddad
Daya, good chart. what is the percentage increase in performance?50% faster?without a tick mark and value near the green line, hard to determine. On Wed, Nov 20, 2013 at 8:33 AM, Daya Attapattu wrote: > Here is a casual comparison between CEP 2.1.0 and CEP 3.0.0. > > It is casual

Re: [Architecture] Cross Product Cache Clear with hazlecast

2013-10-18 Thread Chris Haddad
So ah, err... what is the viable use cases for our cache? I thought the cache was at the Carbon framework level, and therefore spanned products. If I create a cache entry in an AppServer cluster, is cache entry scope all application server instances, but not all UES cluster instances?Do we

Re: [Architecture] [Cloud] Filtering applications based on subscription

2013-10-13 Thread Chris Haddad
This is like Salesforce having a sales cloud (legacy salesforce), a marketing > cloud and a data cloud. There is no unified experience desired, possible or > given. > > Sanjiva. > > > On Fri, Oct 11, 2013 at 8:32 PM, Chris Haddad wrote: > The stated use case is si

Re: [Architecture] [Cloud] Filtering applications based on subscription

2013-10-11 Thread Chris Haddad
> Hi Chris, please find my comments inline for your first reply. >> >> >> On Wed, Oct 9, 2013 at 8:49 PM, Chris Haddad wrote: >> >>> What is your definition of tenant, and the relationship to app owner? >>> >> Tenant is an organization in Clou

Re: [Architecture] Separating 'My Identity' functionality from management console

2013-10-09 Thread Chris Haddad
Johann, I think apim store/publishers are just examples. The goal is to not reuse those specific components, but provide similar login auth/role functionality to all app server apps. For example, I was writing a carbon-framework app to demo multitenancy, and would like to obtain a set of login

Re: [Architecture] Separating 'My Identity' functionality from management console

2013-10-09 Thread Chris Haddad
Yes, the my-identity app should run on app server, and basic features (password management, pwd recovery) should work without identity server. If identity server is present, then additional features (sso, scim) should be available, and the user store must be consistent between any available ma

Re: [Architecture] [Cloud] Filtering applications based on subscription

2013-10-09 Thread Chris Haddad
Amila, from a user experience perspective, I want to sign into wso2 cloud and view available platform services and capabilities. I hope you are not suggesting two distinct and separate user interfaces. Toggling between two cloud development portals will degrade the experience /Chris +1.678.43

Re: [Architecture] [Cloud] Filtering applications based on subscription

2013-10-09 Thread Chris Haddad
What is your definition of tenant, and the relationship to app owner? Where are you planning to show types that may become available with a subscription? What specific types are assigned to iPaas / apaas? And can a user 'hide types that may be not highly relevant (eg php for a java dev shop

[Architecture] Building a Multi-Tenant, Tenant-Aware SaaS App with the WSO2 Carbon Framework

2013-09-11 Thread Chris Haddad
Hi WSO2 Community, I have posted code on GitHub [1] illustrating how to create a multi-tenant, tenant-aware SaaS application with the WSO2 Carbon Framework. Your comments, recommendations, and pull requests are welcome. An introductory Blog Post [2] and Step One of the getting started instru

Re: [Architecture] API manager support for secured backend services

2013-08-18 Thread Chris Haddad
Two main use cases here: 1) straight pass through of security credentials submitted by client 2) credential mediation where the gateway recognizes the client identity and maps the credentials into the format suitable for the back-end service. For scenario #2, Defining the credential mediat

[Architecture] Cassandra persistent store for message broker

2013-08-01 Thread Chris Haddad
Hi Team, Can WSO2 ESB or WSO2 Message Broker use cassandra as a persistent message store? What type of in-memory caching is available for WSO2 API manager and WSO2 Data Services? thank you, /Chris -- +1.678.431.1656 mailto:ch...@wso2.com twitter @cobiacomm http://blog.cobia.net/cobiacomm (

Re: [Architecture] Progress update : Adding J2EE Support to AS

2013-06-05 Thread Chris Haddad
Do we have license access to standard JEE unit tests and samples? Rather than re-create the wheel, demonstrate JEE interoperability with proven tests and samples. /Chris On Jun 3, 2013, at 11:03 PM, Supun Malinga wrote: > Hi Piyum, > > In a bit of a rush. Replying briefly. > > > On Mon, J

Re: [Architecture] Securing web services using API manager and user authentication?

2013-06-05 Thread Chris Haddad
Hi Mike, WSO2 API Manager uses WSO2 Identity Server for user management. You can point WSO2 API Manager at your WSO2 Identity Server instance as a credential repository, and associate API Manager roles with the user base. WSO2 API Manager can integrate with user repositories that communicate