have you had a look at the wicketstuff flickr example integration?
https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/trunk/wicket-flickr/

example is based on wicket 1.2 but it could be an inspiration.


shrimpywu wrote:
hmm..i don`t know here is the right place to post this question or not
because currently i am using wicket to build a website
what i want to do is, in my web site i have to do some ajax call to get some
photo from flickr

and flickr privde the API that
if we browse url like this
http://api.flickr.com/services/rest/?method=flickr.photos.search&api_key=1bccc830541642b8424b45be8b4589f2&text=somekeyworkforphoto&privacy_filter=1&machine_tag_mode=any

it will return a list of resource that can point to the photo

but what should i do, so that in my wicket code,
i can send this request out, and get the xml format respone,
so that i can get the image location

Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to