Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Ok, now you're ready to start writing code! Write your implementation file. Our standard, and the makefiles assume, this will be named Dp<name>I_impl.java, eg DpRdbI_impl.java. Maybe You can ask the Aida makefile system to create a skeleton for you, or maybe you want to start by cloning an existing one:

Code Block
Either ask Aida to make an implementation skeleton for you:
gmake -f Makefile.sun4 impl
Or, clone one:
cp ../dpCa/DpCaI_impl.java DpRdbI_impl.java
emacs DpRdbI_impl.javaThen edit it, - change in particular the get() method
emacs DpRdbI_impl.java 

Add the server to the list of Aida servers. This list is part of the Aida directory service Oracle database. See the Aida Directory Database Guide for details, off the Aida homepage. See the Aida SQL Cheatsheet, Adding a new Data Provider.

...