Difference between revisions of "RSS-SSE RP Test Application"
(→Service) |
|||
(One intermediate revision by the same user not shown) | |||
Line 5: | Line 5: | ||
# 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. | # 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:
- Has a dynamically personalized image of the i-card.
- Has a download link that allows the user to download HBX (if they don't have it already).
- 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.
- 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