You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by Apache Wiki <wi...@apache.org> on 2014/08/29 19:41:10 UTC

[Jclouds Wiki] Update of "Best Practices" by EverettToews

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)