The SybStore_Sample project contains two mobile applications that illustrate extending services to mobile devices, making applications and data available for occasionally connected users. Two additional mobile applications are set up for online access. That is, the applications are stored on a mobile server (Unwired Accelerator) and demonstrate how a user accesses the content via a mobile server connection using a mobile device’s Web browser.
The Sybstore sample includes four applications—ListAllItems, InsertSalesOrder, SybStoreItems, and SybStoreItemDetail—that perform the actions described in this table.
Application name |
Description |
Application linking and actions |
---|---|---|
ListAllItems |
Lists all store shelf items that can be ordered. |
ListAllItems links to the order-processing InsertSalesOrder mobile application. These two mobile applications are set up for you to download to a mobile device, enabling offline access to the data. You download and view the mobile applications using Unwired Accelerator’s client application. |
InsertSalesOrder |
Invokes a composite Java service for order handling. |
|
SybStoreItems |
Lists all items in the warehouse inventory |
SybStoreItems and SybStoreItemDetail are linked and enable you to view the SybStoreItems application, select a single item from a list of all items in the warehouse inventory, and obtain detailed information for the selected item. These two mobile applications are set up for you access online. That is, you view the applications by browsing to an Unwired Accelerator portal using a Web browser running on a mobile device. |
SybStoreItemDetail |
Provides detailed information for one selected item in the warehouse. |
To run the sample mobile applications, see “Running the SybStore sample”.