Online Lookup

This pattern provides direct interaction between the data requester (client) and the enterprise information system (EIS), supplying real-time EIS data or cached data.



While the server notification and cached data patterns are flexible regarding MBO definition and cache group policy, the online lookup pattern must have at least one findByParameter and use the Online cache group policy:
  1. The client requests data using the findByParameter object query.
  2. Since the MBO associated with the object query is in a cache group that uses an Online policy, Unwired Server retrieves the requested data directly from the EIS and not the cache.
  3. Online data is returned to the client.

In this example, online data retrieval by the client is triggered when the user selects the menu item that calls the findByParameter object query.