Unsynchronized PersistenceContext โ€“ How to model conversations with JPA
| |

Unsynchronized PersistenceContext – How to model conversations with JPA

Most Java EE applications are stateless and there are good reasons for it. But not all user interactions can be implemented in that way. Sometimes you need to model a conversation that consists of multiple steps, like the typical shopping cart or complex update operations. Doing this with JPA 2.0 always felt a little bit…

JPA 2.1 โ€“ 12 features every developer should know
| |

JPA 2.1 – 12 features every developer should know

If you are a regular reader of this blog, you know that I wrote several articles about features and enhancements introduced with JPA 2.1. One thing that was missing, was a general overview about all the changes. So here it is ๐Ÿ™‚The following paragraphs provide a description of the 12 features and enhancements introduced with…