473,385 Members | 1,518 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.

Can .NET mix with Java ?

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

Jul 21 '05 #1
5 2343
Peter <Pe***@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 - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
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.
"Jon Skeet [C# MVP]" wrote:
Peter <Pe***@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 - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #3
Peter <Pe***@discussions.microsoft.com> wrote:
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.


Why not run Apache or Tomcat on the Dell server?

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #4
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

"Peter" wrote:
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.
"Jon Skeet [C# MVP]" wrote:
Peter <Pe***@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 - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too

Jul 21 '05 #5
"Peter" <Pe***@discussions.microsoft.com> wrote in message news:<9E**********************************@microso ft.com>...
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?


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
wc*****@jnbridge.com
Spanning the Worlds of Java and .NET
Jul 21 '05 #6

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

Similar topics

0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
1
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
1
by: David Van D | last post by:
Hi there, A few weeks until I begin my journey towards a degree in Computer Science at Canterbury University in New Zealand, Anyway the course tutors are going to be teaching us JAVA wth bluej...
12
by: Mark Fink | last post by:
I wrote a Jython class that inherits from a Java class and (thats the plan) overrides one method. Everything should stay the same. If I run this nothing happens whereas if I run the Java class it...
0
by: jaywak | last post by:
Just tried running some code on Linux (2.4.21-32.0.1.EL and Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_04-b05)) and Windows XPSP2 (with Java HotSpot(TM) Client VM (build...
1
by: jaimemartin | last post by:
hello, I want to validate an xml by means of a schema (xsd). To do that first of all I´m using a SchemaFactory. The problem is that if I run the code in Windows all works fine, but If I run it in...
0
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
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: 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
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?
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...
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...

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.