I have an existing application that utilizes the Spring Security framework and need to upgrade/replace it with the Spring Security OAuth framework. Is there any documentation available that provides guidance on what needs to be done to achieve the upgrade to Spring Security OAuth? I've looked at the Spring Security OAuth User's Guide, but it seems to address what is needed assuming a user is doing a clean installation rather than an update.

Thanks in advance for any assistance.

Don