jpa

  • submit to reddit

Model-Driven GUI Generation with OpenXava

This is a story about creating a user interface easily, or better yet, about having good user interfaces without working for them. The Problem Once upon a...

17 replies - 18398 views - 05/07/09 by Javier Paniza in Articles

OpenXava 3.1.2: AJAX applications from JPA entities

OpenXava 3.1.2, released recently, is a model-driven framework to develop Java Enterprise applications in an agile way: With OpenXava you provide only your...

0 replies - 1596 views - 04/27/09 by Javier Paniza in Announcements

Oracle Enterprise Pack for Eclipse 11g released

Oracle Enterprise Pack for Eclipse (OEPE), the #1 free development environment for Oracle WebLogic Server, introduces new tools for Spring, Object /...

1 replies - 2313 views - 03/27/09 by Pieter Humphrey in Announcements

Using Desktop MVC Patterns with ZK, Spring & JPA

In this article I will discuss the "ZkToDo2" sample application that demonstrates desktop MVC patterns using the ZK RIA AJAX framework, Spring and...

6 replies - 39128 views - 03/12/09 by Simon Massey in Articles

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 - 11632 views - 03/03/09 by Nitin Bharti in Videos

OpenXava 3.1.1: Be Productive Developing Enterprise AJAX Applications

OpenXava 3.1.1 is a framework to develop Java Enterprise applications in a different way: OpenXava avoids MVC. You provide only your POJOs annotated with JPA...

0 replies - 1987 views - 02/25/09 by Javier Paniza in Announcements

DataNucleus AccessPlatform 1.1.0

AccessPlatform 1.1 provides JDO/JPA persistence to RDBMS, ODBMS, XML, LDAP, Excel, JSON, and ODF DataNucleus AccessPlatform 1.1.0 has just been released....

0 replies - 2778 views - 02/23/09 by Andy Jefferson in Announcements

JPA 2.0: Why AccessType is Relevant

It has long been debated whether field access is superior to property access for JPA entities. Most arguments that I've seen hinge on performance versus...

12 replies - 16532 views - 02/18/09 by David Green in Tips and Tricks

JPA's Nasty "Unknown abstract schema type" Error

I'd been trying to debug the following error for days, and it drove me crazy. The problem, in a nutshell, is that JPA refuses to compile one of my...

2 replies - 12358 views - 01/13/09 by Khoo Chen Shiang in Tips and Tricks

OpenXava 3.1: AJAX Application from JPA Entities

OpenXava 3.1 is a framework to develop Java Enterprise applications in a different way: OpenXava avoids MVC. You provide only your POJOs annotated with JPA and...

1 replies - 3259 views - 12/19/08 by Javier Paniza in Announcements

DataNucleus AccessPlatform 1.0.3 & 1.1 Milestone 3

DataNucleus AccessPlatform provides persistence of Java objects to RDBMS, LDAP, XML, db4o, NeoDatis, Excel and JSON datastores. We have just released version...

0 replies - 3562 views - 12/12/08 by Andy Jefferson in Announcements

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 - 2959 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 - 2916 views - 11/01/08 by Robin Bygrave in Announcements

Metawidget 0.6: New Support for Swing AppFramework, JBoss jBPM & More

Metawidget is an Open Source 'smart UI widget' that populates itself at runtime with UI components to match the properties of your business objects.In addition...

0 replies - 5005 views - 10/08/08 by Richard Kennard in Announcements

On The Need of OSGi-compatible JSR API Class Libraries

Although JSR APIs are generally simple to use, they introduce a lot of difficulties when used from OSGi Environments. The main two problems they introduce...

0 replies - 5408 views - 09/04/08 by Valery Abu-Eid in Articles