Jump to letter: [
ABEGHIJLMQSTWX
]
juddi - Open source Java implementation UDDI specification.
- Description:
jUDDI (pronounced "Judy") is an open source Java implementation
of the Universal Description, Discovery, and Integration (UDDI)
specification for Web Services.
Starting with 2.0rc5 SQL is no longer provided.
The sql files are now IN the jar, and the juddi.properties file contains
juddi.isCreateDatabase=true
juddi.tablePrefix=JUDDI_
juddi.databaseExistsSql=select * from ${prefix}BUSINESS_ENTITY
juddi.sqlFiles=juddi-sql/derby/create_database.sql,juddi-sql/insert_publishers.sql
to have the schema be created on first use.
Also note that you can now set a table prefix.
Starting with 2.0rc5 SQL is no longer provided.
An EAR is not provided as it can be easily created from the WAR
Packages