Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "RSS-SSE RP Test Application"

 
(Service)
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
# Acquires the i-card into the RPPS Web Application.
 
# Acquires the i-card into the RPPS Web Application.
 
# Runs a RSS-SSE client that both publishes an initial i-card with the user's profile information, as well as subscribes to the changes to this i-card from the RPPS Web Application.
 
# Runs a RSS-SSE client that both publishes an initial i-card with the user's profile information, as well as subscribes to the changes to this i-card from the RPPS Web Application.
 +
# Does a read on the RSS feed to see if it can get the "validated" user account.
 +
 +
==Details==
 +
* ''Status'': Completed
 +
* ''Language'': Java
 +
* ''Packaging'': WAR. Requires JVM 5 and Tomcat 5.x running on Windows or Linux
 +
 +
==Plan==
 +
* No currently planned features.
 +
 +
==Service==
 +
* RPTA Interaction. The interaction begins after the browser has done an HTTP GET on some page. The RPTA parses the HTML to find markers (e.g. kinds of <object> tags, etc.) that indicate what type of interaction the RP site supports. The solutions RPTA interact with are:
 +
** [[Higgins Browser Extension]]
 +
** [[RP Protocol Support]]
 +
* [http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.higgins/app/org.eclipse.higgins.rssrp/?root=Technology_Project CVS repository]
 +
* Has been tested on WinXP and Linux
 +
 +
== Links ==
 +
* [http://eclipse.org/higgins Higgins Home]
 +
** [http://www.eclipse.org/higgins/intro.php Intro]
 +
** [http://www.eclipse.org/higgins/goals.php Goals]
 +
** [http://www.eclipse.org/higgins/faq.php FAQ]
 +
** [[Architecture]]
 +
** [[Components]]
 +
** [http://www.eclipse.org/higgins/plan.php Plan]
 +
** [http://www.eclipse.org/higgins/resources.php Developer Resources]
 +
** [http://wiki.eclipse.org/index.php/Higgins_Wiki Wiki]
 +
** [http://www.eclipse.org/higgins/downloads.php Downloads]

Latest revision as of 03:49, 14 June 2007

This application has working code that:

  1. Has a dynamically personalized image of the i-card.
  2. Has a download link that allows the user to download HBX (if they don't have it already).
  3. Acquires the i-card into the RPPS Web Application.
  4. Runs a RSS-SSE client that both publishes an initial i-card with the user's profile information, as well as subscribes to the changes to this i-card from the RPPS Web Application.
  5. Does a read on the RSS feed to see if it can get the "validated" user account.

Details

  • Status: Completed
  • Language: Java
  • Packaging: WAR. Requires JVM 5 and Tomcat 5.x running on Windows or Linux

Plan

  • No currently planned features.

Service

  • RPTA Interaction. The interaction begins after the browser has done an HTTP GET on some page. The RPTA parses the HTML to find markers (e.g. kinds of <object> tags, etc.) that indicate what type of interaction the RP site supports. The solutions RPTA interact with are:
  • CVS repository
  • Has been tested on WinXP and Linux

Links

Back to the top