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

Android Selector 1.1

Revision as of 15:05, 6 August 2009 by Unnamed Poltroon (Talk) (New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right ==Introduction== Androide PWM allows users create and re-use their PWM cards wit...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Higgins logo 76Wx100H.jpg

Introduction

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