Re: Object-oriented database with Java AND C-Sharp API?
by "Carl Rosenberger" <carl.rosenberger@[EMAIL PROTECTED]
>
May 30, 2006 at 11:05 AM
Mike wrote:
> does anybody know of a (robust) OODB with both, Java and C# APIs?
If you want an object database that you can access both
with Java and C# at the same time, I think there is hardly
any alternative to db4o:
http://www.db4o.com
Make sure to evaluate the lastest (5.4) version. It provides
functionality to create class aliases so you can map Java
cl***** to C# cl*****.
Best,
Carl