-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Share object between C# and java ?
PostPosted: Thu Mar 16, 2006 12:37 pm 
Newbie

Joined: Thu Mar 16, 2006 12:35 pm
Posts: 17
Hello

I have a question :

does hibernate provide a tools or something equivalent that enable a programmer to share an object between a C# and a java application without having to use Corba or something like that ?

Thanks in advance

PS : I have search the forum but haven't find an answer ...


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 16, 2006 1:47 pm 
Senior
Senior

Joined: Thu Aug 04, 2005 4:54 am
Posts: 153
Location: Birmingham, UK
No


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 16, 2006 3:29 pm 
Newbie

Joined: Mon Mar 08, 2004 1:41 pm
Posts: 5
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.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Mar 17, 2006 3:44 am 
Newbie

Joined: Thu Mar 16, 2006 12:35 pm
Posts: 17
ok thanks !


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.