MicroStream abstracts the Java persistence layer so you can think about data persistence in an object-oriented way. Here's a hands-on introduction. MicroStream is one of the most interesting projects ...
The Java Persistence Architecture, a part of the Enterprise JavaBeans 3.0 (EJB 3.0) specification, simplified the development of EJB applications using data persistence. A major simplification was the ...
What's the difference between Hibernate vs JPA? That's a common question Java developers dabbling on the database side often ask, right up there with difference between Hibernate and JDBC, or how do ...