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 "Orion/Documentation/Developer Guide/Core client services"

Line 1: Line 1:
 +
= Overview of core client services =
 
Orion provides a number of basic infrastructure services that can be used by client pages for performing various tasks. This section of the guide outlines what services are available, along with simple examples of how to use them.
 
Orion provides a number of basic infrastructure services that can be used by client pages for performing various tasks. This section of the guide outlines what services are available, along with simple examples of how to use them.
  

Revision as of 14:54, 25 May 2011

Overview of core client services

Orion provides a number of basic infrastructure services that can be used by client pages for performing various tasks. This section of the guide outlines what services are available, along with simple examples of how to use them.

orion.core.favorite

The orion.core.favorite service is used to access and store the user's bookmarks or favorites. While a user may opt to use their own browser's bookmark mechanism instead, there are some specific advantages to using Orion's favorite service instead:

  • Favorites are persisted on the server, so the user can switch to another client computer or browser and access their familiar bookmarks
  • Favorites are associated with a specific Orion application and user, so favorites from different users or applications are not all mixed into a single place.

orion.core.file

orion.core.marker

orion.core.preference

orion.core.user

Back to the top