0

I am looking around for some nice xml db , which would be embedded in my application. I want to use berkley db as embedded from my java application. That is i don't want to run berkley db as a service and access it , rather i want to embed from my application and then use it. Is this possible. I looked around but couldn't find any example or something.

I found - http://fluent.exist-db.org/ which fits the bill , but i was seeing if berkley can give similar feature.

Vineeth Mohan
  • 18,633
  • 8
  • 63
  • 77

1 Answers1

2

This is exactly how BDB XML is intended to be used. Did you read the Getting started guide?

Fred Foo
  • 355,277
  • 75
  • 744
  • 836