BISLAB




The following directory structure should be used for the bislab projects.


    [MODULE NAME]
          |
	  |			   |---------[Class]-| All Class files
	  |----------------[BIN]---| 
	  |			   |---------[Scripts]-| SQL and Shell Scripts
	  |		
	  |			   |---------[HTML]
	  |----------------[DOC]---| 
	  |			   |---------[UseCases & Class Diagrams]
	  |			   | 	
	  |			   |---------[Modular Design]
	  |
	  |
	  |----------------[SRC]---| [Source Files According Modular Design] 
	  |			   
	  |
	  |----------------[TUTORIAL] 
	  |
	  |
	  |----------------[DAT]---| All the data in the flat files, 
	  |		             use SQL Loader to load data into tables.
	  |			     	
	  |
	  |----------------[IMGS]--| All images(if any) should be stored here.
	  |
	  |
	  |----------------[TMP]---| Temporary Space.