So I've just started playing with OrientDB and I want to embed it in a Java web app. That part has proved fairly easy, but I'm a little confused about how best to manage configuration.
Essentially I've followed the filter pattern shown at https://code.google.com/p/orient/wiki/JavaWebApps . This gives me an OrientGraph instance per request object, which is great. These instructions don't really cover database-wide configuration though, of the type I would put in an orientdb-server-config.xml file in other circumstances. I did find https://github.com/orientechnologies/orientdb/wiki/Embedded-Server and https://github.com/orientechnologies/orientdb/wiki/Configuration which seem to be two different ways of doing the same thing - global configuration. Both pages were last edited on the same day. How should I be doing global configuration in my web app? -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
