|
Distributed Computing This website demonstrates using wikis as teaching and learning tool. The course instructor is also happy to share the teaching materials here with those who find it readable. |
Using Java to access Flickr ServicesIntroductionFlickr is a photo-sharing community that enables users to upload hundreds of photos and tag each photo with descriptive words. Other users can then search on these tags, enabling them to find and comment on the photos of other users. Flickr's active community and addictive sharing features have attracted millions of users. Even better, Flickr exposes a rich set of Web services that make the service highly hackable.
Go to the following websites to know more about Flickr service and Flickr API Your taskWrite a Java program that accesses Flickr Web services by using Flickr's public API.
Course Requirement and AssessmentYou need to demonstrate your work to your instructor in a tutorial session. Your instructor may ask you some questions to test your knowledge. This programming task is a part of your continuous assessment. The maximum point awarded is 20. The assessment is roughly based on the following criteria:
Some Similar Works |