I would like to get the community's feedback on a common technical discussion about
what is the best approach, Transfer objects or Business objects...
24 replies - 2440 views - 11/17/09 by alvarovilaplana in Articles
I want to write about JPA, performance, caching and related things.
Though it wont be very well organized, it may come useful for new
JPA developers. Recently...
3 replies - 2645 views - 09/07/09 by Masoud Kalali in Articles
OpenXava 3.1.4 is a framework to
develop Java Enterprise applications in a different way: You provide only your POJOs annotated with JPA and you
obtain an...
0 replies - 513 views - 08/31/09 by Javier Paniza in Announcements
When you deploy your application into a Java EE 5 application server
it detects the persistence.xml, creates an EntityManager for each
persistence unit, and...
6 replies - 2249 views - 08/11/09 by Ryan de Laplante in Tips and Tricks
Optimistic locking lets concurrent transactions process simultaneously,
but detects and prevent collisions, this works best for applications
where most...
1 replies - 4374 views - 08/03/09 by carol mcdonald in Articles
OpenXava 3.1.3 is a framework to develop Java Enterprise applications in a different
way: OpenXava avoids MVC. It's a JPA Application Engine in that...
0 replies - 431 views - 06/23/09 by Javier Paniza in Announcements
During the last Devoxx conference, Mark Reinhold, Sun's chief engineer for Java SE, gave a presentation
on the latest directions for Java 7. (Hamlet...
13 replies - 8936 views - 05/30/09 by Javier Paniza in Articles
This is a story about creating a user interface easily, or
better yet, about having good user interfaces without working for
them.
15 replies - 4994 views - 05/07/09 by Javier Paniza in Articles
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 - 437 views - 04/27/09 by Javier Paniza in Announcements
Oracle Enterprise Pack for Eclipse (OEPE), the #1 free development environment for Oracle WebLogic Server, introduces new tools for Spring, Object /...
1 replies - 736 views - 03/27/09 by Pieter Humphrey in Announcements
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 - 9101 views - 03/12/09 by simon_massey in Articles
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 - 6670 views - 03/03/09 by Nitin Bharti in Videos
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 - 618 views - 02/25/09 by Javier Paniza in Announcements
AccessPlatform 1.1 provides JDO/JPA persistence to RDBMS, ODBMS, XML, LDAP, Excel, JSON, and ODF
0 replies - 808 views - 02/23/09 by Andy Jefferson in Announcements
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 - 4167 views - 02/18/09 by David Green in Tips and Tricks