Groups | Blog | Home
all groups > dotnet general > october 2004 >

dotnet general : Can .NET mix with Java ?


Peter
10/11/2004 11:29:07 PM
My client wants to develop a web application using Java. I have several
questions and seeking for MVP advise.
1. Does IIS support Sun Micro Java?
2. Is it possible for .NET to mix with Java, servlet, JSP etc?
3. Can I a ASP.NET call Java servlet?
4. Can I mix MS Web Service with Java?

Many Thanks
Peter
10/12/2004 6:37:04 AM
Thanks. It seems it is quite a burden to run Java on IIS. The reason to use
IIS with Java is that Dell offers web server cheaper than Tomcat or Apache or
Sun Java servers.


[quoted text, click to view]
Jon Skeet [C# MVP]
10/12/2004 8:49:59 AM
[quoted text, click to view]

Not directly, but there are plugins for most of the major servlet
containers to allow them to work under IIS.

[quoted text, click to view]

That depends on exactly what you mean. There are Java <-> .NET bridges,
but I don't know exactly how they would operate in a web application
environment.

[quoted text, click to view]

You can make a web request to a Java servlet, certainly.

[quoted text, click to view]

Yes, although I believe you're slightly more restricted than you would
be .NET -> .NET - I'm not sure of the details.


If your client wants to develop a web application using Java, where
does .NET come into it? Is there existing code you want to leverage?

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
Sean McCormack
10/12/2004 1:25:01 PM
Peter,

You can run Tomcat on top of IIS. The other option is to do an install of
Apache / Tomcat and have them run side-by-side w/ IIS. You can have both
running, since IIS defaults to port :80 and Apache / Tomcat default to port
:8080. I've had several machines where I had both web servers installed.

Sean McCormack
Open Source for .NET
http://www.adapdev.org

[quoted text, click to view]
Jon Skeet [C# MVP]
10/12/2004 2:54:28 PM
[quoted text, click to view]

Why not run Apache or Tomcat on the Dell server?

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
wcitrin NO[at]SPAM jnbridge.com
10/14/2004 12:53:07 PM
[quoted text, click to view]

Hi Peter --

Jon mentioned Java/.NET bridges, and they will indeed work in the
context of a Web application. For more information, please see our
Web site at www.jnbridge.com, or contact me if you have any questions.

Wayne Citrin
JNBridge, LLC
www.jnbridge.com
wcitrin@jnbridge.com
AddThis Social Bookmark Button