|
From: Kevin <ke...@dr...> - 2006-10-05 16:40:29
|
> Good point - what is the list of functionality we'll want first: > > * Set Read Status > * Set Tags (this will handle add/remove) > * Update Feed (s) > * Delete Feed > * Modify Feed (title, category) > * Get Items (number of, cat/feed/tag) > > does that cover first iteration? Looks good. All that server side code is already there, its just a matte= r of exposing it via some remoting api. I've done some work with integrating phpxmlrpc. (http://phpxmlrpc.sourceforge.net/) I like what it can do so far. It allowed me to pull a list of feeds into a thick java app without touching the database directly. Apparently there's a JSON extension which might work for our ajax needs. That would be really nice to add ajax remoting support and get generic XML-RPC support as a bonus. --=20 Kevin |