Can i call java method from javascript

Hi alli want to know about javascript.can i call java method from javascript .if u know about that please tell me.
[142 byte] By [78uihj] at [2007-11-26 9:32:31]
# 1
> Hi all> >i want to know about javascript.> can i call java method from javascript .>if u know about that please tell me.Yes, you can, assuming that your "Java" is an applet. http://www.raditha.com/java/javascript.php
CeciNEstPasUnProgrammeur at 2007-7-7 0:19:11 > top of Java-index,Development Tools,Java Tools...
# 2

Yes calling Java methods from javascript is straightforward, if your java methods are inside an applet.

But the if you want to call some java methods which resides in Servlets or any other Java class, you may need a "remoting" library like DWR or JSON-RPC.

They enable you to call your java methods from javascript in a very easy manner.

JamesSelvakumar at 2007-7-7 0:19:11 > top of Java-index,Development Tools,Java Tools...
# 3
You might find this interesting: http://www.javapassion.com/handsonlabs/5655_ajaxcreator.zip
MrsJetsons at 2007-7-7 0:19:11 > top of Java-index,Development Tools,Java Tools...