Skip to content

Lightstreamer/Lightstreamer-example-StockList-client-blackberry10-html

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Lightstreamer - Basic Stock-List Demo - BlackBerry (WebWorks) Client

This demo shows how to use the Lightstreamer JavaScript Client library and the BlackBerry 10 WebWorks SDK to create a simple streaming-enabled application.

screenshot

Details

Real-Time simulated Stock-List data is received from the Lightstreamer Server deployed @ http://push.lightstreamer.com

Build

There are different ways to convert an Html application to run on BlackBerry 10. This README will focus on the use of the command line tools. Feel free to check the other possibilities

Once ready, position the command-line to this project folder.

Being $BB_HOME the folder where you installed the WebWorks SDK, run

$BB_HOME/bbwp stocklist -o output

An output folder will be created containing the results of the packaging; there will be two bar files, one to be used with the simulator, the other to be used with actual devices.

Run the Demo

Start the BlackBerry 10 Simulator and take note of the IP address (check the bottom-left of the window the simulator is in)

Being $BB_HOME the folder where you installed the the WebWorks SDK and $IP the IP address of the simulator, run

$BB_HOME/dependencies/tools/bin/blackberry-deploy -installApp $IP output/simulator/stocklist.bar

The app icon will appear on the simulator home screen.

See Also

Lightstreamer Adapters Needed by This Demo Client

Lightstreamer Compatibility Notes

  • Compatible with Lightstreamer JavaScript Client library version 6.0 or newer (installation instructions for version 8.0 or newer).

About

Simple stocklist demo application showing integration between the BlackBerry 10 WebWorks SDK and the Lightstreamer JavaScript Client.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages