Salve,

sono un programmatore principiante. Per motivi universitari devo cercare una possibile integrazione tra Apache Synapse (che è un Enterprise Service Bus) e Apache jUDDI (implementazione della specificia ufficiale UDDI).

Dal project team ho avuto queste informazioni:

In order to link Synapse and jUDDI, you need to implement this API:
http://synapse.apache.org/apidocs/or.../Registry.html
http://synapse.apache.org/apidocs/or...stryEntry.html

This implements read-only access to a Registry to read XML data. I
would be happy to help. I think the first thing is to define some
simple usecase like reading an endpoint out of UDDI.
Volendo implementare le API che dicono loro come dovrei fare???
Cosa vuol dire implementare quelle API?
Come dovrei strutturare un progetto Java del genere?

Qualcuno può darmi una mano?

GRAZIE