Reflections
Writing Java Script in Java.
A small code that can call JS code from within Java.
This feature is part of the jdk6 version.
01 import javax.script.*;
02 import java.util.*;
03
04 class Sample
05 {
06 public static void main(String[] args)
07 {
08
09 ScriptEngineManager manager= new ScriptEngineManager();
10 List<ScriptEngineFactory> factories= manager.getEngineFactories();
11
12 for (ScriptEngineFactory factory: factories) {
13
14 String name = factory.getEngineName();
15 String version = factory.getEngineVersion();
16 String language = factory.getLanguageName();
17
18 System.out.println(name+"("+version+"): "+language);
19
20 for(String n: factory.getNames())
21 System.out.println(n);
22 }
23
24 // JavaScript code in a String
25 String script = "function hello(name) { print('Hello, ' + name); }";
26
27
28 ScriptEngine engine = manager.getEngineByName("JavaScript");
29
30 try
31 {
32 // evaluate JavaScript code from String
33 engine.eval("print('Hello, World')");
34 engine.eval(script);
35 Invocable inv = (Invocable) engine;
36 inv.invokeFunction("hello", "THE");
37
38 }
39 catch (ScriptException e)
40 {
41 e.printStackTrace();
42 }
43 catch (NoSuchMethodException ee){
44 ee.printStackTrace();
45 }
46
47
48 }
49 }
Posted at 12:22PM Jan 20, 2009 by vikram in Sun | Comments[14]
Good evening java scripting team and sun microsystems. When i visited your website i found it very good and easy approachable. I have only one question that how can i download JavaScript language on my computer. my computer does not has Java language. I shall be very thankful to you. please reply me through my e-mail.
Posted by uzair ahmed khan on January 30, 2009 at 06:43 PM IST #
@Ahmed :
JavaScript is default with browser. For Java you need to download jre from java.com. Please download these required things and run the apps.
Posted by Vaibhav Choudhary on February 06, 2009 at 09:51 AM IST #
Hello! This is uzair ahmed khan from wazirabad. I am the student of virtual university of Pakistan and need some help. My question is that i want to make a calculator using java language. I have used many codes but still not able to get the results. I have made all the buttons of calculator and the resulting screen, but unable to see the results. If you help me in this matter i shall be very thankful to you.
Posted by uzair ahmed khan on June 18, 2009 at 12:18 AM IST #
For further information about the Warhammer CD-key and Warhammer Timecard, Please keep an eye on air jordan shoes.
For more information please keep an eye on cheap jordan shoes .
Posted by michael jordan shoes on June 26, 2009 at 09:24 AM IST #
Your article very interesting, I have introduced a lot of friends look at this article, the content of the articles there will be a lot of attractive people to appreciate, I have to thank you such an article.
Posted by nike sb on July 08, 2009 at 08:57 AM IST #
I wonder if there is an underlying variable that affects both the dependence on trade and the social safety net. Perhaps some aspect of culture or geography might be responsible for both.
Posted by cheap jordan shoes on July 08, 2009 at 09:00 AM IST #
Pretty good post. I just found your site and wanted to say that I have really enjoyed browsing your posts. In any case I’ll be subscribing to your blog and I hope you post again soon!
Posted by air jordan on September 17, 2009 at 01:08 PM IST #
Aion kinaAION2009 year in September the latest high-speed Download,AION2009 year in September the latest careers information
Posted by Aion kina on September 22, 2009 at 06:59 PM IST #
metin2 yang AION2009 year in September the latest high-speed Download,AION2009 year in September the latest careers information
Posted by metin2 yang on September 22, 2009 at 07:01 PM IST #
dofus kamas AION2009 year in September the latest high-speed Download,AION2009 year in September the latest careers information
Posted by dofus kamas on September 22, 2009 at 07:03 PM IST #
It was a very nice idea! Just wanna say thank you for the information you have shared. Just continue writing this kind of post. I will be your loyal reader. Thanks again.
Posted by Christian louboutin shoes on October 27, 2009 at 01:50 PM IST #
Bing is a really overlord!! support Bing~~
Posted by street lights on October 28, 2009 at 06:42 AM IST #
very nice post.
i like it very much.
thanks.
Posted by dofus kama on November 05, 2009 at 01:56 PM IST #
yeah ,i think so
Posted by christian louboutin on November 15, 2009 at 12:36 PM IST #