Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jclouds Wiki" for change notification.
The "Best Practices" page has been changed by EverettToews: https://wiki.apache.org/jclouds/Best%20Practices New page: This document describes best practices when doing development on jclouds itself. Best practices may vary between different APIs (hopefully not within APIs). Where differences exist between different APIs, exposing them here may provide an opportunity for convergence and consistency. == jclouds in General == === Update Methods === * On not found or 404, allow ResourceNotFoundException to propagate out. == OpenStack/HP/Rackspace APIs == === Update Methods === * On not found or 404, return null. * @Fallback(NullOnNotFoundOr404.class)
