ADF transaction handling for non database applications
ADF provides strong transaction handling mechanisms for database based applications which are backed by entity and view objects. But what if you have a application which does not use database ? How do you then detect changes to your data ?. Let’s say you have a web service backed programmatic view …