1 / 17

D-OSDi + Android Progress Presentation

D-OSDi + Android Progress Presentation. Xinyi Dong Long Qiu. Project Goal. Fulfill SOA (Service Oriented Architecture) and CBD (Component Based Development) Build up Distributed OSGi framework for mobile phone and virtual machines.

leanna
Télécharger la présentation

D-OSDi + Android Progress Presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. D-OSDi + AndroidProgress Presentation Xinyi Dong Long Qiu

  2. Project Goal • Fulfill SOA (Service Oriented Architecture) and CBD (Component Based Development) • Build up Distributed OSGi framework for mobile phone and virtual machines. • Develop network module which enables communication among different OSGis. • Implement service transition bundle that bridge various objects.

  3. Group Project Description • Setting up Distributed OSGi framework on virtual machine. • Setting up Distributed OSGi framework on Android phone. • Develop network bundle. • Develop service transition bundle. • Develop demo bundles which utilize built platform to show its strength.

  4. Current Project Status • Setting up Distributed OSGi framework on virtual machine. 100% done • Setting up Distributed OSGi framework on Android phone. 50% done • Develop network bundle. 50% done • Develop service transition bundle. 100% done • Develop demo bundles which utilize built platform to show its strength. To do

  5. Roadmap

  6. Technical Details Task 1 • Task 1: Setting up Distributed OSGi framework on virtual machine. (100% done) • Using Felix OSGi Framework • D-OSGis are running on Window 7 • An easy task to transplant to Linux system or Unix system.

  7. Technical Details Task 1 There are 2 steps to finish this task. • Setting up the OSGi Framework in the computer. • Go to www.felix.com to download the latest version of Felix OSGi framework and configure Felix. • Go over the tutorial of http://felix.apache.org/site/apache-felix-osgi-tutorial.html and code several helloworld bundles within OSGi framework.

  8. Technical Details Task 1 Once set up Felix OSGi framework, following commands frequently used: start bundleID stop bundleID update bundleID install bundleID uninstall bundleID

  9. Technical Details Task 1 2. Install the neccesary bundle which is used for different OSGi’s frameworks’ communication

  10. Technical Details Task 2 • Task 2: Setting up Distributed OSGi framework on Android phone. • Step 1: Transfer the Felix OSGi framework jar files from java machine code to Dalvit machine code. (done) • Step 2: Transplant these files into Android device (currently, we’re using android emulator). (done) • Step 3: Transfer the bundles which enable the Distribute OSGi framework. (get stuck) • Step 4: Run the Distributed OSGi bundles on Android. (to do)

  11. Technical Details of Task 2 • Step 1 Transfer the Felix OSGi framework jar files from java machine code to Dalvit machine code. 1. Set up the environment variable for android emulator manager and SDK. 2. For all the jar files: Do the ‘dx’ command like following: dx --dex --output=classes.dex JAR_file.jar Combine the jar file with the generated .dex file by command: aapt add JAR_file.jar classes.dex

  12. Technical Details for Task 2 3. Use ‘Android Debug Bridge’ command to transfer the data from computer to android device: adb push JAR_file.jar path_emulator/JAR_file.jar 4. Once pushed all the necessary bundles into Android phone, use following command to launch Felix OSGi: sh felix.sh Currently, we made the felix OSGi framework running on Android system.

  13. Difficulty Encountered For step 3 (Transfer the bundles which enable the Distribute OSGi framework), 1. D-OSGi bundles run correctly on PCs. 2. Transferred jar files into Dalvit machine code, and pushed bundles to Android system. However, following errors occurred:

  14. Technical Details Task 3,4 • Task 3: Develop network bundle. 50% done • Task 4: Develop service transition bundle. 100% done We successfully tested that different OSGis running collaboratively on different OSGi Framework on PC.

  15. Technical Details Task 3,4 Two options for constructing Distributed OSGi: Option 1: Multi Bundle Distribution   This distribution is a zip file containing the Distributed OSGi bundles, as well as all their dependencies. Option 2: Single Bundle Distribution: This is a convenience distribution of a single bundle that embeds all the dependencies. We chose option 2 and went through tutorial provided in http://cxf.apache.org/distributed-osgi-greeter-demo-walkthrough.html http://cxf.apache.org/dosgi-spring-dm-demo-page.html

  16. Technical Details Task 3,4 2 OSGi framework: Equintox and Felix, Equintox remote call the function in Felix.

  17. Thank you! Questions & Comments

More Related