Wednesday, July 23, 2008

Progress update on July 23

(1) Added a test case consuming Google Contacts Service

(2) Added a test case consuming Google Calendar Service

(3) Fix the "link" bug for localhost GData serviceBinding

Monday, July 21, 2008

Progress report on July 21, 2008

(1) Added two test cases on Google Contacts Service and Google Calendar Service

(2)Gdata operation query

Tuesday, July 15, 2008

Progress update up to July 15, 2008

1. PROGRESS SUMMARY

(1.1) GData ServiceBinding support [Progress: 4/6 = 0.667=66.7%]
doGet, doPost, doDelete, doPut----------------------
processAuthorizationHeader and autheicate----------

(1.2) GData ReferenceBinding support [Progress: 5/8 = 0.65=65.0%]
get/getFeed, getEntry, post, delete, Put-------------
Query-----------------------------------------------
PostMedia and PutMedia----------------------------

(1.3) Tests [Progress:around 30%-40%]
Test case 1 "GdataBinding_LocalhostServlet_Test" is used to test bothServiceBinding and ReferenceBinding on a locally created Gdata service binding.

Test case 2 "GdataBinding_GoogleBlogger_Test" is used to test referenceBinding cosuming Google Gdata services

More test cases will be added to test other Google services


2. LATEST UPDATES IN THE PATHCH
(tuscany-binding-gdata-zhao-July13-02.patch):

2.1 Support 5 GData operations for both servicebidng andreferencebinding (getFeed, getEntry, post, put, delete) ---[tested]

2.2 Add a test case for the testing of these operations inLocalhost (test both serviceBinding and referenceBinding)----[tested]

2.3 Add a test case for the testing of these operations consumingGoogle Blog service (test referenceBinding) ----[tested]

2.4 Update dependencies in pom.xml for a clean mvn build --- [not tested]

2.5 Add "serviceType", "username" and "password" into gdatabinding definition to support GData authorization --- [tested]

Wednesday, July 9, 2008

update To-Do list of this week

GData operation support:

"getFeed" -- Done
"getEntry/get"-- Done
"query" -- Todo
"post" -- Done
"put" -- Done
"delete" -- Done

Sunday, July 6, 2008

To-do List for this week

GData operation support:

"getFeed" -- Done
"getEntry/get"-- Done
"query" -- Todo
"post" -- Done
"put" -- Todo
"delete" -- Todo

Thursday, July 3, 2008

Progress report on July 4, 2008

Things done in the last week
----------------------------------------------------------------------------
(1) Very good progress in this week, made the first two gdata operations work.

(2) Finished two operations of gdata-binding: "getFeed" and "getEntry". Tested both of them, worked great.

(3) Since other operations can be processed in a very similar way, I expect a much faster development speed in the following weeks.



Things to do in the next week
----------------------------------------------------------------------------
(1) Finish all tasks in development phase 1, each GData operation corresponds to a task below

"getFeed" -- Done
"getEntry/get"-- Done
"query" -- Todo
"post" -- Todo
"put" -- Todo
"delete" -- Todo