I'd like to expand on "No" a bit (which is correct).
Hibernate does not provide a specific tool or method to accomplish this.
Instead of using corba, however, you could setup a shared database scenario -- in which both the .net & java apps are reading from the same databse. Hibernate may facilitate that because you will be working with a very similar system on both ends. But you will be making mapping files for the shared objects in both C# & Java.
It will also take some experimentation to make sure both systems are reading & writing to the database in the same way, etc.
If that doesn't meet your needs, then you are looking at something like SOAP, CORBA, some other kind of messaging/xml/etc. ActiveMQ actually provides some good integration options.
|