Hi!
I am planning develop Netbeans RCP Application with persistence.
So, different views of the same persistent entity should show the same state. So if edit an Object the same Object shown in some kind of list-view should show the updated state immediately.
Can I use only one persistence context across all my application? I need only one entity instance by the same Id wherever I'd try fetch it in all my application.
Is it possible? How to do this?
Thanks!