-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathREADME
53 lines (35 loc) · 1.73 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
JDAL Library 2.1 (Jun 2014)
-------------------------------------------------------------------------------
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 or JPA ORMs 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.
Join the chat at https://gitter.im/chelu/jdal
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
aop: JDAL Spring AOP Library DeclareMixin and SerializableProxy support
COMPILE
-------------------------------------------------------------------------------
mvn package or mvn package -Dmaven.test.skip=true (to avoid test)
Test uses a embedded H2 database
INSTALL
-------------------------------------------------------------------------------
mvn install
AUTHOR
-------------------------------------------------------------------------------
Jose Luis Martin