This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes calling java class file from javascript Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply locked New topic
Author

calling java class file from javascript

nimish kumar
Ranch Hand

Joined: Dec 04, 2009
Posts: 54
How do I call java class file from a javascript code. My java code is a separate file and i have javascript in a separate file. How do i call class file form javascript?
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35241
    
    7
Yesterday's discussion on that topic: http://www.coderanch.com/t/474149/JSP/java/call-java-code-from-javascript (which I found by searching for "java javascript").


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: calling java class file from javascript
 
Similar Threads
Calling Javascript function from Java Code
Calling .js file from Java
how to invoke a java class using javascript
Call javascript from Java
Need help with set and get using a scanner input with three different classes