integrate two apps, Help!!!

  • Thread starter Thread starter Paul nevegue
  • Start date Start date
P

Paul nevegue

I need to integrate two seperate application one is written in java and
the other is a .NET app is there a way to integrate the two without
having to use web service or use the .NETjava bridge tool?

Is there a way to do this by making libraries compatable from one of the
apps to the other perhaps? if so then how can this be done?
 
maybe try wrapping functionality of .NET app to COM+ ?
another option could be remoting (btw, why WebServices are
not an option ?)
 
Back
Top