Hello, great job on SmartGWT EE. We're using OFBiz, it has it's own Entity Engine. Do you have a suggestion on what would be the best practice to emulate what you do for JPA and Hibernate in OFBiz Entity Engine. We are currently using the session scope to hold the objects, and then persist the data in a transaction via a RPC call to the server. Are you in agreement with this approach?