What framework used in WSO2 Emm? - wso2

I have struggle to work with source code in wso2 emm. I don't know how to setup wso2 emm in eclipse?, What framework they used? And how to generate the wso2 emm bundle? Please guide me.

WSO2 EMM used carbon framework. EMM is not worked with eclipse. It is a product you can use to control mobile devices. You can get the emm product source and build it using maven. After you build the product, you can find the product zip in /modules/distribution/target folder. find more information how product works on the documentation

Related

WSO2 EMM - How to config project

When i develop with WSO2 EMM, i don't understand how to config project to run on local. I has config run on local success, but i don't go to the address same as the tutorial: Youtube link
Please tell me how to make it.
Thanks!
Every EMM version has the same URL if you are using a fresh pack with out modifying the offset configuration in carbon.xml the default url will be as following,
https://localhost:9443/emm
the tutorial you are referring is for EMM 1.. release. The latest version of EMM is 2.2.0 which is available in EMM product page.
The functionalities are most likely the same with new and improved UI and much more features and higher performances.So its best if you can use the new version to get started with wso2 EMM.

WSO2 Mobile Version for store

I was exploring the store of WSO2 AppManager through my device, but it was redirecting to the web version of it.Is there any mobile version which we can access for the store.Any help will really be appreciated.
Currently(with EMM 2.0.1), there is no mobile catalog application available for browsing the app store and installing apps on to your device, like the Google playstore. However with EMM 2.1.0 which is the upcoming version of WSO2 EMM, there will be a Catalog application available for Android platform.
https://github.com/wso2/product-emm/tree/master/modules/mobile-agents/android/app-catalog

WSO2 Enterprise Store - how can I add mobile apps?

I'm trying out the beta/unreleased code for EMM 2.0 (which I believe is now MDM) and I undestand that the mobile app store and publisher function have been moved to Enterprise Store, however I'm unable to see/add mobile apps - I only see Gadgets and Sites.
I was looking for the source in case I missed the plugin, but at https://github.com/wso2/carbon-store/tree/master/features/extensions I only see Gadgets and Sites.
Can someone tell me how to enable mobile apps and/or point me to the mobile app plugin source?
FYI, I installed ES from http://wso2.com/products/enterprise-store/ and also master branch from the following:
https://github.com/wso2/product-mdm.git
https://github.com/wso2/carbon-device-mgt-plugins.git
https://github.com/wso2/carbon-device-mgt.git
You can use WSO2 App Manager,
Please read this doc to integrate it with WSO2 EMM
https://docs.wso2.com/display/APPM100/Mobile+Apps+Configurations
WSO2 is working on integrating app management features with WSO2 EMM 2.0.0. Device and App Management both features will be shipped with EMM 2.0.0 once it is released.

How to map the wso2 development structure

For integrating new module and developing wso2 emm such as selective wipe,backup data.
need information about architecture of wso2 emm.as developer what are thing he/she should know for developing wso2 emm new module.
You better look at the source code of WSO2 EMM here.

How to update app version in WSO2 EMM?

I've successfully published an Android app on WSO2 Enterprise Mobile Manager.
Now I want to update the app version, by uploading a new apk.
How can I do? I find no solution on the documentation.
See my answer here for instructions on how to implement the patch they included in EMM-686.