1

There is web App_1 which is on dot net while another web App_2 is on java. App_1 need to interact with App_2.

App_1 can be inter or intra company application.

My question is does in general prominent ESB products provides the way dot net application send the dot net specific object/message on channel, then transformer transform the dot net object to java object and put it on channel_2 like below image

enter image description here

user3222249
  • 457
  • 7
  • 14

1 Answers1

1

The simple answer is “yes” and here is a list of some products that allow communication between applications via an ESB:

jnbridge

talend

Talend ESB allows communication via web services so this may or may not be precisely what you are looking for in your architecture.

tale852150
  • 335
  • 2
  • 8