Yes, largely the same, although if you write Resources, the POST handling logic goes in a different place. 1.1 you override acceptRepresentation(), in 1.0 you override post(). The confusion between which methods did what (handlePost() or post()) etc. in 1.0 caused a lot of method renaming and refactoring in 1.1. Here's a reference to the thread in which the changes were agreed, though it's dense reading:
http://www.mail-archive.com/[email protected]/msg02845.html If I'm wrong about 1.0 stuff, somebody will correct me, I've been using 1.1 in production since 1.1M1 =) - Rob On Fri, Aug 1, 2008 at 7:04 PM, Travis T <[EMAIL PROTECTED]> wrote: > Is it handled the same in 1.0 and 1.1? >

