Thursday, August 16, 2007

Java Persistence API, JSF, NetBeans

There are a number of reasons why you might want to use the Java Persistence API. For one, it is a simple, lightweight programming model since it treats entity objects (that is, Enterprise JavaBean components that use container-managed persistence) as plain old Java objects (POJOs).

Reference

No comments: