euCatalogue

euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure.
Download

euCatalogue Ranking & Summary

Advertisement

  • Rating:
  • License:
  • LGPL
  • Price:
  • FREE
  • Publisher Name:
  • Markos Charatzas
  • Publisher web site:

euCatalogue Tags


euCatalogue Description

euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure. euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure.euCatalogue includes an "admin Web interface" to help with constructing the catalogue and a "user Web interface" which allows browsing the catalogue.Installation:1. Set up a database on the default port '5432' under the name 'eucatalogue' with user/pass 'eucatalogue'2. Use "database.sql" file under the "installation" dir to generate the required table structure.Note:If You want to change the default database settings, use "hibernate.cfg.xml" under the "installation" dir and place it under "/src/resources" before creating the .war file. hibernate.connection.url (jdbc:postgresql://localhost:5432/eucatalogue) hibernate.connection.username (eucatalogue) hibernate.connection.password (eucatalogue) hibernate.connection.driver_class (PostgreSQL by default) dialect (PostgreSQL by default. See Hibernate reference for available dialects)Do not forget to place the required JDBC driver in the classpath!What's New in This Release:· Support for multiple catalogs was added through the CatalogueElement and CatalogueSpawn interfaces.· A UUID generator is now used instead of an increment for better handling of multi-user environments.· Hibernate was updated to 3.2.1 and eupersistence to 2.0.· Previous database schemas must be deleted and replaced with the new one using the .sql script provided under the "installation" dir.


euCatalogue Related Software