Java Database Application Library


Get JDAL (Java Database Application Library) at SourceForge.net. Fast, secure and Free Open Source software downloads

Welcome to JDAL

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.

JDAL News

JDAL 2.1.RC1 Released - 2015/05/13

I'm pleased to announce the release of JDAL 2.1.RC1.

The highlights for this version are:

Online Demo Login with admin/admin.

JDAL 2.0.0 Released - 2014/06/02

I'm pleased to announce the first stable release of JDAL 2.0.

The highlights for this version are a full port of JDAL Swing to Vaadin framework and a new Spring AOP módule jdal-aop

Release Notes

New version of JDAL Vaadin Sample - 2014/03/25

Deployed a new version of JDAL Vaadin Sample application including the following new features:

Online demo - Use admin/admin as username/password

Browse source code

JDAL-2.0.M1 Released - 2013/11/12

I'm pleased to announce the release of the first beta version of JDAL 2.0

This first milestone is focused on JDAL Vaadin module with the following new features

You can download the sample application from the samples git repository hosted on github.

Maven configuration:

<repositories>
       <repository>
        <id>jdal</id>
        <name>JDAL Repository</name>
        <url>http://www.jdal.org/repo</url>
       </repository>
</repositories>
 
<dependency>
       <groupId>org.jdal</groupId>
       <artifactId>jdal-vaadin</artifactId>
       <version>2.0.M1</version>
</dependency>

See JDAL Vaadin 2.0 Overview for more info.

Thanks for testing JDAL Libraries!


JDAL has moved to github - 2013/11/08

JDAL repository has moved to github. The primary motivation of this movement has been to encourage contributions through pull requests.

Please, see download page and update your clones!.


New Issue Tracker - 2013/05/17


Today we have migrated our Issue Tracker to Atlassian JIRA. Users need to reset their passwords before login in the new tracking system.


JDAL 1.3.1 Released - 2012/12/03

I'm pleased to announce the release of version 1.3.1

JDAL 1.2.0 Released - 2012/04/03

I'm pleased to announce the release of version 1.2.0

JDAL 1.1.5 Released - 2012/03/04

I'm pleased to announce the release of version 1.1.5.

JDAL 1.1.4 Released - 2012/02/04

I'm pleased to announce the release of version 1.1.4. This is a maintenance release and includes bug fixes and minor improvements. It should be a drop-in replacement for overlays built against 1.1.3

Download from sourceforge or use maven to get it from developer repository.

JDAL 1.1.3 Released - 2011/07/04

Preview of developer version 1.1-SNAPSHOT

Download

JDAL 1.1.1 Released - 2011/06/06

Preview of developer version 1.1-SNAPSHOT

Download

JDAL Core 1.0 Released - 2011/05/02

JDAL core library 1.0 is now realeased for general availability.

Download

JDAL Swing 1.0 Released - 2011/05/02

JDAL Swing UI library 1.0 is now realeased for general availability.

Download