 |
A set of standalone examples that demonstrate best practices and use case for JSLEE and other Mobicents modules.
Project home page: https://mobicents-examples.dev.java.net
Download site: Source Forge Downloads
Point of interest - example developers and users
Examples contain lib dir in which all dependencies ( compiled with src 1.4 ) are/should be present. Dependencies are need to compile and run examples. Also lib dir contains stub in build.xml templates for examples services and ra. Xml builds. Stubs are meant to give way of unifying deployment of examples and dependencies. Both stubs contain deploy which is common for examples and dependencies. See infile comments. This target deploys example/dependency to SLEE
container.
Hot deployment depends on value of jnpHost variable set in lib/build.xml - deploy target tries to deploy app into that host (this has to be set to You jboss binding address - set by -b option). Deployment scripts have been removed, however there is one stub in templates dir to show how it can be written.
Also please note that some dependencies have more than deploy target, this is due need of configuration of some sort. Moreover lib/build.xml defines two targets management-init - defines slee tasks, and libs-init - defnies common path for examples containing all jars needed by examples, refid="examples-lib".
IMPORTANT
New env vairable is needed to properly run/deploy/jar examples: MOBICENTS_EXAMPLES it should point to dir where exapmles are stored.
See wiki for each example - there is list of dependencies that have to be deployed into SLEE.
List of examples:
End to End SIP Example
Resource Adaptors
Wake Up Call Service
XMPP/Google Talk RA Examples
SLEE Graph Viewer
Third party call control (3PCC)
Tracking CallDuration
The following examples show applications for the B2BUSA? Service.
Call Blocking, Forwarding and Voicemail service
Parlay RA Example
Parent child interaction examples
LDAP Examples
Inspirational sources for more examples
-- Main.ivelin - 23 Sep 2005
|