Re: [Dev] [EMM][AppM] Why APPM platform specific implementations are in mdm-admin JAX-RS?

2016-04-07 Thread Ruwan Abeykoon
Hi Kasun, Yes, I think this needs to be refactored to expose generic "Operation" in REST/OSGI API integration. Following are the things which can be improved IMO, 1. The operation info-set can be made extensible, so that we can add different application types without changing the API 2. Remove thes

[Dev] [EMM][AppM] Why APPM platform specific implementations are in mdm-admin JAX-RS?

2016-04-07 Thread Kasun Dananjaya Delgolla
Hi All, While restructuring mdm-admin jax-rs to be in the core layer, I found out that several platform specific implementations are residing in mdm-admin jax-rs. All such implementations are related to AppM functionality (ex: MDMAndroidOperationUtil and MDMIOSOperationUtil classes). We know that