Many different programs will be used during the scope of thei course and this project.
JSP: Java Server Pages
JSP is a form of java designed for webpages. It is written like regular java but is implemented using html code inside webpages. The jsp will be mainly used in our project to query our database. It will be written in notepad and Dreamweaver.
Dreamweaver
Dreamweaver is a powerful WYSIWYG webpage creator. It will be used to design the team webpage and make the UI templates.
SQL
SQL is the language used in oralce to create our database. The SQL coded is mainly written in the oracle command line interface but may be written using the program Toad.