JDBC

Ebean ORM v2.0.1 Released with DDL Generation, PropertyChangeSupport, Improved Programmatic Configuration

Ebean ORM Version 2.0.1 has been released. The main additions for this version include: DDL GenerationPropertyChangeSupport for enhanced entity...

0 replies - 212 views - 09/10/09 by Robin Bygrave in Announcements

Evolving JDBC and Persistence for the Enterprise - A Tech Chat with Jesse Davis

DZone recently sat down with Jesse Davis, Senior Engineering Manager at DataDirect Technologies. In this interview, Jesse talks about how the JDBC (Java...

0 replies - 4519 views - 08/31/09 by Nitin Bharti in Videos

Butterfly Persistence 5.2 Released - Connection, Transaction Scoping Support

Butterfly Persistence 5.2.0 contains support for easier scoping of connections and transactions. In other words, it has become easier to make sure that...

0 replies - 359 views - 08/07/09 by Jakob Jenkov in Announcements

Butterfly Persistence 5.1.9-beta

 Butterfly Persistence v. 5.1.9 is a JDK 5 compliant version of Butterfly Persistence, which used to require JDK 6. Several users had requested a JDK 5...

0 replies - 550 views - 06/04/09 by Jakob Jenkov in Announcements

Jailer: Database Subsetting and Sampling Tool.

If you use an enterprise application, you probably maintain full-size copies of the production database to meet development and testing requirements. Numerous...

1 replies - 1009 views - 05/21/09 by Wisser in Announcements

The Eclipse Java Persistence Platform: EclipseLink’s Full Monty

The announcement of Eclipse’s Java Persistence Platform project signals the inauguration of a new generation of persistence in which all of the dominant...

6 replies - 6622 views - 03/03/09 by Nitin Bharti in Videos

Ebean ORM v1.0.0 Released - Adds Declarative @Transactional Support

Ebean v1.0.0 introduces support for declarative transactions via a @Transactional annotation. This means you can add the @Transactional annotation to a method...

0 replies - 876 views - 11/26/08 by Robin Bygrave in Announcements

Ebean ORM v0.9.8

Ebean ORM adds support for Enhancement via javaagent, Eclipse IDE Plugin and ANT task to existing Subclass Generation approach. The User Guide includes a...

1 replies - 1388 views - 11/01/08 by Robin Bygrave in Announcements

jLynx Persistence 1.6: Persistence for Small Projects and Quick Prototypes

jLynx Persistence has just been updated to Version 1.6.0.Designed to be simple to learn and use, this version renames the interface and implementation to the...

4 replies - 1169 views - 08/25/08 by Greg Ritchie in Announcements

Back To Basics: JDBC Revisited

We deal with numerous high level frameworks and abstractions in our day to day jobs, and sometimes we forget the basic basics. The little things that matter so...

1 replies - 6732 views - 06/06/08 by Jeevan in News

jPersist 3.2.6: Efficient Prepared Statements & Batch Updates

jPersist now includes added support for more efficient use of prepared statements and batch updates, and fixes a couple of issues introduced with yesterday’s...

0 replies - 3173 views - 05/30/08 by David B. in Announcements

JavaFX and JDBC

This guide describes how to use the JavaFX technology in application development. Common questions such as how to create CRUD-oriented systems and using SQL ...

17 replies - 14743 views - 02/25/08 by Sergey Surikov in Tips and Tricks