Here is our first implementation of the StageObject Class. I am attaching three files in this email. StageObject.java, StartStageObject.java(Sample run of the StageObject.java), theatreDB.sql (SQL Script). To connect Mysql to Java the follow driver must be downloaded and implemented as CLASSPATH : http://dev.mysql.com/usingmysql/java/. StageObject gets all the stageobjects from TheaterDB. It also has functions such as getting the description of the stage object if the name of the object is given etc..