Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Can you call a Java Servlet from ASP.Net program on Web Host Server?

1007864Jul 1 2013

http://www.javaworld.com/jw-06-2000/jw-0616-iis.html

Run Java Servlets with Microsoft’s IIS – without sacrificing portability

By Thomas E. Davis June 16, 2000

The above article tells you how to execute a Java Servlet (with modifications) from a Classic ASP program using IIS. I would like to know if it’s possible to execute a Java Servlet using either Classic ASP or ASP.Net using a Web Host Server that is meant to run programs that run on a Windows platform. I’m asking this question because Java has graphics capability that ASP.Net does not have.

The following Microsoft article talks about calling non-graphics Java Servlets.

http://msdn.microsoft.com/en-us/library/aa478987.aspx

In addition, there is an article on the Oracle website:  Java Applets, ASP.net - Can You Play Together?

http://www.oracle.com/technetwork/articles/javase/appletaspintegration-141915.html

So is it possible to call a Java Servlet (that deals with graphics) from ASP.Net on a web host’s server? If so, how would it be done.

Thanks,

Robin

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 29 2013
Added on Jul 1 2013
0 comments
793 views