BISLAB
These are the some of the points that should be followed while doing
your projects. More instructions will be given later.
- All the data should be in flat files and you should use SQL Loader
to load the data into the tables.
- Activities like Table Creation, Loading Data into the tables and
other Cleanup process should be done through appropriate Scripts.
- Login-Ids, Passwords, Port Numbers and Path Information should not
be hardcoded, instead they should be read from a configuration file at
startup or put in a file config.java.
- Make sure you cleanup cookies(if you use any) before logout.