Recent Changes - Search:

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 Services

Introduction

Flickr 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 task

Write a Java program that accesses Flickr Web services by using Flickr's public API.

Course Requirement and Assessment

You 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:

  1. Your submitted program can be compilied successfully. (2 points)
  2. It can be executed without major problems. (3 points)
  3. It can connect to and access the Flickr Services. (3 points)
  4. Interestness and usefulness of your program. (6 points)
  5. Amount and quality of your original works. (6 points)

Some Similar Works

Edit - History - Print - Recent Changes - Search
Page last modified on February 19, 2008, at 05:54 PM