Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Android Selector 1.1"

Line 15: Line 15:
  
 
==Sequence diagram==
 
==Sequence diagram==
[[Image:AndroidPWMSequenceDiagram.png|1000x500px]]
+
[[Image:AndroidPWMSequenceDiagram.png|900x450px]]

Revision as of 15:19, 6 August 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

Androide PWM allows users create and re-use their PWM cards with android browser as well as with desktop Azigo AIR Selector.

Androide PWM consists of four components:

  • Local ICard Service - This's android service that communicates with ICard Service Web App (Rpps). It listens local socket and performs all pwm requests.
  • PWM NPAPI plugin - This's native NPAPI android browser plugin. It forwards all pwm requests from PWM JS to LocalICardService.
  • PWM JS - This is javascript that searches pw-forms, auto filling them up and creates new PWM Cards by using PWM NPAPI plugin.
  • Proxy server - This's standalone third party android proxy service that inject PWM JS into all web pages.

Component diagram

AndroidPWMComponentDiagram.png

Sequence diagram

AndroidPWMSequenceDiagram.png

Back to the top