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"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right ==Introduction== Androide PWM allows users create and re-use their PWM cards wit...)
 
Line 6: Line 6:
  
 
Androide PWM consists of four  components:
 
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.  
+
<ul>
* PWM NPAPI plugin - This's native NPAPI android browser plugin. It forwards all pwm requests from PWM JS to LocalICardService.
+
<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.  
* 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 NPAPI plugin - This's native NPAPI android browser plugin. It forwards all pwm requests from PWM JS to LocalICardService.
* Proxy server - This's standalone third party android proxy service that inject PWM JS into all web pages.  
+
<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.  
 +
</ul>
 
==Component diagram==
 
==Component diagram==
 
[[Image:AndroidPWMComponentDiagram.png|center]]
 
[[Image:AndroidPWMComponentDiagram.png|center]]
  
 
==Sequence diagram==
 
==Sequence diagram==
[[Image:AndroidPWMSequenceDiagram.png|center]]
+
[[Image:AndroidPWMSequenceDiagram.png|800x400px]]

Revision as of 15:17, 6 August 2009

{{#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