| |

Ruddi collections and iterators

Introduction

Ruddi comes with a full set of collection classes that allow writing strongly typed UDDI applications. Instead of having to work with the usual generic Java collection classes such as java.util.Vector, a Ruddi developer uses strongly typed, UDDI-specific collections such as Contacts, Addresses, etc. This approach allows writing applications that are much more expressive and are also cleaner because they allow avoiding to use of the cast operator.

Ruddi collections

Ruddi collections all have the same structure. The following summarizes the main methods of a Ruddi collection:

Ruddi iterators

Ruddi iterators all have the same structure. The following summarizes the main methods of a Ruddi iterator:

| |

(c) INSPIRE IT, 2003 | Send us your feedback: developers@ruddi.biz