Menu

it's better that use the osgi to design ui

iedu ui
x x x
2012-06-19
2012-06-20
  • x x x

    x x x - 2012-06-19

    1.i hope that the ui doesn't occupy more memory and more file size.
    2.the ui will be easy to extend
    3.the ui is Pluggable, like to apple apps store,google apps store etc.

     
  • x x x

    x x x - 2012-06-20

    The three most important constraints that we had to keep in mind when designing Jitsi (at the time called SIP Communicator) were multi-protocol support, cross-platform operation, and developer-friendliness.
    http://www.aosabook.org/en/jitsi.html

     
  • x x x

    x x x - 2012-06-20

    An OSGi bundle is little more than a regular JAR file like the ones used to distribute Java libraries and applications.

     
  • x x x

    x x x - 2012-06-20

    All services and implementations in Jitsi are separated under these two packages

     
  • x x x

    x x x - 2012-06-20

    The BundleContext gives bundles a way to connect to the OSGi environment

     
  • x x x

    x x x - 2012-06-20

    1.In order to add a bundle to the Jitsi build process, you need to edit the build.xml file in the root directory of the project
    2.Now the only thing that we need to do is to make Felix load it.

     
  • x x x

    x x x - 2012-06-20

    Plugins in Jitsi often need to be able to interact with the user.

    This means they have to open, close, move or add components to existing windows and panels in the user interface

     

    Last edit: x x x 2012-06-20

Log in to post a comment.