Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

i need to call java class from some server-side scripting language

  Asked By: Raynard    Date: Jun 23    Category: Java    Views: 1870
  

I've written a complicated program in java that I want to be able to
access from the web. I want the program to run on the server, so I
don't want to use Java Webstart/Java applets or anything similar. I
want to be able to pass arguments to the java class and then have
the output become embedded in the webpage.

I've already looked at using php, but php & java is still pretty
flaky. I'm not exactly sure if JSP can do this. I don't think
server-side java script can do this. Recently I came across an
interesting article that you can call java classes from ASP
(http://www.zdnet.com/products/stories/reviews/0,4161,917551,00.html)
but that would require the use of IIS which I would prefer not to
use.

Any suggestions on how to do this?

Share: 

 

No Answers Found. Be the First, To Post Answer.

 




Tagged: