Friday, May 4, 2007

Working on the Database

I spent the whole day working on the database. I wrote the store procedure that searched courses by attributes.

However, the store procedure can't return the attributes. It returns the right courses but can't display the attributes associated with the courses.

I have no dev time today because I didn't work in Eclipse.

Wednesday, May 2, 2007

GWT Junit in Ant and Attribute Search.

GWT Junit now worked in Ant script. I added to the project xml file.

Today, I figured out how to get the course names from the attributes. Probably I will write the stored procedures tomorrow.

Also I added some new drop-down list and some check boxes for the atrribute search feature. The UI looked ugly today. I would ask Brandon how he would change this tomorrow when we meet.

Tuesday, May 1, 2007

GWT Junit Works in Eclipse now

Today, I just manually created the test class and put it in the client package. It worked. Last time I ran the junitCreator script that came with the GWT package. This script created the test class in the wrong folder. A lot of people on the Internet and even GWT website suggested to run this script instead of manually creating the test class.

The script didn't work for me.