Right now, I could get the data from the database by calling the store procedure from my java class. I took me 3 hours to figured this out because Gary didn't give me full access to the stored procedure. In the semester store procedure, I coudn't see any parameters and its types. Thus I assumed it had no parameters, but it did. So I couldn't connect get anything. First I thought it was a connection problem. I turned on my Packet Analyzer program and noticed that my Java class in fact talke to the database. So the problem must be in the stored procudure.
I wrote another class to test another stored procedure which I have full access and know what parameters are required. I could get data from this stored procedure.
Now, I can get data from the database. Future tasks would be the commucation parts between the client and the server within GWT. I started to write a bean class called AvailableSeatsBySection that stores the data retured by the stored procedure.
I also wrote the javadoc.build.xml that generates Javadoc for my project. The project API is stored in the doc/javadoc directory. I will have to write the readme file for the project.
Thursday, March 8, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment