views:

37

answers:

0

We are planning to integrate our JEE application to use certain API(s) of products exposed in ProgrammableWeb. Usually the mashup API(s) either expose a user code or an identifier against which all CRUD operations are done. How do you enable the mapping between the local user identifier and the user identifier exposed by those API(s). Would you create a local mapping table to acheive this?