Please bear with me, my knowledge of database concurrency and servers is very small.
The problem:
I'm working on a project that consists of a java application using an embedded H2 database. To date, this has been implemented and works as a standalone jar. However, the application will need to be setup on a terminal server for use by multiple users in a small network. This is where my lack of knowledge gets me in a pickle. Will setting the H2 up as MIXED_MODE and using synchronisation techniques in my Java application suffice or will I have to do something else?
Please let me know if this is not clear enough. If anyone has any tutorials they could point me toward that would be great.
Thanks.