You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by bu...@apache.org on 2014/01/18 18:37:22 UTC

svn commit: r894644 - in /websites/staging/juddi/trunk/content: ./ participation.html uddi.html

Author: buildbot
Date: Sat Jan 18 17:37:22 2014
New Revision: 894644

Log:
Staging update by buildbot for juddi

Modified:
    websites/staging/juddi/trunk/content/   (props changed)
    websites/staging/juddi/trunk/content/participation.html
    websites/staging/juddi/trunk/content/uddi.html

Propchange: websites/staging/juddi/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jan 18 17:37:22 2014
@@ -1 +1 @@
-1557606
+1559372

Modified: websites/staging/juddi/trunk/content/participation.html
==============================================================================
--- websites/staging/juddi/trunk/content/participation.html (original)
+++ websites/staging/juddi/trunk/content/participation.html Sat Jan 18 17:37:22 2014
@@ -173,6 +173,29 @@
 <li><a href="source.html">Access SVN Repository</a></li>
 </ul>
 <p>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.</p>
+<h3 id="coding-standards">Coding Standards</h3>
+<p>Here's some basic coding standards that are followed for jUDDI's code base.</p>
+<ul>
+<li>Tab sizes, 8 spaces</li>
+<li>Document formatting - use your IDE's auto format feature to automatically format documents</li>
+<li>Documentation</li>
+<li>Java<ul>
+<li>Use javadoc style documentation for Java code</li>
+<li>Mandatory documentation on all public methods and constants</li>
+<li>Mandatory documentation on each class.</li>
+<li>Include @author, @since, and @see as often as possible</li>
+<li>Include email address with @author</li>
+<li>Include sample code where appropriate</li>
+<li>Use HTML formatting to aid readability</li>
+</ul>
+</li>
+<li>.NET<ul>
+<li>Use .NET style documentation when possible</li>
+<li>For ported Java code, javadoc style documentation is acceptable</li>
+<li>Use standard .NET tab sizes</li>
+</ul>
+</li>
+</ul>
 <h2 id="getting-support-on-the-lists">Getting Support on the Lists</h2>
 <p>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 <a href="https://issues.apache.org/jira/browse/JUDDI">issues database</a> 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.</p>
 <p>Please include any relevant version information and the error message text, if there is one. If you have a problem with a specific interface, like find_business, you'll likely be asked to post a log of the SOAP message exchanges between your client and the jUDDI server. You can use the <a href="http://ws.apache.org/tcpmon/">Apache TCPMon</a> tool to capture these messages.</p>

Modified: websites/staging/juddi/trunk/content/uddi.html
==============================================================================
--- websites/staging/juddi/trunk/content/uddi.html (original)
+++ websites/staging/juddi/trunk/content/uddi.html Sat Jan 18 17:37:22 2014
@@ -296,8 +296,8 @@
 <tr>
 <td>caseInsensitiveSort</td>
 <td>Required</td>
-<td>yes</td>
-<td></td>
+<td>no</td>
+<td><a href="https://issues.apache.org/jira/browse/JUDDI-785">JIRA opened</a></td>
 </tr>
 <tr>
 <td>caseSensitiveSort</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org