My favorites | Sign in
Project Logo
                
Show all Featured downloads:
jlynx-1.6.3.zip
Show all Featured wiki pages:
TenMinuteQuickStart
People details
Project owners:
  topmind17

jLynx Persistence

Does anyone want this project to continue? The last release was over a year ago; I have one person looking for changes and that is not enough. Please notify me by email... topmind17 at gmail.com

View the README ~ View sample config file in YAML format jlynx.yaml

About jLynx

In a nutshell jLynx is a simple, lite, hi-performance layer over the JDBC API. Persist and retrieve POJOs from the database. Designed for developer productivity, it is simple to configure and deploy. No XML configuration.

Excellent choice for a small applications or prototypes or applications when JDBC is chosen over JPA for performance reasons. Pick the right tool for the job; and when the job is simple, jlynx is a good choice.

Fewer peristence features than the well-known alternatives, yet jLynx capably handles CRUD operations with minimal configuration, hassle and complexity. jLynx is perfectly suited for small or mid-size applications (or micro-sized embedded applications due to it's small footprint). jLynx is best suited for Java developers who have a good understanding of databases and SQL.

jLynx can generate POJOs based on your database schema. For example, if you have 24 tables and views in your database, jLynx will create 24 objects with fields that map to the column names in each table.

jLynx has all the necessary methods to persist objects and fetch entire collections of objects. jLynx leverages the strengths of SQL and the strengths of Java without having to write/maintain J2EE code. It is truly the best of both worlds.

Summary of Features

Available via Maven or Ivy

<dependency>
  <groupId>net.sf.jlynx</groupId>
  <artifactId>jlynx</artifactId>
  <version>1.6.3</version>
</dependency>

<dependency org="net.sf.jlynx" name="jlynx" rev="1.6.3"/>








Hosted by Google Code