Difference between revisions of "Developers:GettingStartedWithReader"

From RifidiWiki

Jump to: navigation, search
(New page: * The Reader Development Stages page describes in detail which readers the Emulator supports and how to go about creating a new reader * Please read the Style Guide before you begi...)
 
Line 1: Line 1:
* The [[Reader Development Stages]] page describes in detail which readers the Emulator supports and how to go about creating a new reader
+
This page shows developers how to get started developing a Rifidi Virtual reader
 +
=Planning=
 +
* The [[Reader Development Stages]] page describes in detail how to go about planning a virtual reader iteration
 +
 
 +
=Developing==
 
* Please read the [[Style Guide]] before you begin coding  
 
* Please read the [[Style Guide]] before you begin coding  
 
*[[Create a new reader project]] in eclipse
 
*[[Create a new reader project]] in eclipse
* The [[Package Structure for a reader project]] page shows you what classes every reader should have and how the classes should be structured.
+
* The [[Package Structure for a reader project]] page shows you what classes every reader should have and how the classes should be structured to fit in with the rest of the emulator
 +
 
 +
=Testing=
 +
 
 +
=Help=

Revision as of 18:20, 9 May 2008

This page shows developers how to get started developing a Rifidi Virtual reader

Planning

Developing=

Testing

Help