You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/05 02:30:36 UTC

svn commit: r1555443 - in /juddi/cms-site/trunk: content/uddi.mdtext templates/skeleton.html templates/skeletonHome.html

Author: alexoree
Date: Sun Jan  5 01:30:36 2014
New Revision: 1555443

URL: http://svn.apache.org/r1555443
Log:
JUDDI-763 adding supported api content

Added:
    juddi/cms-site/trunk/content/uddi.mdtext
Modified:
    juddi/cms-site/trunk/templates/skeleton.html
    juddi/cms-site/trunk/templates/skeletonHome.html

Added: juddi/cms-site/trunk/content/uddi.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/uddi.mdtext?rev=1555443&view=auto
==============================================================================
--- juddi/cms-site/trunk/content/uddi.mdtext (added)
+++ juddi/cms-site/trunk/content/uddi.mdtext Sun Jan  5 01:30:36 2014
@@ -0,0 +1,66 @@
+Title: UDDI Compliance
+
+The following is a list of all supported UDDI interfaces.
+
+| API																							| Support 		| Notes | 
+| --- 																							| --- 			| ---	|
+|[Inquiry](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908076) 							| All Methods	|		|
+|[Inquiry HTTP GET](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908158)					| All Methods	| Plus a number of additional methods |
+|[Publication](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908095) 						| All Methods	| |
+|[Security] (http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908115) 						| All Methods 	| Pluggable authentication |
+|[Subscription] (http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908128)					| All Methods 	| HTTP, SMTP delivery implemented, pluggable			|
+|[Subscription Listener] (http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908336)			| All Methods	| Client and Server side implementations |
+|[Value Set Caching](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908141)				| Partcial		| For release with 3.3 |
+|[Value Set Validation](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908141)				| Implemented	| For release with 3.3 |
+|[Replication](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908180)						| Partcial		| For release with 3.3 |
+|[Custody and Ownership Transfer](http://uddi.org/pubs/uddi-v3.0.2-20041019.htm#_Toc85908118)	| All Methods	| Only supports user to user transfers on the same node |
+
+
+The following is a list of other features of interest
+| API								| Support 	| Notes | 
+| --- 								| --- 		| ---	|
+|Digital Signatures					| Full support | Java and .NET clients	|
+|WSDL to UDDI						| Full support | [1](https://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm) |
+|WADL to UDDI						| Full support | [1](https://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-wsdl-v2.htm) |
+|BPEL to UDDI						| Full support | [2](https://www.oasis-open.org/committees/uddi-spec/doc/tn/uddi-spec-tc-tn-bpel-20040725.htm) | 
+|UDDI Technical Compliance Kit		| Full support | Provides a standalone UDDI testing capability |
+
+Supported Sort Orders
+
+| Find Qualifier		| Support 	| Notes | 
+| --- 					| --- 		| ---	|
+| binarySort			| yes | |
+| caseInsensitiveSort	| yes | |
+| caseSensitiveSort		| yes | |
+| sortByNameAsc			| yes | |
+| sortByNameDesc		| yes | |
+| sortByDateAsc			| yes | |
+| sortByDateDesc		| yes | |
+| JIS-X4061				| no  | Japanese Character Strings|
+
+Supported Find Qualifiers
+
+| Find Qualifier			| Support 	| Notes | 
+| --- 						| --- 		| ---	|
+| andAllKeys				| yes | |
+| approximateMatch			| yes | |
+| bindingSubset				| yes | |
+| caseInsensitiveMatch		| yes | |
+| caseSensitiveMatch		| yes | |
+| combineCategoryBags		| yes | |
+| diacriticInsensitiveMatch	| yes | |
+| diacriticSensitiveMatch	| yes | |
+| exactMatch				| yes | |
+| signaturePresent			| yes | |
+| orAllKeys					| yes | |
+| orLikeKeys				| yes | |
+| serviceSubset				| yes | |
+| suppressProjectedServices	| yes | |
+| UTS-10					| yes | |
+
+
+Supported Authentication Mechanisms
+ - Username/Password via Security API/Auth Token
+	- LDAP
+	- Clear text password file
+	- Encrypted password file

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1555443&r1=1555442&r2=1555443&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Sun Jan  5 01:30:36 2014
@@ -126,6 +126,7 @@
 						<li><a href="source.html">Source Code</a></li>
 					<li class="nav-header"><a href="participation.html">Participation</a></li>
 					<li class="nav-header">Documentation</li>
+						<li><a href="uddi.html">Supported UDDI Interfaces</a></li>
 						<li><a href="demos.html">Demos and Videos</a></li>
 						<li><a href="docs.html">jUDDI Docs</a></li>
 						<li><a href="http://wiki.apache.org/juddi/">Wiki</a></li>

Modified: juddi/cms-site/trunk/templates/skeletonHome.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeletonHome.html?rev=1555443&r1=1555442&r2=1555443&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeletonHome.html (original)
+++ juddi/cms-site/trunk/templates/skeletonHome.html Sun Jan  5 01:30:36 2014
@@ -128,6 +128,7 @@
 						<li><a href="source.html">Source Code</a></li>
 					<li class="nav-header"><a href="participation.html">Participation</a></li>
 					<li class="nav-header">Documentation</li>
+						<li><a href="uddi.html">Supported UDDI Interfaces</a></li>
 						<li><a href="demos.html">Demos and Videos</a></li>
 						<li><a href="docs.html">jUDDI Docs</a></li>
 						<li><a href="http://wiki.apache.org/juddi/">Wiki</a></li>



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