473,385 Members | 2,014 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,385 software developers and data experts.

Java apps

Hi,

Is it possible to integrate a java application with a .net application ?
or have a .net module in a java application.
Nov 18 '05 #1
4 947
Hi

There's no such concept as a C# "applet". At most, there are custom Windows
forms controls that are embedded on a page. Of course, just like in Java, you
can't run it if you don't have the corresponding runtime on the client
machine. You can use the <object> tag to add it to an HTML page:

<object id="MyControl"
classid="http://mywebsite/MyClassLibrary.dll#FullNamespace.MyControlClass"
height="480 "width="640">
</object>
The class ID contains the URL of the DLL for downloading and the fully
qualified name of the class that implements the control. The library must not
be placed on the /bin folder of a Web application in order to be served by
IIS/ASP.NET.
HTH
Ravikanth[MVP]

"meera" wrote:
Hi,

Is it possible to integrate a java application with a .net application ?
or have a .net module in a java application.

Nov 18 '05 #2
On Wed, 4 Aug 2004 17:56:34 -0700, meera <me***@discussions.microsoft.com>
wrote:
Hi,

Is it possible to integrate a java application with a .net application ?
or have a .net module in a java application.


the only integration attempt i've seen is this 3rd party product:

http://www.codemesh.com/en/JuggerNETCurrentRelease.html

there's no native way i know of to do this

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 18 '05 #3
There is also JNBridge http://www.jnbridge.com

I have not used it but found that Microsoft has a book about interop between
Java and .Net and they use it in the book. It looks quite expensive.

"meera" <me***@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.com...
Hi,

Is it possible to integrate a java application with a .net application ?
or have a .net module in a java application.

Nov 18 '05 #4
"Matt" <md*****@sorvive.DONT-SEND-SPAM.com> wrote in message
news:e4**************@TK2MSFTNGP11.phx.gbl...
There is also JNBridge http://www.jnbridge.com

I have not used it but found that Microsoft has a book about interop between Java and .Net and they use it in the book. It looks quite expensive.

"meera" <me***@discussions.microsoft.com> wrote in message
news:31**********************************@microsof t.com...
Hi,

Is it possible to integrate a java application with a .net application ?
or have a .net module in a java application.


Hi folks --

JNBridgePro isn't that expensive. It's certainly cheaper than the time you
would spend doing it yourself. See http://www.jnbridge.com/pricing.htm for
more info, or contact me if you have questions.

Wayne
____________________________________

Wayne Citrin
JNBridge, LLC
ci****@jnbridge.com
www.jnbridge.com
Spanning the Worlds of Java and .NET
____________________________________
Nov 18 '05 #5

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

Similar topics

9
by: CY FOK | last post by:
Hi I am planning to open a software company to develop client-server apps and web applications for my client. Now, i am in a difficult situation to determine what is the best platform i should use...
4
by: Elhanan | last post by:
hi.. all a client of ours is considering to move from a dos application to windows desktop application. the application is for traveling agency, the database is rather large. their current...
26
by: CY FOK | last post by:
Hi I am planning to open a software company to develop client-server apps and web applications for my client. Now, i am in a difficult situation to determine what is the best platform i should use...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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,...

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.