Accessing Data
The articles in this section describe key aspects of accessing data.
- 
Configuring the Search Platform The Appkit search platform abstraction presents a unified way of carrying out common data operations such as searching, storing, and deleting information from the underlying repository. You can use multiple platforms on the same page to send a query to different repositories and aggregate the response. Each search platform is encapsulated as a twigkit.platform.PlatformJava object.
- 
This article describes the syntax of a single Appkit search filter to include in an HTTP request. 
- 
The Appkit Query tag ( <search:query>) instantiates a search query that can be submitted to the underlying search platform.
- 
The Response tag ( <search:response>) sends a Query to a given Platform and stores the Response in a JSP variable.