Author: alexoree
Date: Sat Jan 18 17:37:12 2014
New Revision: 1559372

URL: http://svn.apache.org/r1559372
Log:
updating content

Modified:
    juddi/cms-site/trunk/content/participation.mdtext
    juddi/cms-site/trunk/content/uddi.mdtext

Modified: juddi/cms-site/trunk/content/participation.mdtext
URL: 
http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/participation.mdtext?rev=1559372&r1=1559371&r2=1559372&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/participation.mdtext (original)
+++ juddi/cms-site/trunk/content/participation.mdtext Sat Jan 18 17:37:12 2014
@@ -25,6 +25,26 @@ In this role, you participate in the act
  
 Any and all new development or bug fixing uses the latest code base. If you 
have a patch, it should be submitted against the latest available code.
 
+### Coding Standards
+
+Here's some basic coding standards that are followed for jUDDI's code base.
+ 
+ - Tab sizes, 8 spaces
+ - Document formatting - use your IDE's auto format feature to automatically 
format documents
+ - Documentation
+   - Java
+     - Use javadoc style documentation for Java code
+     - Mandatory documentation on all public methods and constants
+     - Mandatory documentation on each class.
+     - Include @author, @since, and @see as often as possible
+     - Include email address with @author
+        - Include sample code where appropriate
+        - Use HTML formatting to aid readability
+   - .NET
+     - Use .NET style documentation when possible
+        - For ported Java code, javadoc style documentation is acceptable
+        - Use standard .NET tab sizes
+
 ## Getting Support on the Lists
 
 We do all development and bug fixing on the latest available code base. If 
you've encountered what you think is a bug, please first check the [issues 
database](https://issues.apache.org/jira/browse/JUDDI) for known issues. If you 
can't find your bug, make sure you're using the latest code base. We are not 
able to fix bugs on earlier code bases.

Modified: juddi/cms-site/trunk/content/uddi.mdtext
URL: 
http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/uddi.mdtext?rev=1559372&r1=1559371&r2=1559372&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/uddi.mdtext (original)
+++ juddi/cms-site/trunk/content/uddi.mdtext Sat Jan 18 17:37:12 2014
@@ -31,8 +31,8 @@ Supported Sort Orders
 
 | Find Qualifier               | Spec          | Supported     | Notes | 
 | ---                                  | ---                   | ---           
| ---   |
-| binarySort                   | Required      | yes | |
-| caseInsensitiveSort  | Required      | yes | |
+| binarySort                   | Required      | yes |  |
+| caseInsensitiveSort  | Required      | no | [JIRA 
opened](https://issues.apache.org/jira/browse/JUDDI-785) |
 | caseSensitiveSort            | Required      | yes | |
 | sortByNameAsc                        | Required      | yes | |
 | sortByNameDesc               | Required      | yes | |



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to