development/libraries/java

juddi - Open source Java implementation UDDI specification.

Website: http://ws.apache.org/juddi/
License: APL
Vendor: JPackage Project
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

juddi-2.0-0.rc5.4jpp.src [2.6 MiB] Changelog by Fernando Nasser (2007-12-19):
- Add missing maven-releated dependencies
juddi-2.0-0.rc5.4jpp.noarch [1.4 MiB] Changelog by Fernando Nasser (2007-12-19):
- Add missing maven-releated dependencies

Listing created by Repoview-0.6.6-5.mga4.tainted