Hello everyone - So after a slew of 0.8.1 changes for the java social code I think these are the tasks we have left: - we need to add support for the @supportedFields query on each handler. I was thinking a guice binding to a set of strings or something might be good. - we need to add the updatedSince parameter and double check that all of our date fields are using the right formats - the rpc servlet code needs to become non-json specific so that we can have it handle xml requests as well - the BeanXmlConverter needs to match the xsd in the spec
Which makes us pretty close to being done with all of the restful/rpc updates (besides any cleanups of course). And we only need to finish the first two tasks to get the json format out of the way. Does anyone want to volunteer for any of these tasks? And is there anything I've missed with this list? Thanks! - Cassie

