Foundation Classes - JavaPageAdding a new Obi Class
Must implement the JavaPage interface
Define the methods to implement for classes designed to be dynamically loaded by the JaSSI Server
JavaPage requires a runit() method
- public void runit(RequestManager rMngr)
- like “void main(argv, argc)” in C programming