Difference between revisions of "Rifidi Edge Server Application Tutorials"

From RifidiWiki

Jump to: navigation, search
Line 1: Line 1:
The Rifidi Edge Server is an application platform that provides developers with a way to quickly develop and deploy RFID applications.  This page lists several tutorials that will help you get started learning the Rifidi platform.
+
With release 1.2.0 of the Rifidi Edge Server, a developer API is provided to make writing Rifidi Applications much easier. The best place to find out how to write applications is the developer document that is released as part of the SDK release. There are several example applications included with the SDK and the developer documentation describes them in detail.
;[[Northwind Tutorial]]
+
:This tutorial is an in-depth, step-by-step guide for absolute beginners. It delves into details about how to get started doing everything from creating an eclipse project to dependency injection using spring to writing a JSP. The tutorial show you how to create some esper statements that filter on certain events, push the out events over JMS, use spring to listen to a JMS Queue, and display the events in using a JSP deployed as a web application.
+
;[[Database Tutorial]]
+
:This is a short tutorial that shows you how to build an application which collects information from readers and inserts them into a database. It uses JDBC and spring for database connectivity. The example has been tested with both an embedded derby and MySQL database.  It also shows you how to contribute commands to the osgi command interface so that you can control the application. It has much less detail than the Northwind tutorial.
+
 
+
After you have written your own application, you will need to export it so that you can deploy it on the Rifidi Edge Sever. Follow these [[How_to_export_your_custom_Rifidi_application | instructions]] to learn how.
+

Revision as of 19:42, 2 September 2010

With release 1.2.0 of the Rifidi Edge Server, a developer API is provided to make writing Rifidi Applications much easier. The best place to find out how to write applications is the developer document that is released as part of the SDK release. There are several example applications included with the SDK and the developer documentation describes them in detail.

Personal tools