Now that we've decided on a path for the restful java code it's time to figure out how we are going to deprecate the non-rest old code. (ie GadgetDataServlet and friends). I know people are using the old code in prod so it needs to live somewhere and I'm not sure what the proper thing to do in svn is.
- do we branch in svn and put the old code on the branch? (i think the new rest code should definitely be in "main") - do we just tell people to stay at revision xxx if they want it? - do we do a mini-release? It is probably something else I haven't thought of at all. And php guys - you will probably have to do this too, so we should probably share the same decision. Thanks again for all feedback. - Cassie ps - just think, we almost have a clean social-api codebase!

