Re: Can .NET mix with Java ?
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 10/12/04
- Next message: Jon Skeet [C# MVP]: "Re: HTTPWebrequest foreign characters are excluded in the response stream."
- Previous message: Jon Skeet [C# MVP]: "Re: Strange BUG in teh Framework?"
- In reply to: Peter: "Can .NET mix with Java ?"
- Next in thread: Peter: "Re: Can .NET mix with Java ?"
- Reply: Peter: "Re: Can .NET mix with Java ?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 12 Oct 2004 08:49:59 +0100
Peter <Peter@discussions.microsoft.com> wrote:
> 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?
Not directly, but there are plugins for most of the major servlet
containers to allow them to work under IIS.
> 2. Is it possible for .NET to mix with Java, servlet, JSP etc?
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.
> 3. Can I a ASP.NET call Java servlet?
You can make a web request to a Java servlet, certainly.
> 4. Can I mix MS Web Service with Java?
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 If replying to the group, please do not mail me too
- Next message: Jon Skeet [C# MVP]: "Re: HTTPWebrequest foreign characters are excluded in the response stream."
- Previous message: Jon Skeet [C# MVP]: "Re: Strange BUG in teh Framework?"
- In reply to: Peter: "Can .NET mix with Java ?"
- Next in thread: Peter: "Re: Can .NET mix with Java ?"
- Reply: Peter: "Re: Can .NET mix with Java ?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|