JDAL (Java Database Application Library) Old Repository
Java data access and swing binding library
Brought to you by:
chelu
File | Date | Author | Commit |
---|---|---|---|
aspects | 2013-04-09 |
![]() |
[bb107c] Fix pom versions |
core | 2013-04-07 |
![]() |
[f4257b] add tooltip text properties to BeanAction |
swing | 2013-06-27 |
![]() |
[8604cf] add equals and hashcode to Database, refactor A... |
vaadin | 2013-04-09 |
![]() |
[bb107c] Fix pom versions |
web | 2013-04-09 |
![]() |
[bb107c] Fix pom versions |
README.txt | 2012-12-02 |
![]() |
[b7841e] Fix identation |
license.txt | 2011-05-02 |
![]() |
[9331f4] License and Notice files |
notice.txt | 2012-12-02 |
![]() |
[b7841e] Fix identation |
pom.xml | 2013-04-02 |
![]() |
[843665] Add PropertyColorCellRenderer and minor changes |
JDAL Library 1.3.1 (December 2012) ------------------------------------------------------------------------------- http://www.jdal.org INTRODUCTION ------------------------------------------------------------------------------- JDAL is an open source Java library that aims to help developers making database applications easily. JDAL helps you to find what you really need to code and what is already coded in a common java database application, avoiding the complexity of many common programming tasks. JDAL is built on top of Hibernate ORM and Spring framework and provides you with a set of core database services and UI Componentes ready to be used via configuration on Spring context configuration files. Please, read our sample application for quicker information. JDAL is freely usable, licensed under the Apache 2.0 license. CONTENT ------------------------------------------------------------------------------- core: JDAL Core Library Data access and common classes swing: JDAL Swing Library Swing binding and UI vaadin: JDAL Vaadin Library Vaadin Spring Integration aspects: JDAL Aspects Library Aspect Library web: JDAL Web Library Web Library COMPILE ------------------------------------------------------------------------------- mvn package or mvn package -Dmaven.skip.test=true (to avoid test) Test need sample database, install from jdal-samples in library/db/library.sql INSTALL ------------------------------------------------------------------------------- mvn install AUTHOR ------------------------------------------------------------------------------- Jose Luis Martin - jlm@joseluismartin.info