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 "PDS Client 2.0 Design"

Line 1: Line 1:
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
 
{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
  The following design is just proposal to replace current Azigo3 architecture and extends [[PDS Client 2.0]]
+
  The following design is just proposal to replace current Azigo3 architecture and extend [[PDS Client 2.0]]
 
   
 
   
  
Line 9: Line 9:
 
The PDS Client 2.0 components:
 
The PDS Client 2.0 components:
 
[[Image:Pds_2.0_design_components.png|center]]
 
[[Image:Pds_2.0_design_components.png|center]]
+
[[Image:Pds_design_2.0_hi-lvl_iterations.png|center]]
  
<br>
 
 
  It consists of the following C++ components:
 
  It consists of the following C++ components:
 
 
<br>
 
 
  
 
*Components 2.0#PAUL - Personal Agent Utility Layer (PAUL) - the higher level logic of the [[PDS Client 2.0]]
 
*Components 2.0#PAUL - Personal Agent Utility Layer (PAUL) - the higher level logic of the [[PDS Client 2.0]]

Revision as of 06:12, 6 April 2010

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

The following design is just proposal to replace current Azigo3 architecture and extend PDS Client 2.0

The PDS Client is packaged as either a C++ or Java code library or as a separate operating system process (e.g. on Windows it is a Windows Service).

Architecture

The PDS Client 2.0 components:

Pds 2.0 design components.png
Pds design 2.0 hi-lvl iterations.png
It consists of the following C++ components:
  • Components 2.0#PAUL - Personal Agent Utility Layer (PAUL) - the higher level logic of the PDS Client 2.0
  • Components 2.0#IPC Lib - planned.
  • Components 2.0#Auth Client

Back to the top