euCatalogue 1.2 Beta review

Download
by rbytes.net on

euCatalogue is a catalogue framework in Java to help you build a generic catalogue structure. euCatalogue includes an "admin Web i

License: LGPL (GNU Lesser General Public License)
File size: 0K
Developer: Markos Charatzas
0 stars award from rbytes.net

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:
updated database schema
added CatalogueLocale
added specific delete operations for Category, Field, FieldValue, Item

euCatalogue 1.2 Beta keywords