473,394 Members | 1,746 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

.net calling java, for the 100th time

c
So far it looks like we have these options for calling our java based API
from a .NET application:

1) http://www.jnbridge.com, about $500 per machine/developer
2) re-write java app in Visual J++ (Microsoft java) - then it will
integrate nicely with .NET.
3) use web services
4) use JNI

Option 2 isn't possible, because our java based app is a huge server side
beast. Not sure how the JNI option would work. Our product doesn't support
web services yet, so option 3 is out.

Did I miss anything?

thanks.

chris
Jul 21 '05 #1
5 1694
"c" <me@somewhere.com> wrote in
news:eK**************@TK2MSFTNGP12.phx.gbl...
So far it looks like we have these options for calling our java based API
from a .NET application:

1) http://www.jnbridge.com, about $500 per machine/developer
2) re-write java app in Visual J++ (Microsoft java) - then it will
integrate nicely with .NET.
3) use web services
4) use JNI
...
Did I miss anything?


I think there are many Java-COM bridges out there; .NET can play with COM
components nicely, so that could be a good way to go.
But the answer really depends on what you want to do: Any kind of
IPC/component technology could solve your problem: sockets, CORBA, memory
mapped files (not sure if java has native support for those)

Niki
Jul 21 '05 #2
perhaps this article will help.

http://www.devx.com/interop/Article/19928/1954?pf=true

Just because your application doesn't support web services (yet), how is #3
out?
You can add web services to the Java side, and call them from the .NET side.
What's so bad about that?

Or, you could create a set of facade classes that call your Java app, and
compile those classes in Visual J# (Java syntax), and make them available as
web services or COM components. That is probably the easiest way.

--- Nick

"c" <me@somewhere.com> wrote in message
news:eK**************@TK2MSFTNGP12.phx.gbl...
So far it looks like we have these options for calling our java based API
from a .NET application:

1) http://www.jnbridge.com, about $500 per machine/developer
2) re-write java app in Visual J++ (Microsoft java) - then it will
integrate nicely with .NET.
3) use web services
4) use JNI

Option 2 isn't possible, because our java based app is a huge server side
beast. Not sure how the JNI option would work. Our product doesn't support web services yet, so option 3 is out.

Did I miss anything?

thanks.

chris

Jul 21 '05 #3
Concur with Nick's Option 1 because it is the most decoupled.
Option 2 ties the solution to J++ and COM, both Windows only technologies.

"Nick Malik" <ni*******@hotmail.nospam.com> wrote in message
news:8Mszc.36403$eu.1237@attbi_s02...
perhaps this article will help.

http://www.devx.com/interop/Article/19928/1954?pf=true

Just because your application doesn't support web services (yet), how is #3 out?
You can add web services to the Java side, and call them from the .NET side. What's so bad about that?

Or, you could create a set of facade classes that call your Java app, and
compile those classes in Visual J# (Java syntax), and make them available as web services or COM components. That is probably the easiest way.

--- Nick

"c" <me@somewhere.com> wrote in message
news:eK**************@TK2MSFTNGP12.phx.gbl...
So far it looks like we have these options for calling our java based API from a .NET application:

1) http://www.jnbridge.com, about $500 per machine/developer
2) re-write java app in Visual J++ (Microsoft java) - then it will
integrate nicely with .NET.
3) use web services
4) use JNI

Option 2 isn't possible, because our java based app is a huge server side beast. Not sure how the JNI option would work. Our product doesn't

support
web services yet, so option 3 is out.

Did I miss anything?

thanks.

chris



Jul 21 '05 #4
"c" <me@somewhere.com> wrote in
news:eK**************@TK2MSFTNGP12.phx.gbl...
So far it looks like we have these options for calling our java based API
from a .NET application:

1) http://www.jnbridge.com, about $500 per machine/developer


Hey folks --

JNBridgePro isn't that expensive. You can deploy it for $95/machine for the
SE version. That's for each .NET machine on which our components reside;
you can deploy the Java components on as you want. There are also volume
discounts. See http://www.jnbridge.com/pricing.htm for more information.

The development license is indeed $495 for one developer seat, but you
likely only need one developer license.

Compared to the developer time needed to roll your own .NET/Java interop
solution, JNBridgePro is a good deal.

Wayne
____________________________________
Wayne Citrin
JNBridge, LLC
ci****@jnbridge.com
www.jnbridge.com
Spanning the Worlds of Java and .NET
____________________________________
Jul 21 '05 #5
Another option is this :
http://www.codeproject.com/threads/bridgewinjava.asp

Kapil Maheshwari
"c" <me@somewhere.com> wrote in message
news:eK**************@TK2MSFTNGP12.phx.gbl...
So far it looks like we have these options for calling our java based API
from a .NET application:

1) http://www.jnbridge.com, about $500 per machine/developer
2) re-write java app in Visual J++ (Microsoft java) - then it will
integrate nicely with .NET.
3) use web services
4) use JNI

Option 2 isn't possible, because our java based app is a huge server side
beast. Not sure how the JNI option would work. Our product doesn't support web services yet, so option 3 is out.

Did I miss anything?

thanks.

chris

Jul 21 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Jonas Kölker | last post by:
Hello. I'm doing a Rubik's Cube timer, so I need a function to measure 100ths of a second. I've browsed through the library reference of python.org, but I didn't find anything that struck me as...
9
by: F. GEIGER | last post by:
I've dev'ed a Python prototype of an app, that besides the internals making it up has a gui. While test-driven dev'ing the app's internals in Python is fun as usual, dev'ing the GUI is not so...
7
by: Klaus Friese | last post by:
Hi, i'm currently working on a plugin for Adobe InDesign and i have some problems with that. I'm not really a c++ guru, maybe somebody here has an idea how to solve this. The plugin is...
1
by: Lakshmi | last post by:
Hi All, I am having performance issues with the .NET client calling the Java Webservice running on axis. Have detailed the problem below. Please help. I wrote a webservice in Java. Lets name...
7
by: Christian Wilhelm | last post by:
Hi! I'm trying to call a Java WebService out of a .net Client. There are two Methods, one Method requires one Parameter of type Parameter, the other Method requires one Parameter of type...
5
by: c | last post by:
So far it looks like we have these options for calling our java based API from a .NET application: 1) http://www.jnbridge.com, about $500 per machine/developer 2) re-write java app in Visual...
0
by: TattedProgrammer | last post by:
Hello All, I am completely stuck, I have tried for an entire day to get a simple procedure call to my Oracle Db via the enterprise Library 06. I am not an oracle fan to start, but have to deal...
2
by: Janna | last post by:
I have the Java JVM installes on my server. I uncommented extension=php_java.dll in php.ini I uncommented and proerpyl filled out the section in php.ini: java.class.path...
4
by: Dan | last post by:
Hi All, I've got a problem with my C++ application that calls a Java class that I've built with GCJ, I can't run it because I get errors: multiple definition of `atexit' first defined here...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.