You need kannel SMS/WAP gateway to deliver SMS application using LightArmy. Here are your steps:
Install and configure Kannel SMS/WAP gateway. See Kannel documentation. You can use this for many services. Kannel website: http://www.kannel.org/
Create Kannel interface for LightArmy and configure the settings. You can use this for many services. Here is for an example:
Create manifest of kannel handler you what (direct reply, stomp, or queue) If you choose stomp you need ActiveMQ queue server. ActiveMQ website: http://activemq.apache.org/ If you choose queue you need queue. Here is for an example:
Create manifest of Kannel Service as appropriate. Use kannel_stompservice for stomp handler. Use kannel_queueservice for queue. Here is for an example:
Create database for logging messages as you need.
Create manifest of Kannel Sender as appropriate. Use kannel_stompsender for stomp handler. Use kannel_queuesender for queue. Here is for an example:
If you want to know the status of delivery, create manifest of Kannel delivery status as appropriate. Use kannel_stompdeliverystatus for stomp handler. Use kannel_queuedeliverystatus for queue. Here is for an example:
Create your responder for your service. Responder is the only program (code) you need to create for your specific purpose. You can use any available responder if appropriate. Here is for an example:
After all of that, you just start all of that manifests. Now SMS service is available for serving.
If you want to change your service you may only change the last step and make/change code as appropriate or even no programming needed.
Note: You can integrate SMS application with any other applications easily. You can shutting down computer using SMS as for example. Another example is sending you an SMS if a process is terminated. You can also sending SMS by email and so on.
Parameterized component (application) is component or application than can be customized using parameter(s). Behavior of component or application will be different for different parameter(s) in used.
Here is an example of parameterized component,CIISONLINE_FileEditor, and its usage on web application as an example:
There are five files to render help: contents, index, keywords, name and overview. You will access the contents using context id like this: context_id=<root help>.ManifestProcessMaint.Queen.email_autoresponse. Here are as that examples:
LightArmy provides help context-sensitive for all applications inside. You just open an appropriate page and then click provided help context (question mark image). Appropriate help context will be displayed on new window.