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 "Scout/Concepts/Outline Service"

(Stub version)
 
(add content)
Line 1: Line 1:
 
{{ScoutPage|cat=Concepts}}
 
{{ScoutPage|cat=Concepts}}
  
<TODO: 1 phrase describing the concept>
+
An '''Outline Service''' or '''Data Service''' normally provides ready-only data for the {{ScoutLink|Concepts|TablePage}}
  
* implements: {{ScoutJavadoc|<TODO:NameOfTheInterface>|I}}
+
* extends: {{ScoutJavadoc|AbstractService|C}}
* extends: {{ScoutJavadoc|<TODO:NameOfTheAbstractClass>|C}}
+
  
 
== Description ==
 
== Description ==
{{note|TODO|Add a description}}
+
A data service is normally a server service providing read-only data with aggregation and composition logic.
 
+
Data services offer search and filter capabilities defined with {{ScoutLink|Concepts|SearchFilter}}.
 
+
  
 +
If the data are stored in a database it can be interesting to use {{ScoutLink|Concepts|StatementBuilder|FormDataStatementBuilder}}.
  
 
== See Also ==
 
== See Also ==

Revision as of 05:23, 22 October 2011

The Scout documentation has been moved to https://eclipsescout.github.io/.

An Outline Service or Data Service normally provides ready-only data for the The Scout documentation has been moved to https://eclipsescout.github.io/.

Description

A data service is normally a server service providing read-only data with aggregation and composition logic. Data services offer search and filter capabilities defined with The Scout documentation has been moved to https://eclipsescout.github.io/..

If the data are stored in a database it can be interesting to use The Scout documentation has been moved to https://eclipsescout.github.io/..

See Also

Back to the top