Difference between revisions of "Northwind Tutorial"
From RifidiWiki
(New page: This document provides step-by-step instructions on how to get started on developing your first application that runs on the Rifidi Edge Server. The application we will develop will use E...) |
|||
Line 1: | Line 1: | ||
This document provides step-by-step instructions on how to get started on developing your first application that runs on the Rifidi Edge Server. The application we will develop will use Esper to collect tag reads from a reader and put them on a JMS queue to be consumed by a client application. Many of the steps are applicable to many kinds of plugins for the edge server, including [[How to create a sensor plugin| creating a sensor plugin]]. | This document provides step-by-step instructions on how to get started on developing your first application that runs on the Rifidi Edge Server. The application we will develop will use Esper to collect tag reads from a reader and put them on a JMS queue to be consumed by a client application. Many of the steps are applicable to many kinds of plugins for the edge server, including [[How to create a sensor plugin| creating a sensor plugin]]. | ||
=Prerequisites = | =Prerequisites = | ||
+ | =Creating the new project= | ||
+ | =Modifying the Manifest= | ||
+ | =Creating the Spring Context XML= | ||
+ | =Creating the Application= | ||
+ | =Running the Application= | ||
+ | =Modifying and redeploying the Application= |
Revision as of 22:31, 24 September 2009
This document provides step-by-step instructions on how to get started on developing your first application that runs on the Rifidi Edge Server. The application we will develop will use Esper to collect tag reads from a reader and put them on a JMS queue to be consumed by a client application. Many of the steps are applicable to many kinds of plugins for the edge server, including creating a sensor plugin.