May 9, 2008 (Friday)
Our team is already done with the functional specification, screen prototypes, and as well as the database structure. Though we know that there can still be some changes during the implementation, we started connecting to database and tried some data retrieval during the day.
We first used Oracle as our rdbms since we already know how to connect to it using JDBC. We populated the database and created three web services for our flex application. The web services that I did were getProjects and getTasklist. These are to be used by our application to display the projects and the corresponding tasklist assigned to logged in user. It was easy to create web services but using it for the application gave me a little headache. It was just before 6pm when my code started t work. haay.Thanks for the help groupmates (AC,Chino,Todz) and Sir Jami.
On my next blog, I’ll explain why the title is “from Oracle to SQLite”…