473,383 Members | 1,880 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,383 software developers and data experts.

passing data between Dot net and Java components

jos
Hi There,
What would be suitable options to exchange data between a Dot net program
and a java program?

Thanks
Jyotsna Sharan
Nov 20 '05 #1
4 3337
Hi There,
What would be suitable options to exchange data between a Dot net program
and a java program?


What kind of data? Give us an example, please.

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
************************************
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
Nov 20 '05 #2
jos
The data actually just consists of strings. It is essentially a part of a
catalog, that needs to be passed from the java end to a dot net program.

Thanks
Jyotsna

"Blumidoo" <sz*********************@skilledsoftware.com> wrote in message
news:bv**********@news.onet.pl...
Hi There,
What would be suitable options to exchange data between a Dot net program and a java program?


What kind of data? Give us an example, please.

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
************************************
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation

Nov 20 '05 #3
"jos" <jy************@hotmail.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
What would be suitable options to exchange data between a Dot net program
and a java program?


There are a number of ways to send data between .NET and Java programs,
including Web services, messaging, and runtime bridges. Using a runtime
bridge is probably the most general, since it allows passing just about any
custom object and offers access to the most fine-grained Java APIs. If
you're looking to use a bridge, check our our JNBridgePro interoperability
bridge. See our Web site at www.jnbridge.com, or contact me for more
information.

Microsoft has published a number of documents on Java/.NET interoperability.
Two documents that were published recently can be found at

http://msdn.microsoft.com/library/de.../html/jdni.asp
and
http://msdn.microsoft.com/library/de...perability.asp

Wayne
____________________________________

Wayne Citrin
JNBridge, LLC
ci****@jnbridge.com
www.jnbridge.com
Spanning the Worlds of Java and .NET
____________________________________
Nov 20 '05 #4
jos
Thanks bunch! The msdn link was really helpful.

-Jyotsna Sharan
"Wayne Citrin" <ci****@jnbridge.com> wrote in message
news:10*************@corp.supernews.com...
"jos" <jy************@hotmail.com> wrote in message
news:OE**************@TK2MSFTNGP11.phx.gbl...
What would be suitable options to exchange data between a Dot net program and a java program?
There are a number of ways to send data between .NET and Java programs,
including Web services, messaging, and runtime bridges. Using a runtime
bridge is probably the most general, since it allows passing just about

any custom object and offers access to the most fine-grained Java APIs. If
you're looking to use a bridge, check our our JNBridgePro interoperability
bridge. See our Web site at www.jnbridge.com, or contact me for more
information.

Microsoft has published a number of documents on Java/.NET interoperability. Two documents that were published recently can be found at

http://msdn.microsoft.com/library/de.../html/jdni.asp and
http://msdn.microsoft.com/library/de...perability.asp
Wayne
____________________________________

Wayne Citrin
JNBridge, LLC
ci****@jnbridge.com
www.jnbridge.com
Spanning the Worlds of Java and .NET
____________________________________

Nov 20 '05 #5

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

Similar topics

14
by: Steven T. Hatton | last post by:
I'm trying to write a program like hexel. I guess I could fish out the source for hexel and look at that, but for now I'm trying to figure out how I can do with with std::stringstream and...
0
by: Stylus Studio | last post by:
DataDirect XQuery(TM) is the First Embeddable Component for XQuery That is Modeled after the XQuery API for Java(TM) (XQJ) BEDFORD, Mass.--Sept. 20, 2005--DataDirect Technologies...
3
by: Simon Harvey | last post by:
Hi, In my application I get lots of different sorts of information from databases. As such, a lot of information is stored in DataSets and DataTable objects. Up until now, I have been passing...
11
by: Johnny | last post by:
I'm a rookie at C# and OO so please don't laugh! I have a form (fclsTaxCalculator) that contains a text box (tboxZipCode) containing a zip code. The user can enter a zip code in the text box and...
8
by: Johnny | last post by:
I'm a rookie at C# and OO so please don't laugh! I have a form (fclsTaxCalculator) that contains a text box (tboxZipCode) containing a zip code. The user can enter a zip code in the text box and...
3
by: Mark | last post by:
Hi From what I understand, you can pass arrays from classic ASP to .NET using interop, but you have to change the type of the.NET parameter to object. This seems to be because classic ASP passes...
0
by: Eric Sabine | last post by:
OK, I'm trying to further my understanding of threading. The code below I wrote as kind of a primer to myself and maybe a template that I could use in the future. What I tried to do was pass data...
1
by: Eric Capps | last post by:
This may be more of a Java question, but I feel that JavaScript experts may be more qualified to help me find a solution. In short: is it possible to call a Java method from JavaScript, passing...
0
by: vidhyasreddy | last post by:
Hi All, While we are Localizing our product we faced below problem: java.awt components not able to display some non-english charecters like \u2019 , \u2018 , \u2026 , \u2013 , \u8230 . ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.