You might want to consider a multi-user environment over a secured web
application. Each users have their roles, permissions and views. This
would be much easier to deploy with a java webapp and is much more
secure than allowing everyone to access the files with the encryption
key. A centralized database server with web and application server
would allow you to scale up as well if necessary and the web is a
common protocol. If you need security, you can have your own internal
CA and do your own SSL/TLS connections. Since users connect via
intranet, more control would be available over the users.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/h2-database?hl=en.

Reply via email to