This post originated from an RSS feed registered with Java Buzz
by News Manager.
Original Post: TopMind Systems has released jLynx 1.2, an open source library for Object / Relational mapping...
Feed Title: Cafe au Lait
Feed URL: http://www.cafeaulait.org/today.rss
Feed Description: Cafe au Lait is the preeminent independent source of Java information on the net. Unlike many other Java sites, Cafe au Lait is neither beholden to specific companies nor to advertisers. At Cafe au Lait you'll find many resources to help you develop your Java programming skills here including daily news summaries, FAQ lists, tutorials, course notes, examples, exercises, book reviews, user groups and more.
TopMind Systems has released jLynx 1.2, an open source library for Object / Relational mapping that "lets you persist POJOs and Maps very easily, plus it keeps SQL code and connection configuration in XML. Simple database transactions (i.e. CRUD operations) involving a single POJO require no XML mapping or SQL. jLynx generates JavaBean objects based on your database schema. For example if you have 24 tables and views in your database, jLynx will create 24 objects with properties that map to the field names in each table. The jLynx Generator creates the objects and compiles them. You can also use the generated source instead if you prefer to customize the objects." jLynx is published under a BSD license.