Rifidi Edge Server Application Tutorials

From RifidiWiki

Revision as of 22:50, 30 November 2009 by Kyle (Talk | contribs)

Jump to: navigation, search

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.

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.
Personal tools