Demonstration

Demonstration

Use the supplied debug executables to evaluate the WS Picking application before making production customizations.
The package includes a server JAR file and a client APK file that can be used directly for demonstration purposes.
The supplied executables are debug builds that deliberately bypass proper security protocol by relying on a built-in self-signed certificate for communication. Do not use these executables in a production environment.

Demonstration Requirements

Before running the demonstration, ensure:
  • The server and client devices are on the same unrestricted subnet so that communication between them is not blocked by a firewall.
  • The database has been updated with your own products and orders (via a web browser pointed at the server component) so you can test the picking workflow with real UPC labels.

Database Management

The server database resides in a single file, which simplifies management and enables several flexible options.
  • Back up the database by copying the file to restore earlier versions for repeated demonstration scenarios.
  • Maintain distinct database files for different purposes, each containing its own set of products and orders.
  • Load a specific database file via a command-line option when starting the server.