Take the 2-minute tour ×
Software Recommendations Stack Exchange is a question and answer site for people seeking specific software recommendations. It's 100% free, no registration required.

I'm working on a Eclipse RCP-based application that will switch from single user local storage to multi-user database storage and are now considering what storage solution to use.

It's sort of UML with some minor additional data that will be stored, probably not that much traffic and we need to run the server on the clients networks since it's security related software.

Required:

  • Java-bindings
  • ORM-layer

Wanted features:

  • Some form of notification when somebody else has updated something else in the model would be nice, either as an add-on or included.
  • Locking models would be nice too, add-on or included.
  • Conflict resolution when two people change the same parts, add-on or included.
share|improve this question

migrated from programmers.stackexchange.com Mar 11 at 12:39

This question came from our site for professional programmers interested in conceptual questions about software development.

    
software recommendations are explicitly off-topic per help center (it's the same here as at Stack Overflow). See meta.programmers.stackexchange.com/questions/6483/… –  gnat Mar 11 at 8:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.