Sunday, September 30, 2012

User registration implementation

Implemented the use case scenario : user registration with ota. Please refer this for more information.

Implemented desired functionality on ota-services side and delegate function calls to the Secure Services, since Secure Service is the place where all the user management functionalists are carried out on belhalf of ota-server.

Wednesday, September 19, 2012

User Management with Secure Services

Create and develop Secure Service project which is a seperate service running on seperate web container. Please refer architecture diagram for more information about the integrations.  The purpose of this is that, ota-sercices communicates with this to do Authentication and Authorization.

Actually it works as LDAP server and it ptovides user management functionality to not only ota-server project rather it is designed in a way that it can be integrated to any application. It has well defined API to provide user handling services.

Saturday, September 15, 2012

Android ans JSON Service

I have created sample UI and try to integrate it with the JSON service. JSON service is running on Apache tomcat as web server and I use Android emulator to run the Android applications. The Android applicaitons running on Emulator comminucates with the JSON web servive hosted on Apache tomcat.

To do this I had do put more extra effort and it exceeds the expected time.

Wednesday, September 12, 2012

Device Integrate



This couples of days I try to run the ota-mobile project on real device. All the development so far I have completed is done with the Android emulator.

I have connected Android device (Samsung Galaxy Note) to my local machine and install the ota-mobile's .apk file to the device. I had to put more effort on this and it was successfully completed.

For more information about how to integrate real android device and run your applications with it please refer.

Wednesday, September 5, 2012