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 2: Line 2:
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
  
Androide PWM allows users create and re-use their  PWM cards with android browser as well as with desktop Azigo AIR Selector.   
+
Android 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:
+
Android PWM consists of four  components:
 
<ul>
 
<ul>
<li>Local ICard Service - This's android service that communicates with ICard Service Web App (Rpps).  It listens local socket and performs all pwm requests.  
+
<li>Local I-Card Service - This is the Android service that communicates with [[I-Card Service 1.1]].  It listens on a local socket and performs all PWM requests.  
<li>PWM NPAPI plugin - This's native NPAPI android browser plugin. It forwards all pwm requests from PWM JS to LocalICardService.
+
<li>PWM NPAPI plugin - This is a native NPAPI Android browser plugin. It forwards all pwm requests from PWM JS to the LocalICardService.
<li>PWM JS - This is javascript that searches pw-forms, auto filling them up and creates new PWM Cards by using PWM NPAPI plugin.   
+
<li>PWM JS - This is javascript that searches pw-forms, auto filling them up and creates new PWM Cards by using PWM NPAPI plugin.   
<li>Proxy server - This's standalone third party android proxy service that inject PWM JS into all web pages.  
+
<li>Proxy server - This is a standalone third party Android proxy service that injects PWM JS into all web pages.  
 
</ul>
 
</ul>
 
==Component diagram==
 
==Component diagram==

Revision as of 14:24, 11 August 2009

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

Higgins logo 76Wx100H.jpg

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

Android PWM consists of four components:

  • Local I-Card Service - This is the Android service that communicates with I-Card Service 1.1. It listens on a local socket and performs all PWM requests.
  • PWM NPAPI plugin - This is a native NPAPI Android browser plugin. It forwards all pwm requests from PWM JS to the 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 is a standalone third party Android proxy service that injects PWM JS into all web pages.

Component diagram

AndroidPWMComponentDiagram.png

Sequence diagram

AndroidPWMSequenceDiagram.png

Back to the top